diff options
author | Varun Dhall <varun.dhall@studentpartner.com> | 2017-08-17 01:57:59 +0530 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-08-17 10:54:59 +0200 |
commit | 006a7b50546c57e260245d4630de565705f2fc38 (patch) | |
tree | c913778b89039c85f0ebeea86bf7a5da11175b9b /include/svl/itempool.hxx | |
parent | a82af43b526c9eca38f74f51d9af0c99c62f8121 (diff) |
Removing unused serialisation code
Change-Id: I86911c77f0831d448ff803afae2a74ec55ad4dd8
Reviewed-on: https://gerrit.libreoffice.org/41233
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'include/svl/itempool.hxx')
-rw-r--r-- | include/svl/itempool.hxx | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/include/svl/itempool.hxx b/include/svl/itempool.hxx index f2940ad49732..f8d5ca32f0af 100644 --- a/include/svl/itempool.hxx +++ b/include/svl/itempool.hxx @@ -91,8 +91,7 @@ public: SfxItemPool( const OUString &rName, sal_uInt16 nStart, sal_uInt16 nEnd, const SfxItemInfo *pItemInfos, - std::vector<SfxPoolItem*> *pDefaults = nullptr, - bool bLoadRefCounts = true ); + std::vector<SfxPoolItem*> *pDefaults = nullptr ); protected: virtual ~SfxItemPool(); @@ -159,7 +158,6 @@ public: sal_uInt16 GetFirstWhich() const; sal_uInt16 GetLastWhich() const; bool IsInRange( sal_uInt16 nWhich ) const; - bool IsInVersionsRange( sal_uInt16 nWhich ) const; void SetSecondaryPool( SfxItemPool *pPool ); SfxItemPool* GetSecondaryPool() const; SfxItemPool* GetMasterPool() const; @@ -176,9 +174,6 @@ public: sal_uInt16 GetTrueWhich( sal_uInt16 nSlot, bool bDeep = true ) const; sal_uInt16 GetTrueSlotId( sal_uInt16 nWhich ) const; - sal_uInt16 GetNewWhich( sal_uInt16 nOldWhich ) const; - void SetFileFormatVersion( sal_uInt16 nFileFormatVersion ); - static bool IsWhich(sal_uInt16 nId) { return nId && nId <= SFX_WHICH_MAX; } static bool IsSlot(sal_uInt16 nId) { |