summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/ViewShellBase.hxx
diff options
context:
space:
mode:
authorMatthias Huetsch [mhu] <matthias.huetsch@sun.com>2010-01-11 14:29:32 +0100
committerMatthias Huetsch [mhu] <matthias.huetsch@sun.com>2010-01-11 14:29:32 +0100
commit387a1260f55ad1428a23ba01355c3ebec1001b15 (patch)
tree3330b67c7840ead629d6de06887bdaf9dd979b90 /sd/source/ui/inc/ViewShellBase.hxx
parent23134ce87ab5f2a9a763b156cb9fcf28271209d5 (diff)
parent63c6c5d78c2712b824c9194269d13422d4835487 (diff)
Update from master repository (to m69).
Diffstat (limited to 'sd/source/ui/inc/ViewShellBase.hxx')
-rw-r--r--sd/source/ui/inc/ViewShellBase.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sd/source/ui/inc/ViewShellBase.hxx b/sd/source/ui/inc/ViewShellBase.hxx
index 8187d308bfb8..383bd12fcdb5 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;