summaryrefslogtreecommitdiffstats
path: root/svl/source/items/style.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-02-07 21:29:49 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-02-07 21:29:49 +0100
commit2a3e2bb484d79f101f2c8a986142ac390aea85cc (patch)
tree85338f1854c8ac2e1d87cd0a5cf075983d4c0f6b /svl/source/items/style.cxx
parentWaE in debug build (diff)
downloadcore-2a3e2bb484d79f101f2c8a986142ac390aea85cc.tar.gz
core-2a3e2bb484d79f101f2c8a986142ac390aea85cc.zip
Reintroduce MSVC workaround
...originally introduced with 02abccf953185f266979aafd946f5b96c5d59875 but erroneously purged with 9c2f7056a82c4d7719715ca1c77f8dd4c17aa24c.
Diffstat (limited to 'svl/source/items/style.cxx')
-rw-r--r--svl/source/items/style.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/svl/source/items/style.cxx b/svl/source/items/style.cxx
index c3e11e16d3d8..c49d9ad2ef9f 100644
--- a/svl/source/items/style.cxx
+++ b/svl/source/items/style.cxx
@@ -884,6 +884,10 @@ SfxStyleSheet::SfxStyleSheet(const SfxStyleSheet& rStyle) :
SfxBroadcaster( rStyle )
{}
+SfxStyleSheet::SfxStyleSheet()
+{
+}
+
SfxStyleSheet::~SfxStyleSheet()
{
Broadcast( SfxStyleSheetHint( SFX_STYLESHEET_INDESTRUCTION, *this ) );