summaryrefslogtreecommitdiff
path: root/svl/inc
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/inc
parent2beacf2405df7c2244f09642c4cbc2448585fc02 (diff)
Reintroduce MSVC workaround
...originally introduced with 02abccf953185f266979aafd946f5b96c5d59875 but erroneously purged with 9c2f7056a82c4d7719715ca1c77f8dd4c17aa24c.
Diffstat (limited to 'svl/inc')
-rw-r--r--svl/inc/svl/style.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/svl/inc/svl/style.hxx b/svl/inc/svl/style.hxx
index ceb8050f31c8..e347d54486a3 100644
--- a/svl/inc/svl/style.hxx
+++ b/svl/inc/svl/style.hxx
@@ -285,6 +285,7 @@ public:
virtual sal_Bool SetParent( const UniString& );
protected:
+ SfxStyleSheet(); // do not use! needed by MSVC
virtual ~SfxStyleSheet();
};