Tag: cws_src680_oj14
User: oj      
Date: 2006/07/04 01:11:41

Modified:
   dba/dbaccess/source/ui/inc/toolboxcontroller.hxx

Log:
 RESYNC: (1.3-1.4); FILE MERGED

File Changes:

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

File [changed]: toolboxcontroller.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/toolboxcontroller.hxx?r1=1.3.8.1&r2=1.3.8.2
Delta lines:  +10 -7
--------------------
--- toolboxcontroller.hxx       25 Apr 2006 13:03:11 -0000      1.3.8.1
+++ toolboxcontroller.hxx       4 Jul 2006 08:11:38 -0000       1.3.8.2
@@ -53,8 +53,9 @@
 #ifndef _DBAUI_MODULE_DBU_HXX_
 #include "moduledbu.hxx"
 #endif
+#include <memory>
 
-
+class PopupMenu;
 namespace dbaui
 {
        typedef ::cppu::ImplHelper1     <       
::com::sun::star::lang::XServiceInfo> TToolboxController_BASE;
@@ -66,6 +67,8 @@
         OModuleClient m_aModuleClient;
                TCommandState        m_aStates;
                sal_uInt16                   m_nToolBoxId;
+
+        ::std::auto_ptr<PopupMenu> getMenu();
        public:
                OToolboxController(const ::com::sun::star::uno::Reference< 
::com::sun::star::lang::XMultiServiceFactory >& _rxORB);
 




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

Reply via email to