Tag: cws_src680_oj17 User: oj Date: 06/03/10 02:28:13 Modified: /dba/dbaccess/source/ui/inc/ toolboxcontroller.hxx
Log: #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.3.102.1 Delta lines: +7 -3 ------------------- --- toolboxcontroller.hxx 8 Sep 2005 16:05:12 -0000 1.3 +++ toolboxcontroller.hxx 10 Mar 2006 10:28:11 -0000 1.3.102.1 @@ -4,9 +4,9 @@ * * $RCSfile: toolboxcontroller.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.3.102.1 $ * - * last change: $Author: rt $ $Date: 2005/09/08 16:05:12 $ + * last change: $Author: oj $ $Date: 2006/03/10 10:28:11 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -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]
