diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2016-12-12 15:00:05 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2016-12-14 00:28:15 +0000 |
commit | d538d3d84172a74dfe97d59a6d3daf9a45459cab (patch) | |
tree | 408abd4bb5b4758d6e15c9ad14fa5dadacdc5896 /canvas | |
parent | b8ae49a315923eecf11b1186924fbccdae78fe78 (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 'canvas')
-rw-r--r-- | canvas/source/opengl/ogl_canvashelper.cxx | 1 | ||||
-rw-r--r-- | canvas/source/vcl/textlayout.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/canvas/source/opengl/ogl_canvashelper.cxx b/canvas/source/opengl/ogl_canvashelper.cxx index 175a02bc4df0..a82e73d8c01a 100644 --- a/canvas/source/opengl/ogl_canvashelper.cxx +++ b/canvas/source/opengl/ogl_canvashelper.cxx @@ -774,7 +774,6 @@ namespace oglcanvas 0, rTxt.StartPosition, rTxt.Length, - true, 0, pDXArray.get() ); } diff --git a/canvas/source/vcl/textlayout.cxx b/canvas/source/vcl/textlayout.cxx index 089af45d4913..67520a399b15 100644 --- a/canvas/source/vcl/textlayout.cxx +++ b/canvas/source/vcl/textlayout.cxx @@ -130,7 +130,6 @@ namespace vclcanvas maText.StartPosition, maText.StartPosition, maText.Length, - false, 0, aOffsets.get())) { |