summaryrefslogtreecommitdiff
path: root/sw/source/filter/inc/fltshell.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/inc/fltshell.hxx')
-rw-r--r--sw/source/filter/inc/fltshell.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/inc/fltshell.hxx b/sw/source/filter/inc/fltshell.hxx
index 479f0998199d..46a825d109d4 100644
--- a/sw/source/filter/inc/fltshell.hxx
+++ b/sw/source/filter/inc/fltshell.hxx
@@ -457,7 +457,7 @@ class SwFltFormatCollection : public SwFltOutBase
public:
SwFltFormatCollection(SwDoc&, RES_POOL_COLLFMT_TYPE nType);
SwFltFormatCollection(SwDoc&, const OUString& rName );
- ~SwFltFormatCollection() { if( pFlyAttrs ) delete pFlyAttrs; }
+ virtual ~SwFltFormatCollection() { if( pFlyAttrs ) delete pFlyAttrs; }
void Reset()
{