diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2008-02-04 12:42:42 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2008-02-04 12:42:42 +0000 |
commit | f6cdf919223b90c7ba30890725fc494517fc89d2 (patch) | |
tree | bd4b0684c47d051567854c1938b084cb273617d7 /framework | |
parent | 43978cd852c39b1137a03ef48b2e9de528b4ad7a (diff) |
INTEGRATION: CWS gcc430two (1.17.230); FILE MERGED
2008/01/28 09:53:06 rene 1.17.230.1: more gcc 4.3.0 things
Diffstat (limited to 'framework')
-rw-r--r-- | framework/source/services/substitutepathvars.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/source/services/substitutepathvars.cxx b/framework/source/services/substitutepathvars.cxx index 08919de0a108..73db3aca50eb 100644 --- a/framework/source/services/substitutepathvars.cxx +++ b/framework/source/services/substitutepathvars.cxx @@ -4,9 +4,9 @@ * * $RCSfile: substitutepathvars.cxx,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: obo $ $Date: 2006-09-16 14:12:15 $ + * last change: $Author: ihi $ $Date: 2008-02-04 13:42:42 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -130,6 +130,8 @@ #include <comphelper/configurationhelper.hxx> +#include <string.h> + //_________________________________________________________________________________________________________________ // Defines //_________________________________________________________________________________________________________________ |