[Libreoffice-commits] .: svl/inc svl/source

Caolán McNamara caolan at kemper.freedesktop.org
Mon Oct 3 06:12:35 PDT 2011


 svl/inc/svl/style.hxx      |    1 +
 svl/source/items/style.cxx |    4 ++++
 2 files changed, 5 insertions(+)

New commits:
commit 02abccf953185f266979aafd946f5b96c5d59875
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Mon Oct 3 14:08:59 2011 +0100

    more uselessness in msvc

diff --git a/svl/inc/svl/style.hxx b/svl/inc/svl/style.hxx
index ceb8050..7edecd7 100644
--- a/svl/inc/svl/style.hxx
+++ b/svl/inc/svl/style.hxx
@@ -285,6 +285,7 @@ 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 2a1929e..a44d642 100644
--- a/svl/source/items/style.cxx
+++ b/svl/source/items/style.cxx
@@ -892,6 +892,10 @@ SfxStyleSheet::SfxStyleSheet(const SfxStyleSheet& rStyle) :
     SfxBroadcaster( rStyle )
 {}
 
+SfxStyleSheet::SfxStyleSheet()
+{
+}
+
 SfxStyleSheet::~SfxStyleSheet()
 {
     Broadcast( SfxStyleSheetHint( SFX_STYLESHEET_INDESTRUCTION, *this ) );


More information about the Libreoffice-commits mailing list