[Libreoffice-commits] .: svl/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Jan 22 06:26:09 PST 2013


 svl/source/items/style.cxx |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 4ad425818402e96e526010ae00ee9a26d21c9ec3
Author: David Tardon <dtardon at redhat.com>
Date:   Tue Jan 22 15:24:29 2013 +0100

    silence MacOS X tinderbox
    
    Change-Id: I53e2c5789c9d96187b13bb0d52da9d70f24b39b6

diff --git a/svl/source/items/style.cxx b/svl/source/items/style.cxx
index 812567c..9116640 100644
--- a/svl/source/items/style.cxx
+++ b/svl/source/items/style.cxx
@@ -872,7 +872,8 @@ SfxStyleSheet::SfxStyleSheet(const XubString &rName,
 SfxStyleSheet::SfxStyleSheet(const SfxStyleSheet& rStyle) :
     SfxStyleSheetBase(rStyle),
     SfxListener( rStyle ),
-    SfxBroadcaster( rStyle )
+    SfxBroadcaster( rStyle ),
+    svl::StyleSheetUser()
 {}
 
 SfxStyleSheet::~SfxStyleSheet()


More information about the Libreoffice-commits mailing list