diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-05-27 09:04:23 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-05-27 09:32:42 +0200 |
commit | 9a7e617eb30c8a475ccfc1af8bf3bee741a74fbf (patch) | |
tree | 03582099d4fe873402901cb9ba9840641fd36aac /sw/Library_sw.mk | |
parent | 72159041cbb70f59017df0b5c90c5fbbfb6b62aa (diff) |
SwXShape: invoke SwTextBoxHelper
For now, only in queryInterface(), setPropertyValue() and setSize().
It's safe to always call these methods, if they are not relevant, the
method will be a NOP.
Change-Id: I6efb808f605d47f731819cd971bb66ca251cafb6
Diffstat (limited to 'sw/Library_sw.mk')
-rw-r--r-- | sw/Library_sw.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/Library_sw.mk b/sw/Library_sw.mk index ec4e021bb1ee..b84e9fc0f5d4 100644 --- a/sw/Library_sw.mk +++ b/sw/Library_sw.mk @@ -202,6 +202,7 @@ $(eval $(call gb_Library_add_exception_objects,sw,\ sw/source/core/doc/tblafmt \ sw/source/core/doc/tblcpy \ sw/source/core/doc/tblrwcl \ + sw/source/core/doc/textboxhelper \ sw/source/core/doc/visiturl \ sw/source/core/docnode/cancellablejob \ sw/source/core/docnode/finalthreadmanager \ |