summaryrefslogtreecommitdiff
path: root/sw/CppunitTest_sw_rtfexport.mk
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-10-25 12:15:16 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-10-25 12:52:27 +0200
commitf824b1b575dbdb2bc515656a66cbb94764031a44 (patch)
tree9af71f509c7caa759a30103eb4fc75fbf2439bcb /sw/CppunitTest_sw_rtfexport.mk
parent8f97b20e94ea5e1b56f534eb5bbff8e48402d6be (diff)
fdo#82858 RTF export: fix "none" line style of TextFrames
Regression from commit 9e6a5b94e00f0054b058dbb42c2c0b6c75236c9d (RtfAttributeOutput::FormatBox: export line{Color,Width} shape properties, 2013-04-15), in case lineColor is written, but there is no border style, then an explicit fLine=0 property is needed, otherwise a black border shows up. Change-Id: I6d6eedbc8d3ee4bee0f2aadb51a376c7734c6640
Diffstat (limited to 'sw/CppunitTest_sw_rtfexport.mk')
-rw-r--r--sw/CppunitTest_sw_rtfexport.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/CppunitTest_sw_rtfexport.mk b/sw/CppunitTest_sw_rtfexport.mk
index fc692d76a0f4..33f366b16ff1 100644
--- a/sw/CppunitTest_sw_rtfexport.mk
+++ b/sw/CppunitTest_sw_rtfexport.mk
@@ -76,6 +76,7 @@ $(eval $(call gb_CppunitTest_use_components,sw_rtfexport,\
uui/util/uui \
writerfilter/util/writerfilter \
xmloff/util/xo \
+ oox/util/oox \
))
$(eval $(call gb_CppunitTest_use_configuration,sw_rtfexport))