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

New commits:
commit 4ad425818402e96e526010ae00ee9a26d21c9ec3
Author: David Tardon <dtar...@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()
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to