summaryrefslogtreecommitdiff
path: root/vcl/CppunitTest_vcl_complextext.mk
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2019-03-22 17:57:46 +0100
committerMiklos Vajna <vmiklos@collabora.com>2019-03-22 18:45:43 +0100
commit8308d6a38ff283a2feebf84a95198159887cd685 (patch)
treefc47906c9c11e9bc0ad9f7e677820074ff48a7c2 /vcl/CppunitTest_vcl_complextext.mk
parenta05a55ddcfcb6ae18dad9ca5c5fb5ee0ab926b01 (diff)
Related: tdf#124109 vcl: make glyph item caching work with kashida glyphs
This was broken because GenericSalLayout::LayoutText() sets the SalLayoutFlags::KashidaJustification flag as a side-effect of building the glyph list. So in case we cache the list and not build it, the flag will be missing. This means that later in GenericSalLayout::ApplyDXArray() kashida glyphs won't be inserted. With this, the workaround in sw can be removed. Change-Id: Ic18211bf50ca673daa238e8950a381915e4b3096 Reviewed-on: https://gerrit.libreoffice.org/69566 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
Diffstat (limited to 'vcl/CppunitTest_vcl_complextext.mk')
-rw-r--r--vcl/CppunitTest_vcl_complextext.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/CppunitTest_vcl_complextext.mk b/vcl/CppunitTest_vcl_complextext.mk
index 56b9bcd3f72f..540110af99a8 100644
--- a/vcl/CppunitTest_vcl_complextext.mk
+++ b/vcl/CppunitTest_vcl_complextext.mk
@@ -28,6 +28,7 @@ $(eval $(call gb_CppunitTest_use_libraries,vcl_complextext, \
comphelper \
cppu \
cppuhelper \
+ i18nlangtag \
sal \
svt \
test \