summaryrefslogtreecommitdiff
path: root/drawinglayer
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2016-12-12 15:00:05 +0200
committerKhaled Hosny <khaledhosny@eglug.org>2016-12-14 00:28:15 +0000
commitd538d3d84172a74dfe97d59a6d3daf9a45459cab (patch)
tree408abd4bb5b4758d6e15c9ad14fa5dadacdc5896 /drawinglayer
parentb8ae49a315923eecf11b1186924fbccdae78fe78 (diff)
This fallback code makes no sense any more
Ito probably made sense only with bitmap fonts which we no longer support, and if we don’t need the fallback for printer devices then we don’t need it on screen either (that whole printer/screen distinction needs to die someday). Change-Id: Icf77cd70f0f1b2c186a3c856900295caba72e903 Reviewed-on: https://gerrit.libreoffice.org/31914 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
Diffstat (limited to 'drawinglayer')
-rw-r--r--drawinglayer/source/primitive2d/textlayoutdevice.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/drawinglayer/source/primitive2d/textlayoutdevice.cxx b/drawinglayer/source/primitive2d/textlayoutdevice.cxx
index 3c64903a64b6..50eae8bd792c 100644
--- a/drawinglayer/source/primitive2d/textlayoutdevice.cxx
+++ b/drawinglayer/source/primitive2d/textlayoutdevice.cxx
@@ -261,7 +261,6 @@ namespace drawinglayer
nIndex,
nIndex,
nLength,
- true,
0,
&(aIntegerDXArray[0]));
}