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 | |
parent | dd0602b18ae921e376a81fc8aa0989c59bcc89a2 (diff) |
callcatcher: update list
Diffstat (limited to 'svl')
-rw-r--r-- | svl/inc/svl/style.hxx | 1 | ||||
-rw-r--r-- | svl/source/items/style.cxx | 19 |
2 files changed, 0 insertions, 20 deletions
diff --git a/svl/inc/svl/style.hxx b/svl/inc/svl/style.hxx index ceb8050f31c8..c948c58043ce 100644 --- a/svl/inc/svl/style.hxx +++ b/svl/inc/svl/style.hxx @@ -100,7 +100,6 @@ protected: sal_Bool bMySet; // sal_True: Set loeschen im dtor - SfxStyleSheetBase(); // do not use! SfxStyleSheetBase( const UniString&, SfxStyleSheetBasePool&, SfxStyleFamily eFam, sal_uInt16 mask ); SfxStyleSheetBase( const SfxStyleSheetBase& ); virtual ~SfxStyleSheetBase(); 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 |