diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-07-31 13:02:48 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-07-31 13:02:48 +0000 |
commit | 2c8cd6f2c3fa10bde7e19930fefe16c10caf518a (patch) | |
tree | 008e57e2c3d0d2680cbad0f2845347d9539683da /registry | |
parent | 6fca6883b614154832cf1a7a37ced03fdd93714d (diff) |
INTEGRATION: CWS jsc18 (1.17.22); FILE MERGED
2007/06/29 11:32:14 jsc 1.17.22.1: #i78460# integrate patch
Diffstat (limited to 'registry')
-rw-r--r-- | registry/source/reflread.cxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/registry/source/reflread.cxx b/registry/source/reflread.cxx index 025387c24c46..b3239e7f6e79 100644 --- a/registry/source/reflread.cxx +++ b/registry/source/reflread.cxx @@ -4,9 +4,9 @@ * * $RCSfile: reflread.cxx,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: obo $ $Date: 2006-09-17 01:53:05 $ + * last change: $Author: hr $ $Date: 2007-07-31 14:02:48 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -39,9 +39,8 @@ #include <memory> #include <new> -#ifndef MAC #include <string.h> -#endif + #ifndef _SAL_TYPES_H_ #include <sal/types.h> #endif |