summaryrefslogtreecommitdiff
path: root/include/svl
diff options
context:
space:
mode:
authorVarun Dhall <varun.dhall@studentpartner.com>2017-08-17 01:23:47 +0530
committerMichael Stahl <mstahl@redhat.com>2017-08-16 22:38:04 +0200
commit75933b220d48bceff25b07cfc4b55c70a2e24917 (patch)
tree457351625e24bf221e40510addae48cd63ae4382 /include/svl
parentbc11bee358a3bcdf49ef60ee0449bcd053c00d74 (diff)
Rename SfxItemPool GetSurrogate to CheckItemInPool
Change-Id: Ife08e05a9fcbadea86c005a2e9defb7cef9b5acc Reviewed-on: https://gerrit.libreoffice.org/41231 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'include/svl')
-rw-r--r--include/svl/itempool.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svl/itempool.hxx b/include/svl/itempool.hxx
index 14051f6796d3..f2940ad49732 100644
--- a/include/svl/itempool.hxx
+++ b/include/svl/itempool.hxx
@@ -151,7 +151,7 @@ public:
void Remove( const SfxPoolItem& );
const SfxPoolItem& GetDefaultItem( sal_uInt16 nWhich ) const;
- sal_uInt32 GetSurrogate(const SfxPoolItem *) const;
+ bool CheckItemInPool(const SfxPoolItem *) const;
const SfxPoolItem * GetItem2(sal_uInt16 nWhich, sal_uInt32 nSurrogate) const;
const SfxPoolItem * GetItem2Default(sal_uInt16 nWhich) const;
sal_uInt32 GetItemCount2(sal_uInt16 nWhich) const;