summaryrefslogtreecommitdiff
path: root/include/svl/itempool.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-04 09:49:52 +0200
committerNoel Grandin <noel@peralex.com>2014-03-05 09:17:50 +0200
commite327fd0c5dcb927990bdf1a34d6f99f11edb22a9 (patch)
treeb4a7f07f513301ba49af1fd59aa491620719cbb8 /include/svl/itempool.hxx
parent639110d0ccb5af48104cd4a6e64c26bf682ed3f3 (diff)
debug only code SfxItemPool::GetMasterPool() const
Change-Id: Ia3c53e64f6e39618b4cc85fae5f213e67041a725
Diffstat (limited to 'include/svl/itempool.hxx')
-rw-r--r--include/svl/itempool.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/svl/itempool.hxx b/include/svl/itempool.hxx
index 4b8e421d095d..9a44d5a88c4e 100644
--- a/include/svl/itempool.hxx
+++ b/include/svl/itempool.hxx
@@ -194,7 +194,9 @@ 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();