summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-02-04 12:47:38 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-02-04 12:47:38 +0000
commit38fa19de56600b41486151d1ef24814c0c1f5460 (patch)
tree6ff945ef79cb3efbe032fa3091541dae6dc93a4c /i18npool
parente40fa1dd1f09aadb082d28740ae320168f0a1c69 (diff)
INTEGRATION: CWS gcc430two (1.10.18); FILE MERGED
2008/01/28 09:53:07 rene 1.10.18.1: more gcc 4.3.0 things
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/source/search/textsearch.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/i18npool/source/search/textsearch.cxx b/i18npool/source/search/textsearch.cxx
index 3ddb3ccb7c54..e5432a6273c7 100644
--- a/i18npool/source/search/textsearch.cxx
+++ b/i18npool/source/search/textsearch.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: textsearch.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: vg $ $Date: 2007-12-05 16:45:18 $
+ * last change: $Author: ihi $ $Date: 2008-02-04 13:47:38 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -85,6 +85,8 @@
#pragma warning( disable: 4786 )
#endif
+#include <string.h>
+
using namespace ::com::sun::star::util;
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang;