Kaydet (Commit) 02abccf9 authored tarafından Caolán McNamara's avatar Caolán McNamara

more uselessness in msvc

üst fe1e55cd
......@@ -285,6 +285,7 @@ public:
virtual sal_Bool SetParent( const UniString& );
protected:
SfxStyleSheet(); // do not use!
virtual ~SfxStyleSheet();
};
......
......@@ -892,6 +892,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