diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2011-10-10 12:34:10 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2011-10-10 12:53:13 +0300 |
commit | 1babb8f66b1cc68dd39a1c9602fb932550b153c5 (patch) | |
tree | a26f829f0e9bba7607e1e91ef25965df91bdfbc0 /sd/source | |
parent | 1459d574f4aefc95a6e8d55ccb5285f3ecdd4e75 (diff) |
WaE: class has virtual functions, but destructor is not virtual
Diffstat (limited to 'sd/source')
-rw-r--r-- | sd/source/filter/eppt/epptbase.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/filter/eppt/epptbase.hxx b/sd/source/filter/eppt/epptbase.hxx index 1aef0aa89059..f21db684d162 100644 --- a/sd/source/filter/eppt/epptbase.hxx +++ b/sd/source/filter/eppt/epptbase.hxx @@ -400,7 +400,7 @@ public: PPTWriterBase( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel > & rModel, const ::com::sun::star::uno::Reference< ::com::sun::star::task::XStatusIndicator > & rStatInd ); - ~PPTWriterBase(); + virtual ~PPTWriterBase(); void exportPPT(); |