From 1babb8f66b1cc68dd39a1c9602fb932550b153c5 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 10 Oct 2011 12:34:10 +0300 Subject: WaE: class has virtual functions, but destructor is not virtual --- sd/source/filter/eppt/epptbase.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd/source') 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(); -- cgit