summaryrefslogtreecommitdiff
path: root/include
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 /include
parentc0845978774045f6e14d39ea39a7e1740fd99669 (diff)
SvxPostItIdItem is now string type
Change-Id: Id44bf5dd623749b6e9a46f121f035aa5ce617557 (cherry picked from commit ce96c5957c38384f8911d6307605c502eca0c644)
Diffstat (limited to 'include')
-rw-r--r--include/svx/postattr.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/postattr.hxx b/include/svx/postattr.hxx
index dbe378fcdf27..19477acbd267 100644
--- a/include/svx/postattr.hxx
+++ b/include/svx/postattr.hxx
@@ -120,14 +120,14 @@ public:
The internal id of a note
*/
-class SVX_DLLPUBLIC SvxPostItIdItem: public SfxUInt32Item
+class SVX_DLLPUBLIC SvxPostItIdItem: public SfxStringItem
{
public:
static SfxPoolItem* CreateDefault();
SvxPostItIdItem( sal_uInt16 nWhich );
- SvxPostItIdItem( sal_uInt32 rId, sal_uInt16 nWhich );
+ SvxPostItIdItem( const OUString& rId, sal_uInt16 nWhich );
virtual SfxPoolItem* Clone( SfxItemPool *pPool = nullptr ) const override;