diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-05-27 09:05:55 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-05-27 09:32:44 +0200 |
commit | ae59502b20b52aaf34f8f4d89e354f28a7dbe453 (patch) | |
tree | 1709083c2b959ff83b983b8f71670d45f9c3772c /sw/inc | |
parent | f8ef170acf5bc01820c986428c7bec419e6884b6 (diff) |
SwXShape: return the right XText implementaation in the TextBox case
Change-Id: Iac31bd4b3b1918f857feff9045df473e9b1d3d2b
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/textboxhelper.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/textboxhelper.hxx b/sw/inc/textboxhelper.hxx index 0c992dc87493..f7750b388148 100644 --- a/sw/inc/textboxhelper.hxx +++ b/sw/inc/textboxhelper.hxx @@ -28,8 +28,8 @@ public: static void create(SwFrmFmt* pShape); /// Destroy a TextBox for a shape. static void destroy(SwFrmFmt* pShape); - /// Get XTextAppend of a shape's TextBox, if there is any. - static css::uno::Any getXTextAppend(SwFrmFmt* pShape, const css::uno::Type& rType); + /// Get interface of a shape's TextBox, if there is any. + static css::uno::Any queryInterface(SwFrmFmt* pShape, const css::uno::Type& rType); /// Sync property of TextBox with the one of the shape. static void syncProperty(SwFrmFmt* pShape, sal_uInt16 nWID, sal_uInt8 nMemberID, const OUString& rPropertyName, const css::uno::Any& rValue); /// If we have an associated TextFrame, then return that. |