summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8par.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/ww8/ww8par.cxx')
-rw-r--r--sw/source/filter/ww8/ww8par.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/ww8par.cxx b/sw/source/filter/ww8/ww8par.cxx
index 79b748be2ce2..78005a6cb845 100644
--- a/sw/source/filter/ww8/ww8par.cxx
+++ b/sw/source/filter/ww8/ww8par.cxx
@@ -440,7 +440,7 @@ struct SBBItem
Sttb& operator = ( const Sttb&);
public:
Sttb();
- ~Sttb();
+ virtual ~Sttb();
bool Read(SvStream &rS) SAL_OVERRIDE;
void Print( FILE* fp ) SAL_OVERRIDE;
OUString getStringAtIndex( sal_uInt32 );