diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-10-06 13:45:31 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-10-06 13:45:31 +0000 |
commit | d581de83056621e8688da27b3d5f88f357a38c86 (patch) | |
tree | 95d1d5af4941d53944dfb2dcd5178190d9d5ad44 /configmgr | |
parent | 82103e8830babce7e252d6c58b9ff0bf4054c78a (diff) |
INTEGRATION: CWS rt02 (1.2.26); FILE MERGED
2003/10/01 13:15:17 rt 1.2.26.1: #i19697# Fixed compiler warnings
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/source/backend/binaryreadhandler.cxx | 6 | ||||
-rw-r--r-- | configmgr/source/backend/binaryreadhandler.hxx | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/configmgr/source/backend/binaryreadhandler.cxx b/configmgr/source/backend/binaryreadhandler.cxx index 062089bd4449..e94a3669a25b 100644 --- a/configmgr/source/backend/binaryreadhandler.cxx +++ b/configmgr/source/backend/binaryreadhandler.cxx @@ -2,9 +2,9 @@ * * $RCSfile: binaryreadhandler.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: vg $ $Date: 2003-05-26 08:04:09 $ + * last change: $Author: rt $ $Date: 2003-10-06 14:45:16 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -653,4 +653,4 @@ namespace configmgr // ----------------------------------------------------------------------------- } // ----------------------------------------------------------------------------- -}
\ No newline at end of file +} diff --git a/configmgr/source/backend/binaryreadhandler.hxx b/configmgr/source/backend/binaryreadhandler.hxx index 9965c176533e..82e6f3fed5a4 100644 --- a/configmgr/source/backend/binaryreadhandler.hxx +++ b/configmgr/source/backend/binaryreadhandler.hxx @@ -2,9 +2,9 @@ * * $RCSfile: binaryreadhandler.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: vg $ $Date: 2003-05-26 08:04:18 $ + * last change: $Author: rt $ $Date: 2003-10-06 14:45:31 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -91,12 +91,12 @@ #ifndef INCLUDED_MEMORY #include <memory> #define INCLUDED_MEMORY -#endif INCLUDED_MEMORY +#endif // INCLUDED_MEMORY #ifndef INCLUDED_VECTOR #include <vector> #define INCLUDED_VECTOR -#endif INCLUDED_VECTOR +#endif // INCLUDED_VECTOR namespace configmgr |