diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-09-27 07:05:13 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-09-27 07:05:13 +0000 |
commit | e666b1a75935aa897fa84523104f24cc4a3299b6 (patch) | |
tree | ab2fd50bf8bb5b5a15d9702d7624fdeff663e0d8 /sw/inc/index.hxx | |
parent | f0fc2005bb9a3725ff634d5152a6fd76e9536d58 (diff) |
INTEGRATION: CWS swwarnings (1.8.242); FILE MERGED
2007/03/12 08:48:17 fme 1.8.242.1: #i69287# Warning free code
Diffstat (limited to 'sw/inc/index.hxx')
-rw-r--r-- | sw/inc/index.hxx | 8 |
1 files changed, 3 insertions, 5 deletions
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. |