summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--svl/source/items/style.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/svl/source/items/style.cxx b/svl/source/items/style.cxx
index 812567cc830d..9116640e5658 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()