summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorPranav Kant <pranavk@collabora.co.uk>2017-02-15 14:27:08 +0530
committerAndras Timar <andras.timar@collabora.com>2017-02-18 00:54:01 +0100
commitc09422cef0247b4dfcb7933df7d5feffb39f8bc5 (patch)
treef973b318e0ba3dc757d779e75b95048d5eea519e /svx
parentc0845978774045f6e14d39ea39a7e1740fd99669 (diff)
SvxPostItIdItem is now string type
Change-Id: Id44bf5dd623749b6e9a46f121f035aa5ce617557 (cherry picked from commit ce96c5957c38384f8911d6307605c502eca0c644)
Diffstat (limited to 'svx')
-rw-r--r--svx/source/items/postattr.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/items/postattr.cxx b/svx/source/items/postattr.cxx
index 1426a1be1b05..52d98a312d74 100644
--- a/svx/source/items/postattr.cxx
+++ b/svx/source/items/postattr.cxx
@@ -151,8 +151,8 @@ SvxPostItIdItem::SvxPostItIdItem( sal_uInt16 _nWhich )
SetWhich( _nWhich );
}
-SvxPostItIdItem::SvxPostItIdItem( sal_uInt32 rId, sal_uInt16 _nWhich ) :
- SfxUInt32Item( _nWhich, rId )
+SvxPostItIdItem::SvxPostItIdItem( const OUString& rId, sal_uInt16 _nWhich ) :
+ SfxStringItem( _nWhich, rId )
{
}