summaryrefslogtreecommitdiffstats
path: root/include
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 /include
parentload numbering types strings from RID_SVXSTRARY_NUMBERINGTYPE (diff)
downloadcore-d538d3d84172a74dfe97d59a6d3daf9a45459cab.tar.gz
core-d538d3d84172a74dfe97d59a6d3daf9a45459cab.zip
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 'include')
-rw-r--r--include/vcl/outdev.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx
index 7cdda54c2a73..0766de48f705 100644
--- a/include/vcl/outdev.hxx
+++ b/include/vcl/outdev.hxx
@@ -1082,7 +1082,7 @@ public:
bool GetTextOutlines( basegfx::B2DPolyPolygonVector &rVector,
const OUString& rStr, sal_Int32 nBase, sal_Int32 nIndex = 0,
- sal_Int32 nLen = -1, bool bOptimize = true,
+ sal_Int32 nLen = -1,
sal_uLong nLayoutWidth = 0, const long* pDXArray = nullptr ) const;