summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/ViewShellBase.hxx
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2010-01-21 18:32:05 +0100
committerChristian Lippka <cl@openoffice.org>2010-01-21 18:32:05 +0100
commitde4d52bd5546170ccdf93e97faee5f8cfb2d904c (patch)
tree6954f0df31b977d2c8780dc6dfc578c9548e95fa /sd/source/ui/inc/ViewShellBase.hxx
parentc5cf21811d1c40d9d78e220e846f04187c86deba (diff)
added new toolbar controler for insert page
Diffstat (limited to 'sd/source/ui/inc/ViewShellBase.hxx')
-rw-r--r--sd/source/ui/inc/ViewShellBase.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/sd/source/ui/inc/ViewShellBase.hxx b/sd/source/ui/inc/ViewShellBase.hxx
index 383bd12fcdb5..8dca51128bd5 100644
--- a/sd/source/ui/inc/ViewShellBase.hxx
+++ b/sd/source/ui/inc/ViewShellBase.hxx
@@ -31,6 +31,8 @@
#ifndef SD_VIEW_SHELL_BASE_HXX
#define SD_VIEW_SHELL_BASE_HXX
+#include <com/sun/star/frame/XFrame.hpp>
+
#include "ViewShell.hxx"
#include "glob.hxx"
@@ -261,7 +263,7 @@ public:
/** 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;
+ ::rtl::OUString RetrieveLabelFromCommand( const ::rtl::OUString& aCmdURL ) const;
protected:
osl::Mutex maMutex;