summaryrefslogtreecommitdiff
path: root/svl/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-02-16 09:48:05 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-02-16 10:26:03 +0000
commit08c475bb24a34f3a6a3f08e8490b521e8dcc96be (patch)
tree45380d74b4b7f751d43041f28e9588f8ca7a1a89 /svl/inc
parent46087fd1b7186cd181275693e72494c4a07c0c38 (diff)
callcatcher: update unused code list
Diffstat (limited to 'svl/inc')
-rw-r--r--svl/inc/svl/style.hxx8
1 files changed, 7 insertions, 1 deletions
diff --git a/svl/inc/svl/style.hxx b/svl/inc/svl/style.hxx
index 02e4a127ab34..5fe0d0b217b4 100644
--- a/svl/inc/svl/style.hxx
+++ b/svl/inc/svl/style.hxx
@@ -84,7 +84,9 @@ SfxStyleSheetHint( SFX_STYLESHEET_ERASED, *p ) from:
class SVL_DLLPUBLIC SfxStyleSheetBase : public comphelper::OWeakTypeObject
{
+private:
friend class SfxStyleSheetBasePool;
+ SVL_DLLPRIVATE static SfxStyleSheetBasePool& implGetStaticPool();
protected:
SfxStyleSheetBasePool& rPool; // zugehoeriger Pool
@@ -100,7 +102,11 @@ protected:
sal_Bool bMySet; // sal_True: Set loeschen im dtor
- SfxStyleSheetBase(); // do not use!
+ SfxStyleSheetBase() // do not use!
+ : comphelper::OWeakTypeObject()
+ , rPool( implGetStaticPool() )
+ {
+ }
SfxStyleSheetBase( const UniString&, SfxStyleSheetBasePool&, SfxStyleFamily eFam, sal_uInt16 mask );
SfxStyleSheetBase( const SfxStyleSheetBase& );
virtual ~SfxStyleSheetBase();