summaryrefslogtreecommitdiff
path: root/sd/source/ui/framework/configuration/ConfigurationUpdater.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/framework/configuration/ConfigurationUpdater.cxx')
-rw-r--r--sd/source/ui/framework/configuration/ConfigurationUpdater.cxx8
1 files changed, 1 insertions, 7 deletions
diff --git a/sd/source/ui/framework/configuration/ConfigurationUpdater.cxx b/sd/source/ui/framework/configuration/ConfigurationUpdater.cxx
index ecfee501b282..32f2143997f9 100644
--- a/sd/source/ui/framework/configuration/ConfigurationUpdater.cxx
+++ b/sd/source/ui/framework/configuration/ConfigurationUpdater.cxx
@@ -78,7 +78,7 @@ ConfigurationUpdater::ConfigurationUpdater (
// updates until the two configurations are the same.
maUpdateTimer.SetTimeout(snNormalTimeout);
maUpdateTimer.SetTimeoutHdl(LINK(this,ConfigurationUpdater,TimeoutHandler));
- SetControllerManager(rxControllerManager);
+ mxControllerManager = rxControllerManager;
}
ConfigurationUpdater::~ConfigurationUpdater()
@@ -86,12 +86,6 @@ ConfigurationUpdater::~ConfigurationUpdater()
maUpdateTimer.Stop();
}
-void ConfigurationUpdater::SetControllerManager(
- const Reference<XControllerManager>& rxControllerManager)
-{
- mxControllerManager = rxControllerManager;
-}
-
void ConfigurationUpdater::RequestUpdate (
const Reference<XConfiguration>& rxRequestedConfiguration)
{