diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2008-02-04 12:55:27 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2008-02-04 12:55:27 +0000 |
commit | 7b285ac3dbf28fa34372d87ec003a475ccae395e (patch) | |
tree | 0c1693a273a04e6c1f41cee4e71de1fccb87e1ba /xmlhelp | |
parent | 7e32e3acd8ad33ca94bf6ba79d161f022070de57 (diff) |
INTEGRATION: CWS gcc430two (1.49.14); FILE MERGED
2008/01/28 09:53:14 rene 1.49.14.1: more gcc 4.3.0 things
Diffstat (limited to 'xmlhelp')
-rw-r--r-- | xmlhelp/source/cxxhelp/provider/databases.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/databases.cxx b/xmlhelp/source/cxxhelp/provider/databases.cxx index ea191b651550..35ccee5195df 100644 --- a/xmlhelp/source/cxxhelp/provider/databases.cxx +++ b/xmlhelp/source/cxxhelp/provider/databases.cxx @@ -4,9 +4,9 @@ * * $RCSfile: databases.cxx,v $ * - * $Revision: 1.49 $ + * $Revision: 1.50 $ * - * last change: $Author: ihi $ $Date: 2007-11-19 13:00:39 $ + * last change: $Author: ihi $ $Date: 2008-02-04 13:55:27 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -71,6 +71,7 @@ #endif #include "inputstream.hxx" #include <algorithm> +#include <string.h> // Extensible help #include "com/sun/star/deployment/thePackageManagerFactory.hpp" |