summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterNotesView.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/PresenterNotesView.cxx')
-rw-r--r--sdext/source/presenter/PresenterNotesView.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sdext/source/presenter/PresenterNotesView.cxx b/sdext/source/presenter/PresenterNotesView.cxx
index 079b89a4b954..26191735870c 100644
--- a/sdext/source/presenter/PresenterNotesView.cxx
+++ b/sdext/source/presenter/PresenterNotesView.cxx
@@ -456,7 +456,7 @@ void PresenterNotesView::Layout (void)
if (nHeight > nTextBoxHeight)
{
bShowVerticalScrollbar = true;
- if(!Application::GetSettings().GetLayoutRTL())
+ if(!AllSettings::GetLayoutRTL())
aNewTextBoundingBox.X2 -= mpScrollBar->GetSize();
else
aNewTextBoundingBox.X1 += mpScrollBar->GetSize();
@@ -467,7 +467,7 @@ void PresenterNotesView::Layout (void)
{
OSL_ASSERT(false);
}
- if(Application::GetSettings().GetLayoutRTL())
+ if(AllSettings::GetLayoutRTL())
{
mpScrollBar->SetVisible(bShowVerticalScrollbar);
mpScrollBar->SetPosSize(