From d538d3d84172a74dfe97d59a6d3daf9a45459cab Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Mon, 12 Dec 2016 15:00:05 +0200 Subject: This fallback code makes no sense any more MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Khaled Hosny --- drawinglayer/source/primitive2d/textlayoutdevice.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'drawinglayer') 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])); } -- cgit