Kaydet (Commit) f9758644 authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

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
üst fa7c65b8
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: toolboxcontroller.hxx,v $ * $RCSfile: toolboxcontroller.hxx,v $
* *
* $Revision: 1.3 $ * $Revision: 1.4 $
* *
* last change: $Author: rt $ $Date: 2005-09-08 16:05:12 $ * last change: $Author: hr $ $Date: 2006-04-19 13:22:13 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -50,7 +50,9 @@ ...@@ -50,7 +50,9 @@
#ifndef _DBASHARED_APITOOLS_HXX_ #ifndef _DBASHARED_APITOOLS_HXX_
#include "apitools.hxx" #include "apitools.hxx"
#endif #endif
#include <memory>
class PopupMenu;
namespace dbaui namespace dbaui
{ {
typedef ::cppu::ImplHelper1 < ::com::sun::star::lang::XServiceInfo> TToolboxController_BASE; typedef ::cppu::ImplHelper1 < ::com::sun::star::lang::XServiceInfo> TToolboxController_BASE;
...@@ -61,6 +63,8 @@ namespace dbaui ...@@ -61,6 +63,8 @@ namespace dbaui
DECLARE_STL_USTRINGACCESS_MAP(sal_Bool,TCommandState); DECLARE_STL_USTRINGACCESS_MAP(sal_Bool,TCommandState);
TCommandState m_aStates; TCommandState m_aStates;
sal_uInt16 m_nToolBoxId; sal_uInt16 m_nToolBoxId;
::std::auto_ptr<PopupMenu> getMenu();
public: public:
OToolboxController(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& _rxORB); OToolboxController(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& _rxORB);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment