diff options
author | Christian Lippka <cl@openoffice.org> | 2009-10-23 11:25:33 +0000 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2009-10-23 11:25:33 +0000 |
commit | 367b1a6aec6c09a3eeae328ecedc184440db45ee (patch) | |
tree | cafbfad06d48825a7b9cb119cfb5a57fb065695d /sd/source/ui/inc/ViewShellBase.hxx | |
parent | c1c224778cd5bf8d74b0bf45d0cd70fcc8ad35a4 (diff) |
#i57928# reworked formatpaintbrush feature to support more shapes and text selection
Diffstat (limited to 'sd/source/ui/inc/ViewShellBase.hxx')
-rw-r--r-- | sd/source/ui/inc/ViewShellBase.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sd/source/ui/inc/ViewShellBase.hxx b/sd/source/ui/inc/ViewShellBase.hxx index 2fc8268f7..9d724bbcd 100644 --- a/sd/source/ui/inc/ViewShellBase.hxx +++ b/sd/source/ui/inc/ViewShellBase.hxx @@ -259,6 +259,10 @@ public: CustomHandleManager& getCustomHandleManager() const; + /** returns the ui descriptive name for the given uno slot. The result is taken from the configuration + and not cached, so do not use it excessive (f.e. in status updates) */ + ::rtl::OUString RetrieveLabelFromCommand( const ::rtl::OUString& aCmdURL ) const;
+ protected: osl::Mutex maMutex; |