summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-11-24 14:09:54 +0100
committerMichael Stahl <mstahl@redhat.com>2014-11-24 14:10:48 +0100
commit6796db4cc6c1b8d32a655de5343b9883b07d0aa8 (patch)
treecc72d5e398b5b7288980ef572d71dc4f717f2dbc /include
parent94d2de0ba1f010be7acf0d00ce5b2ed4ed2b895b (diff)
svl: just make SfxItemPool::GetMasterPool() always available
Change-Id: Id2e35c19bf2efb73e6a0939cccf37c92ca30c0aa
Diffstat (limited to 'include')
-rw-r--r--include/svl/itempool.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/svl/itempool.hxx b/include/svl/itempool.hxx
index a52a0b26c4db..0f1c4f32511b 100644
--- a/include/svl/itempool.hxx
+++ b/include/svl/itempool.hxx
@@ -185,9 +185,7 @@ public:
void SetStoringRange( sal_uInt16 nFrom, sal_uInt16 nTo );
void SetSecondaryPool( SfxItemPool *pPool );
SfxItemPool* GetSecondaryPool() const;
-#ifdef DBG_UTIL
SfxItemPool* GetMasterPool() const;
-#endif
void FreezeIdRanges();
void Delete();