diff options
-rw-r--r-- | svl/inc/svl/style.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/inc/svl/style.hxx b/svl/inc/svl/style.hxx index f44b7d144189..af0a826fcb5c 100644 --- a/svl/inc/svl/style.hxx +++ b/svl/inc/svl/style.hxx @@ -221,7 +221,7 @@ protected: virtual SfxStyleSheetBase* Create( const UniString&, SfxStyleFamily, sal_uInt16 ); virtual SfxStyleSheetBase* Create( const SfxStyleSheetBase& ); - ~SfxStyleSheetBasePool(); + virtual ~SfxStyleSheetBasePool(); public: SfxStyleSheetBasePool( SfxItemPool& ); |