summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-04-26 23:57:51 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-04-27 03:15:31 +0200
commit9f9e6a765450d85f2fd9339fb10fb2ee6d45cd05 (patch)
tree6a4534998b6b94686c94cabbea49379a1071dc2d
parented89b3799f2b0131f2150b7762044afd4ffd8fd2 (diff)
add virtual to the destructor
-rw-r--r--svl/inc/svl/style.hxx2
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& );