summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/wrong.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 08:00:27 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 08:00:27 +0000
commitcb544e6b74e0df6c9cfdcac0878eff4cd13d2b2f (patch)
tree9ddeeb08b02bd200cb9011bacbe822231cba2182 /sw/source/core/inc/wrong.hxx
parent51d032bb06cecd700902660582f624c14c28eea0 (diff)
INTEGRATION: CWS swwarnings (1.5.38); FILE MERGED
2007/08/20 15:33:53 tl 1.5.38.4: RESYNC: (1.6-1.7); FILE MERGED 2007/05/29 11:30:45 os 1.5.38.3: RESYNC: (1.5-1.6); FILE MERGED 2007/04/03 12:59:55 tl 1.5.38.2: #i69287# warning-free code 2007/02/27 13:07:04 tl 1.5.38.1: #i69287# warning-free code
Diffstat (limited to 'sw/source/core/inc/wrong.hxx')
-rw-r--r--sw/source/core/inc/wrong.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/sw/source/core/inc/wrong.hxx b/sw/source/core/inc/wrong.hxx
index cb446e40303c..b8e6628605b2 100644
--- a/sw/source/core/inc/wrong.hxx
+++ b/sw/source/core/inc/wrong.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: wrong.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: hr $ $Date: 2007-06-27 13:18:38 $
+ * last change: $Author: hr $ $Date: 2007-09-27 09:00:27 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -42,6 +42,8 @@
#include <vector>
+#include <tools/string.hxx>
+
class SwWrongList;
// ST2
@@ -84,7 +86,7 @@ class SwWrongList
public:
- SwWrongList() : nBeginInvalid( STRING_LEN ) { maList.reserve( 5 ); }
+ SwWrongList();
~SwWrongList()
{
for ( unsigned int i=0; i< maList.size(); i++)