User: hr Date: 06/04/19 06:22:16 Modified: /dba/dbaccess/source/ui/inc/ toolboxcontroller.hxx
Log: INTEGRATION: CWS oj17 (1.3.102); FILE MERGED 2006/03/10 10:28:11 oj 1.3.102.1: #i53480# change commandurl to selected entry 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&r2=1.4 Delta lines: +4 -0 ------------------- --- toolboxcontroller.hxx 8 Sep 2005 16:05:12 -0000 1.3 +++ toolboxcontroller.hxx 19 Apr 2006 13:22:13 -0000 1.4 @@ -50,7 +50,9 @@ #ifndef _DBASHARED_APITOOLS_HXX_ #include "apitools.hxx" #endif +#include <memory> +class PopupMenu; namespace dbaui { typedef ::cppu::ImplHelper1 < ::com::sun::star::lang::XServiceInfo> TToolboxController_BASE; @@ -61,6 +63,8 @@ DECLARE_STL_USTRINGACCESS_MAP(sal_Bool,TCommandState); 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]
