summaryrefslogtreecommitdiffstats
path: root/sdext/source/presenter/PresenterScreen.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/PresenterScreen.cxx')
-rw-r--r--sdext/source/presenter/PresenterScreen.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sdext/source/presenter/PresenterScreen.cxx b/sdext/source/presenter/PresenterScreen.cxx
index 899305926fde..37142c712e3d 100644
--- a/sdext/source/presenter/PresenterScreen.cxx
+++ b/sdext/source/presenter/PresenterScreen.cxx
@@ -682,7 +682,7 @@ void PresenterScreen::ProcessLayout (
// Read the parent layout first, if one is referenced.
OUString sParentLayout;
- rConfiguration.GetConfigurationNode(
+ PresenterConfigurationAccess::GetConfigurationNode(
xLayoutNode,
OUString("ParentLayout")) >>= sParentLayout;
if (!sParentLayout.isEmpty())
@@ -694,7 +694,7 @@ void PresenterScreen::ProcessLayout (
// Process the actual layout list.
Reference<container::XNameAccess> xList (
- rConfiguration.GetConfigurationNode(
+ PresenterConfigurationAccess::GetConfigurationNode(
xLayoutNode,
OUString("Layout")),
UNO_QUERY_THROW);