diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-04-26 23:57:51 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-04-27 03:15:31 +0200 |
commit | 9f9e6a765450d85f2fd9339fb10fb2ee6d45cd05 (patch) | |
tree | 6a4534998b6b94686c94cabbea49379a1071dc2d /svl | |
parent | ed89b3799f2b0131f2150b7762044afd4ffd8fd2 (diff) |
add virtual to the destructor
Diffstat (limited to 'svl')
-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& ); |