summaryrefslogtreecommitdiff
path: root/sw/inc/textboxhelper.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-05-29 12:29:18 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-05-29 14:43:44 +0200
commit6823b19257c56ba6be2b102e91788f9ef86113ef (patch)
treef43d12c0d5cd1131f4216bf9798004ec0dda74de /sw/inc/textboxhelper.hxx
parent3e266853608eb26fb15ac508ba78d74afb72f51c (diff)
SwTextBoxHelper::syncProperty(): no need to pass the property name
Change-Id: Ic2f6ae15fd81826d2bc6f8796e33c3c93b34e240
Diffstat (limited to 'sw/inc/textboxhelper.hxx')
-rw-r--r--sw/inc/textboxhelper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/textboxhelper.hxx b/sw/inc/textboxhelper.hxx
index cb0a643b8b84..5deb5f679081 100644
--- a/sw/inc/textboxhelper.hxx
+++ b/sw/inc/textboxhelper.hxx
@@ -37,7 +37,7 @@ public:
/// 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);
+ static void syncProperty(SwFrmFmt* pShape, sal_uInt16 nWID, sal_uInt8 nMemberID, const css::uno::Any& rValue);
/// If we have an associated TextFrame, then return that.
static SwFrmFmt* findTextBox(SwFrmFmt* pShape);
/// Return the textbox rectangle of a draw shape (in twips).