From e666b1a75935aa897fa84523104f24cc4a3299b6 Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Thu, 27 Sep 2007 07:05:13 +0000
Subject: INTEGRATION: CWS swwarnings (1.8.242); FILE MERGED 2007/03/12
08:48:17 fme 1.8.242.1: #i69287# Warning free code
---
sw/inc/index.hxx | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
(limited to 'sw/inc/index.hxx')
diff --git a/sw/inc/index.hxx b/sw/inc/index.hxx
index 84398e50653d..2788cb9abbdb 100644
--- a/sw/inc/index.hxx
+++ b/sw/inc/index.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: index.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: hr $ $Date: 2006-08-14 15:25:27 $
+ * last change: $Author: hr $ $Date: 2007-09-27 08:05:13 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -153,9 +153,7 @@ protected:
public:
SwIndexReg();
-#ifndef PRODUCT
- ~SwIndexReg();
-#endif
+ virtual ~SwIndexReg();
// rtti, abgeleitete moegens gleichtun oder nicht. Wenn sie es gleichtun
// kann ueber das SwIndexReg typsicher gecastet werden.
--
cgit