Tag: cws_src680_dba22ui
User: fs      
Date: 2006/12/13 05:46:04

Modified:
   dba/dbaccess/source/ui/app/AppController.cxx

Log:
 RESYNC: (1.37-1.38); FILE MERGED

File Changes:

Directory: /dba/dbaccess/source/ui/app/
=======================================

File [changed]: AppController.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppController.cxx?r1=1.34.12.4&r2=1.34.12.5
Delta lines:  +3 -1
-------------------
--- AppController.cxx   3 Dec 2006 20:49:53 -0000       1.34.12.4
+++ AppController.cxx   13 Dec 2006 13:46:02 -0000      1.34.12.5
@@ -1622,7 +1622,7 @@
        return sal_True;
 }
 // 
-----------------------------------------------------------------------------
-void OApplicationController::onEntryDoubleClick(SvTreeListBox* _pTree)
+bool OApplicationController::onEntryDoubleClick(SvTreeListBox* _pTree)
 {
        OSL_ENSURE(_pTree != NULL,"Who called me without a svtreelsiboc! ->GPF 
");
        if ( getContainer() && getContainer()->isLeaf(_pTree->GetHdlEntry()) )
@@ -1634,12 +1634,14 @@
                 getContainer()->getElementType(),
                 OLinkedDocumentsAccess::OPEN_NORMAL
             );
+            return true;    // handled
                }
                catch(const Exception&)
                {
                        OSL_ENSURE(0,"Could not open element!");
                }
        }
+    return false;   // not handled
 }
 // 
-----------------------------------------------------------------------------
 Reference< XComponent > OApplicationController::openElement(const 
::rtl::OUString& _sName, ElementType _eType,




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to