summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
Diffstat (limited to 'svx')
-rw-r--r--svx/source/dialog/paraprev.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/svx/source/dialog/paraprev.cxx b/svx/source/dialog/paraprev.cxx
index 5a7bc24c3440..a0e36c087d25 100644
--- a/svx/source/dialog/paraprev.cxx
+++ b/svx/source/dialog/paraprev.cxx
@@ -118,6 +118,9 @@ void SvxParaPrevWindow::DrawParagraph(vcl::RenderContext& rRenderContext)
{
case SvxPrevLineSpace::N1:
break;
+ case SvxPrevLineSpace::N115:
+ aPnt.Y() += nH / 6.67; // 1/.15 = 6.(6)
+ break;
case SvxPrevLineSpace::N15:
aPnt.Y() += nH / 2;
break;