diff options
author | David Tardon <dtardon@redhat.com> | 2013-01-22 15:24:29 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-01-22 15:25:28 +0100 |
commit | 4ad425818402e96e526010ae00ee9a26d21c9ec3 (patch) | |
tree | 394ae052b9e5f925ca79503f9d4810376bbcb641 /svl/source | |
parent | e13a3d566ecc34a46e037aca1b2d70e58501e422 (diff) |
silence MacOS X tinderbox
Change-Id: I53e2c5789c9d96187b13bb0d52da9d70f24b39b6
Diffstat (limited to 'svl/source')
-rw-r--r-- | svl/source/items/style.cxx | 3 |
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() |