summaryrefslogtreecommitdiff
path: root/sw/CppunitTest_sw_core_doc.mk
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2020-06-02 09:07:48 +0200
committerMiklos Vajna <vmiklos@collabora.com>2020-06-02 14:13:59 +0200
commit413791a65597a1808d9b98e4887864f3624b70cc (patch)
tree7ba1d59e4ecf7035121747c381c53504be5c7f7d /sw/CppunitTest_sw_core_doc.mk
parent73477348e30c6931a537cba5557c250183fbeb9b (diff)
tdf#133271 sw textbox: handle TextRotateAngle shape property
Shape with btlr text direction is imported as TextPreRotateAngle=-270 from DOCX. Saving this to ODT turns the property name into TextRotateAngle and its type into double. Handle that as well to survive the ODF roundtrip of a shape+textbox where the textbox has a btlr text direction. (Also add a way to make multiple tests in a suite to be more independent from each other: depending on ordering, the new test made the old test fail. Calling ErrorRegistry::Reset() makes that go away.) Change-Id: Iea9212f3bbb01059caf3b0f2d809e48debf52953 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95340 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
Diffstat (limited to 'sw/CppunitTest_sw_core_doc.mk')
-rw-r--r--sw/CppunitTest_sw_core_doc.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/CppunitTest_sw_core_doc.mk b/sw/CppunitTest_sw_core_doc.mk
index 487e02322ef4..856f007cb9b1 100644
--- a/sw/CppunitTest_sw_core_doc.mk
+++ b/sw/CppunitTest_sw_core_doc.mk
@@ -21,6 +21,7 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_core_doc, \
comphelper \
cppu \
cppuhelper \
+ editeng \
sal \
sfx \
sw \