diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2015-09-27 22:46:11 +1000 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2016-03-19 11:51:06 +0000 |
commit | 5ca1f04976930c6fd656ebf89d667c80e2466897 (patch) | |
tree | af2c86dda10482a3e3bcc679090c09f38dbbf395 /sd/CppunitTest_sd_import_tests.mk | |
parent | 0eea1465a06119903fca5f5b6dfe5b05a80546ba (diff) |
tdf#93124: Fix incorrect text fit in imported PPT
To make text adjustment to full width, the alignment optimizations
had to be removed, and bAutoFit was removed, too.
Allso, to fix tdf#41245 again, the SDRTEXTFIT_AUTOFIT that is set in
SdStyleSheetPool::CreateLayoutStyleSheets had to be overridden.
I touch the following commits:
http://cgit.freedesktop.org/libreoffice/core/commit/?id=d2000efb31f864e912c6cf52760eea0e602b6893
http://cgit.freedesktop.org/libreoffice/core/commit/?id=3550256daa5451c1d51d220d5489c1b20150c374
http://cgit.freedesktop.org/libreoffice/core/commit/?id=812aff65ad0661fed9687a429c763dc8f2144a0c
Change-Id: I7f7934e2982baf0240c740e09fcb9bd348079064
Reviewed-on: https://gerrit.libreoffice.org/18895
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Tested-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'sd/CppunitTest_sd_import_tests.mk')
-rw-r--r-- | sd/CppunitTest_sd_import_tests.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/CppunitTest_sd_import_tests.mk b/sd/CppunitTest_sd_import_tests.mk index 6058e8e58cfc..33a7ad28d463 100644 --- a/sd/CppunitTest_sd_import_tests.mk +++ b/sd/CppunitTest_sd_import_tests.mk @@ -96,6 +96,7 @@ $(eval $(call gb_CppunitTest_use_components,sd_import_tests,\ sot/util/sot \ svl/source/fsstor/fsstorage \ svtools/util/svt \ + svx/util/svxcore \ toolkit/util/tk \ ucb/source/core/ucb1 \ ucb/source/ucp/expand/ucpexpand1 \ |