diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2008-02-04 12:55:14 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2008-02-04 12:55:14 +0000 |
commit | 7e32e3acd8ad33ca94bf6ba79d161f022070de57 (patch) | |
tree | 638c6777bccdd498c189317c9803e9eec814cb32 /xmlhelp | |
parent | 381c0ff0ece326081f030d275feb1e0280ae0ae4 (diff) |
INTEGRATION: CWS gcc430two (1.10.14); FILE MERGED
2008/01/28 09:53:14 rene 1.10.14.1: more gcc 4.3.0 things
Diffstat (limited to 'xmlhelp')
-rw-r--r-- | xmlhelp/source/com/sun/star/help/HelpLinker.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/xmlhelp/source/com/sun/star/help/HelpLinker.cxx b/xmlhelp/source/com/sun/star/help/HelpLinker.cxx index 25a910169834..085169c67b70 100644 --- a/xmlhelp/source/com/sun/star/help/HelpLinker.cxx +++ b/xmlhelp/source/com/sun/star/help/HelpLinker.cxx @@ -4,9 +4,9 @@ * * $RCSfile: HelpLinker.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: ihi $ $Date: 2007-11-26 18:04:22 $ + * last change: $Author: ihi $ $Date: 2008-02-04 13:55:14 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -37,6 +37,9 @@ #include <map> +#include <string.h> +#include <limits.h> + #include <boost/shared_ptr.hpp> #include <boost/tokenizer.hpp> |