Kaydet (Commit) 2a3e2bb4 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Reintroduce MSVC workaround

...originally introduced with 02abccf9 but
erroneously purged with 9c2f7056.
üst 2beacf24
......@@ -285,6 +285,7 @@ public:
virtual sal_Bool SetParent( const UniString& );
protected:
SfxStyleSheet(); // do not use! needed by MSVC
virtual ~SfxStyleSheet();
};
......
......@@ -884,6 +884,10 @@ SfxStyleSheet::SfxStyleSheet(const SfxStyleSheet& rStyle) :
SfxBroadcaster( rStyle )
{}
SfxStyleSheet::SfxStyleSheet()
{
}
SfxStyleSheet::~SfxStyleSheet()
{
Broadcast( SfxStyleSheetHint( SFX_STYLESHEET_INDESTRUCTION, *this ) );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment