summaryrefslogtreecommitdiffstats
path: root/sc/inc
diff options
context:
space:
mode:
authorVarun Dhall <varun.dhall@studentpartner.com>2017-08-13 03:49:12 +0530
committerMichael Stahl <mstahl@redhat.com>2017-08-14 11:35:49 +0200
commit78b3e279ca3a3da1e7a49756bc1edee82fc943a0 (patch)
tree6c7630e71b44ce003ff7b90ea12bca0aae11f799 /sc/inc
parentRemoving unused SfxItemPool serialisation from svx (diff)
downloadcore-78b3e279ca3a3da1e7a49756bc1edee82fc943a0.tar.gz
core-78b3e279ca3a3da1e7a49756bc1edee82fc943a0.zip
Removing unused SetVersionMap from sc
Change-Id: I16e4a80b721e8f419352ed2d546bd3d7197ed4f7 Reviewed-on: https://gerrit.libreoffice.org/41101 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/docpool.hxx16
1 files changed, 0 insertions, 16 deletions
diff --git a/sc/inc/docpool.hxx b/sc/inc/docpool.hxx
index bafb72403692..064481952fcc 100644
--- a/sc/inc/docpool.hxx
+++ b/sc/inc/docpool.hxx
@@ -30,19 +30,6 @@ class ScDocument;
class SC_DLLPUBLIC ScDocumentPool: public SfxItemPool
{
std::vector<SfxPoolItem*>* mpPoolDefaults;
- static sal_uInt16* pVersionMap1;
- static sal_uInt16* pVersionMap2;
- static sal_uInt16* pVersionMap3;
- static sal_uInt16* pVersionMap4;
- static sal_uInt16* pVersionMap5;
- static sal_uInt16* pVersionMap6;
- static sal_uInt16* pVersionMap7;
- static sal_uInt16* pVersionMap8;
- static sal_uInt16* pVersionMap9;
- static sal_uInt16* pVersionMap10;
- static sal_uInt16* pVersionMap11;
- static sal_uInt16* pVersionMap12;
-
sal_uInt64 mnCurrentMaxKey;
public:
@@ -62,9 +49,6 @@ public:
MapUnit ePresentationMetric,
OUString& rText,
const IntlWrapper& rIntl ) const override;
-
- static void InitVersionMaps();
- static void DeleteVersionMaps();
};
#endif