From 849a2471bd649b252648fa4e43be91dab4d9bdc5 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 8 Feb 2012 09:12:05 +0000 Subject: update unused list --- svl/inc/svl/style.hxx | 2 +- svl/source/items/style.cxx | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) (limited to 'svl') diff --git a/svl/inc/svl/style.hxx b/svl/inc/svl/style.hxx index e347d54486a3..02e4a127ab34 100644 --- a/svl/inc/svl/style.hxx +++ b/svl/inc/svl/style.hxx @@ -285,7 +285,7 @@ public: virtual sal_Bool SetParent( const UniString& ); protected: - SfxStyleSheet(); // do not use! needed by MSVC + SfxStyleSheet() {} // do not use! needed by MSVC virtual ~SfxStyleSheet(); }; diff --git a/svl/source/items/style.cxx b/svl/source/items/style.cxx index c49d9ad2ef9f..c3e11e16d3d8 100644 --- a/svl/source/items/style.cxx +++ b/svl/source/items/style.cxx @@ -884,10 +884,6 @@ SfxStyleSheet::SfxStyleSheet(const SfxStyleSheet& rStyle) : SfxBroadcaster( rStyle ) {} -SfxStyleSheet::SfxStyleSheet() -{ -} - SfxStyleSheet::~SfxStyleSheet() { Broadcast( SfxStyleSheetHint( SFX_STYLESHEET_INDESTRUCTION, *this ) ); -- cgit v1.2.3