summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/CommonSalLayout.cxx
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2016-11-24 01:32:11 +0200
committerAshod Nakashian <ashod.nakashian@collabora.co.uk>2017-12-06 20:41:31 -0500
commit5609268b8104d207e89994a65ed8640bf52b1315 (patch)
tree0338e2243ecf795b32fdd5fbddb369c914d68eac /vcl/source/gdi/CommonSalLayout.cxx
parentc8faf047b50d0661e943f522b1a9777c1e81347d (diff)
ServerFontLayout is already gone
Kill DrawServerFontLayout, and rename DrawSalLayout to DrawTextLayout, in parity with GetTextLayout. Change-Id: I3f61efd8c6ecde64f28301dca6a7c91eb0873702 Reviewed-on: https://gerrit.libreoffice.org/31224 Reviewed-by: Khaled Hosny <khaledhosny@eglug.org> Tested-by: Khaled Hosny <khaledhosny@eglug.org> (cherry picked from commit 59859a8aaa75384159e315ee2577d5cc7e2aa6e8)
Diffstat (limited to 'vcl/source/gdi/CommonSalLayout.cxx')
-rw-r--r--vcl/source/gdi/CommonSalLayout.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/gdi/CommonSalLayout.cxx b/vcl/source/gdi/CommonSalLayout.cxx
index 4d8d65f9501c..0cf7e01ce992 100644
--- a/vcl/source/gdi/CommonSalLayout.cxx
+++ b/vcl/source/gdi/CommonSalLayout.cxx
@@ -410,7 +410,7 @@ void CommonSalLayout::AdjustLayout(ImplLayoutArgs& rArgs)
void CommonSalLayout::DrawText(SalGraphics& rSalGraphics) const
{
//call platform dependent DrawText functions
- rSalGraphics.DrawSalLayout( *this );
+ rSalGraphics.DrawTextLayout( *this );
}
// Find if the nominal glyph of the character is an input to “vert” feature.