summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/framework/FrameworkHelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/framework/FrameworkHelper.hxx')
-rw-r--r--sd/source/ui/inc/framework/FrameworkHelper.hxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/sd/source/ui/inc/framework/FrameworkHelper.hxx b/sd/source/ui/inc/framework/FrameworkHelper.hxx
index a144cc243166..a38b541a74c8 100644
--- a/sd/source/ui/inc/framework/FrameworkHelper.hxx
+++ b/sd/source/ui/inc/framework/FrameworkHelper.hxx
@@ -61,7 +61,6 @@ public:
static const OUString msFullScreenPaneURL;
static const OUString msLeftImpressPaneURL;
static const OUString msLeftDrawPaneURL;
- static const OUString msSidebarPaneURL;
// URLs of frequently used views.
static const OUStringLiteral msViewURLPrefix;
@@ -80,13 +79,6 @@ public:
// URLs of task panels.
static const OUStringLiteral msTaskPanelURLPrefix;
- static const OUString msAllMasterPagesTaskPanelURL;
- static const OUString msRecentMasterPagesTaskPanelURL;
- static const OUString msUsedMasterPagesTaskPanelURL;
- static const OUString msLayoutTaskPanelURL;
- static const OUString msTableDesignPanelURL;
- static const OUString msCustomAnimationTaskPanelURL;
- static const OUString msSlideTransitionTaskPanelURL;
// Names of frequently used events.
static const OUStringLiteral msResourceActivationRequestEvent;
@@ -97,10 +89,6 @@ public:
static const OUStringLiteral msConfigurationUpdateStartEvent;
static const OUStringLiteral msConfigurationUpdateEndEvent;
- // Service names of the common controllers.
- static const OUStringLiteral msModuleControllerService;
- static const OUStringLiteral msConfigurationControllerService;
-
/** Return the FrameworkHelper object that is associated with the given
ViewShellBase. If such an object does not yet exist, a new one is
created.