summaryrefslogtreecommitdiff
path: root/sd/source/ui/animations/CustomAnimationPane.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/animations/CustomAnimationPane.cxx')
-rw-r--r--sd/source/ui/animations/CustomAnimationPane.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/animations/CustomAnimationPane.cxx b/sd/source/ui/animations/CustomAnimationPane.cxx
index 528e53e9d86d..77a2e4aa6a7d 100644
--- a/sd/source/ui/animations/CustomAnimationPane.cxx
+++ b/sd/source/ui/animations/CustomAnimationPane.cxx
@@ -743,7 +743,7 @@ void CustomAnimationPane::updateControls()
mxPBMoveUp->set_sensitive(mxView.is() && bEnableUp);
mxPBMoveDown->set_sensitive(mxView.is() && bEnableDown);
- SdOptions* pOptions = SD_MOD()->GetSdOptions(DocumentType::Impress);
+ SdOptions* pOptions = SdModule::get()->GetSdOptions(DocumentType::Impress);
mxCBAutoPreview->set_active(pOptions->IsPreviewChangedEffects());
updateMotionPathTags();
@@ -2320,7 +2320,7 @@ void CustomAnimationPane::implControlHdl(const weld::Widget* pControl)
onPreview( true );
else if (pControl == mxCBAutoPreview.get())
{
- SdOptions* pOptions = SD_MOD()->GetSdOptions(DocumentType::Impress);
+ SdOptions* pOptions = SdModule::get()->GetSdOptions(DocumentType::Impress);
pOptions->SetPreviewChangedEffects(mxCBAutoPreview->get_active());
}
}