summaryrefslogtreecommitdiff
path: root/svl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-10-01 22:02:12 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-10-02 23:19:50 +0100
commitb48e2d958c905322ebd3219cc2141c7c2f0ce768 (patch)
tree6963d51820a0de52c3092495ca2c9a017190f29a /svl
parent799e9515c08b9cf71e9294b5a1e83ab9d26d4b30 (diff)
callcatcher: various unused methods
Diffstat (limited to 'svl')
-rw-r--r--svl/inc/svl/style.hxx1
-rw-r--r--svl/source/items/style.cxx4
2 files changed, 0 insertions, 5 deletions
diff --git a/svl/inc/svl/style.hxx b/svl/inc/svl/style.hxx
index 7edecd70883d..ceb8050f31c8 100644
--- a/svl/inc/svl/style.hxx
+++ b/svl/inc/svl/style.hxx
@@ -285,7 +285,6 @@ public:
virtual sal_Bool SetParent( const UniString& );
protected:
- SfxStyleSheet(); // do not use!
virtual ~SfxStyleSheet();
};
diff --git a/svl/source/items/style.cxx b/svl/source/items/style.cxx
index a44d6424f276..2a1929e78fb0 100644
--- a/svl/source/items/style.cxx
+++ b/svl/source/items/style.cxx
@@ -892,10 +892,6 @@ SfxStyleSheet::SfxStyleSheet(const SfxStyleSheet& rStyle) :
SfxBroadcaster( rStyle )
{}
-SfxStyleSheet::SfxStyleSheet()
-{
-}
-
SfxStyleSheet::~SfxStyleSheet()
{
Broadcast( SfxStyleSheetHint( SFX_STYLESHEET_INDESTRUCTION, *this ) );