summaryrefslogtreecommitdiff
path: root/sd/source/ui/framework/module/PresentationModule.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/framework/module/PresentationModule.cxx')
-rw-r--r--sd/source/ui/framework/module/PresentationModule.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/framework/module/PresentationModule.cxx b/sd/source/ui/framework/module/PresentationModule.cxx
index fb0ac0558d80..c1ff16159d68 100644
--- a/sd/source/ui/framework/module/PresentationModule.cxx
+++ b/sd/source/ui/framework/module/PresentationModule.cxx
@@ -26,7 +26,7 @@ using namespace ::com::sun::star::uno;
namespace sd::framework
{
-void PresentationModule::Initialize(Reference<frame::XController> const& rxController)
+void PresentationModule::Initialize(rtl::Reference<sd::DrawController> const& rxController)
{
new sd::framework::CenterViewFocusModule(rxController);
}