summaryrefslogtreecommitdiff
path: root/sd/source/ui/docshell/docshell.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/docshell/docshell.cxx')
-rw-r--r--sd/source/ui/docshell/docshell.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/docshell/docshell.cxx b/sd/source/ui/docshell/docshell.cxx
index 40c2fbc97a8e..705e293974b2 100644
--- a/sd/source/ui/docshell/docshell.cxx
+++ b/sd/source/ui/docshell/docshell.cxx
@@ -491,9 +491,9 @@ std::shared_ptr<model::ColorSet> DrawDocShell::GetThemeColors()
return {};
SdPage* pPage = pViewShell->getCurrentPage();
- auto pTheme = pPage->getSdrPageProperties().GetTheme();
+ auto pTheme = pPage->getSdrPageProperties().getTheme();
if (!pPage->IsMasterPage())
- pTheme = pPage->TRG_GetMasterPage().getSdrPageProperties().GetTheme();
+ pTheme = pPage->TRG_GetMasterPage().getSdrPageProperties().getTheme();
if (!pTheme)
return {};