diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-10-01 22:02:12 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-10-02 23:19:50 +0100 |
commit | b48e2d958c905322ebd3219cc2141c7c2f0ce768 (patch) | |
tree | 6963d51820a0de52c3092495ca2c9a017190f29a /svl/source | |
parent | 799e9515c08b9cf71e9294b5a1e83ab9d26d4b30 (diff) |
callcatcher: various unused methods
Diffstat (limited to 'svl/source')
-rw-r--r-- | svl/source/items/style.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
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 ) ); |