diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-11-12 17:04:36 +0100 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-11-12 17:13:14 +0100 |
commit | 9c2f197e8e945f584e718e889938c06fbf644897 (patch) | |
tree | 1f1cda9888862f35f13d62aca72b5e2eac314b5e /framework/inc/uielement | |
parent | 82abd23f3ee1900b7579e5a0afa23581d5836f01 (diff) |
Add a new TooltipLabel property for uno commands
This allows buttons to have different labels and tooltips.
Change-Id: Icbc3fe5f3b4db8a2e6b7177c21341f2df3520f19
Diffstat (limited to 'framework/inc/uielement')
-rw-r--r-- | framework/inc/uielement/toolbarmanager.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/uielement/toolbarmanager.hxx b/framework/inc/uielement/toolbarmanager.hxx index fa62c634f618..0870d7dc6b0c 100644 --- a/framework/inc/uielement/toolbarmanager.hxx +++ b/framework/inc/uielement/toolbarmanager.hxx @@ -144,7 +144,7 @@ class ToolBarManager : public ToolbarManager_Base virtual bool MenuItemAllowed( sal_uInt16 ) const; void RemoveControllers(); - OUString RetrieveLabelFromCommand( const OUString& aCmdURL ); + OUString RetrieveFromCommand( const OUString aName, const OUString& aCmdURL ); sal_Int32 RetrievePropertiesFromCommand( const OUString& aCmdURL ); css::uno::Sequence< css::beans::PropertyValue > GetPropsForCommand( const OUString& rCmdURL ); void CreateControllers(); |