From c263e1c629e08903dcb41eda7a277a06ff195411 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Thu, 13 Jan 2005 16:24:29 +0000 Subject: INTEGRATION: CWS impress26 (1.3.106); FILE MERGED 2004/12/16 13:40:39 cl 1.3.106.1: #i39045# #i21440# hide spell checker marks during graphic and html export --- sd/inc/sdfilter.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sd/inc/sdfilter.hxx') diff --git a/sd/inc/sdfilter.hxx b/sd/inc/sdfilter.hxx index dbea38ab4150..7cb5f9a52631 100644 --- a/sd/inc/sdfilter.hxx +++ b/sd/inc/sdfilter.hxx @@ -2,9 +2,9 @@ * * $RCSfile: sdfilter.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: kz $ $Date: 2004-10-04 18:14:41 $ + * last change: $Author: kz $ $Date: 2005-01-13 17:24:29 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -91,7 +91,7 @@ class SdFilter { public: SdFilter( SfxMedium& rMedium, ::sd::DrawDocShell& rDocShell, sal_Bool bShowProgress ); - ~SdFilter(); + virtual ~SdFilter(); sal_Bool IsProgress() const { return mbShowProgress; } sal_Bool IsDraw() const { return mbIsDraw; } -- cgit