summaryrefslogtreecommitdiff
path: root/framework/inc/uielement/toolbarmanager.hxx
diff options
context:
space:
mode:
authorCarsten Driesner <cd@openoffice.org>2010-05-06 18:15:21 +0200
committerCarsten Driesner <cd@openoffice.org>2010-05-06 18:15:21 +0200
commit4342408a8359e590f57b016baaf7d8dcfdebdbd4 (patch)
treed5ffeb5dd70340eb23c2d471f0c4c2742783a9ee /framework/inc/uielement/toolbarmanager.hxx
parent515792c312abc929b4616c757b8eaced67718d10 (diff)
fwk142: #i104293 Use Commands.xcu files to mark commands which support a toggle state
Diffstat (limited to 'framework/inc/uielement/toolbarmanager.hxx')
-rw-r--r--framework/inc/uielement/toolbarmanager.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/inc/uielement/toolbarmanager.hxx b/framework/inc/uielement/toolbarmanager.hxx
index 98894b623aea..1be8579a4112 100644
--- a/framework/inc/uielement/toolbarmanager.hxx
+++ b/framework/inc/uielement/toolbarmanager.hxx
@@ -179,6 +179,8 @@ class ToolBarManager : public ::com::sun::star::frame::XFrameActionListener
void RemoveControllers();
rtl::OUString RetrieveLabelFromCommand( const rtl::OUString& aCmdURL );
+ sal_Int32 RetrievePropertiesFromCommand( const rtl::OUString& aCmdURL );
+ ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > GetPropsForCommand( const ::rtl::OUString& rCmdURL );
void CreateControllers();
void UpdateControllers();
void AddFrameActionListener();