diff options
author | Noel Grandin <noel@peralex.com> | 2014-03-04 09:49:52 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-03-05 09:17:50 +0200 |
commit | e327fd0c5dcb927990bdf1a34d6f99f11edb22a9 (patch) | |
tree | b4a7f07f513301ba49af1fd59aa491620719cbb8 /svl | |
parent | 639110d0ccb5af48104cd4a6e64c26bf682ed3f3 (diff) |
debug only code SfxItemPool::GetMasterPool() const
Change-Id: Ia3c53e64f6e39618b4cc85fae5f213e67041a725
Diffstat (limited to 'svl')
-rw-r--r-- | svl/source/items/itempool.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/svl/source/items/itempool.cxx b/svl/source/items/itempool.cxx index c293c384474f..861a3fa9ad37 100644 --- a/svl/source/items/itempool.cxx +++ b/svl/source/items/itempool.cxx @@ -918,10 +918,12 @@ SfxItemPool* SfxItemPool::GetSecondaryPool() const return pImp->mpSecondary; } +#ifdef DBG_UTIL SfxItemPool* SfxItemPool::GetMasterPool() const { return pImp->mpMaster; } +#endif void SfxItemPool::FreezeIdRanges() |