summaryrefslogtreecommitdiff
path: root/sd/inc/sdfilter.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-01-13 16:24:29 +0000
committerKurt Zenker <kz@openoffice.org>2005-01-13 16:24:29 +0000
commitc263e1c629e08903dcb41eda7a277a06ff195411 (patch)
tree84a28a20cc53cda8f11e3367cab6f1523faadf31 /sd/inc/sdfilter.hxx
parentee7c0b44cf2b2604fd90ae95c2713cfb970ece3c (diff)
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
Diffstat (limited to 'sd/inc/sdfilter.hxx')
-rw-r--r--sd/inc/sdfilter.hxx6
1 files changed, 3 insertions, 3 deletions
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; }