diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-10-03 09:36:27 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-10-03 09:37:18 +0100 |
commit | 9efb60f39fbd96cf3c0de5938fb8b00086f76bbc (patch) | |
tree | c7792ca4045da90e85c92ca1d14024e4a56e74bd /svl/source/items | |
parent | dd0602b18ae921e376a81fc8aa0989c59bcc89a2 (diff) |
callcatcher: update list
Diffstat (limited to 'svl/source/items')
-rw-r--r-- | svl/source/items/style.cxx | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/svl/source/items/style.cxx b/svl/source/items/style.cxx index 2a1929e78fb0..595ed7b41ae8 100644 --- a/svl/source/items/style.cxx +++ b/svl/source/items/style.cxx @@ -154,25 +154,6 @@ SfxStyleSheetBase::SfxStyleSheetBase( const SfxStyleSheetBase& r ) pSet = NULL; } -static SfxStyleSheetBasePool& implGetStaticPool() -{ - static SfxStyleSheetBasePool* pSheetPool = 0; - static SfxItemPool* pBasePool = 0; - if( !pSheetPool ) - { - UniString aName; - pBasePool = new SfxItemPool( aName, 0, 0, 0 ); - pSheetPool = new SfxStyleSheetBasePool(*pBasePool); - } - return *pSheetPool; -} - -SfxStyleSheetBase::SfxStyleSheetBase() -: comphelper::OWeakTypeObject() -, rPool( implGetStaticPool() ) -{ -} - SfxStyleSheetBase::~SfxStyleSheetBase() { #ifdef DBG_UTIL |