summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/framework/configuration/ConfigurationController.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/framework/configuration/ConfigurationController.cxx')
-rw-r--r--sd/source/ui/framework/configuration/ConfigurationController.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sd/source/ui/framework/configuration/ConfigurationController.cxx b/sd/source/ui/framework/configuration/ConfigurationController.cxx
index b15ca317b626..daec78bc54cd 100644
--- a/sd/source/ui/framework/configuration/ConfigurationController.cxx
+++ b/sd/source/ui/framework/configuration/ConfigurationController.cxx
@@ -53,7 +53,6 @@ public:
Implementation (
ConfigurationController& rController,
const Reference<frame::XController>& rxController);
- ~Implementation();
Reference<XControllerManager> mxControllerManager;
@@ -560,10 +559,6 @@ ConfigurationController::Implementation::Implementation (
mpQueueProcessor->SetConfiguration(mxRequestedConfiguration);
}
-ConfigurationController::Implementation::~Implementation()
-{
-}
-
} } // end of namespace sd::framework