summaryrefslogtreecommitdiff
path: root/sw/CppunitTest_sw_uiwriter.mk
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-06-23 15:40:45 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-06-23 17:07:43 +0200
commit33141f999b22ce10cdbfbd76081fff211c4b5067 (patch)
tree94800cef6eed6bae27acfa62e8687b89eef06e25 /sw/CppunitTest_sw_uiwriter.mk
parent295b97b2a654e00ac5a8e6a3545284fa583fce78 (diff)
SwDrawView::DeleteMarked: delete textbox of shape as well
If we delete a shape that had a textbox, then delete that textbox as well. Without that, the doc model would be still consistent, but most probably would not be what the user expects. Change-Id: Id5075233ce66d7a398c88ff3e63b05a6b2133571
Diffstat (limited to 'sw/CppunitTest_sw_uiwriter.mk')
-rw-r--r--sw/CppunitTest_sw_uiwriter.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/CppunitTest_sw_uiwriter.mk b/sw/CppunitTest_sw_uiwriter.mk
index 7bfa0eaff9c9..4ddff3a188b0 100644
--- a/sw/CppunitTest_sw_uiwriter.mk
+++ b/sw/CppunitTest_sw_uiwriter.mk
@@ -21,6 +21,7 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_uiwriter, \
cppuhelper \
sal \
svt \
+ svxcore \
sw \
test \
unotest \