summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/paintfrm.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/layout/paintfrm.cxx')
-rw-r--r--sw/source/core/layout/paintfrm.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/layout/paintfrm.cxx b/sw/source/core/layout/paintfrm.cxx
index fdfe346772f7..ffd391d0d13c 100644
--- a/sw/source/core/layout/paintfrm.cxx
+++ b/sw/source/core/layout/paintfrm.cxx
@@ -4775,7 +4775,7 @@ void PaintCharacterBorder(
bool bLeft = true;
bool bRight = true;
- switch (rFont.GetOrientation(bVerticalLayout, bVerticalLayoutLRBT))
+ switch (rFont.GetOrientation(bVerticalLayout, bVerticalLayoutLRBT).get())
{
case 0 :
bLeft = !bJoinWithPrev;