diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-03-23 09:34:12 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-03-23 09:34:12 +0000 |
commit | 139eda602f7f9ccd61862cb23595c82ea9690a51 (patch) | |
tree | 6744beb83d97ec4f6553fc663d1ab5b2be518ff4 | |
parent | d57ef4c0ae231cee9e4fc2949ff4494a1aff4b1f (diff) |
INTEGRATION: CWS cfgcleanup (1.17.70); FILE MERGED
2004/03/16 16:14:19 jb 1.17.70.2: RESYNC: (1.17-1.18); FILE MERGED
2004/02/09 15:30:41 jb 1.17.70.1: #i25025# Eliminate warnings from gcc
-rw-r--r-- | configmgr/source/xml/valueconverter.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configmgr/source/xml/valueconverter.cxx b/configmgr/source/xml/valueconverter.cxx index 6f4cb1be4447..1e67ffea30c9 100644 --- a/configmgr/source/xml/valueconverter.cxx +++ b/configmgr/source/xml/valueconverter.cxx @@ -2,9 +2,9 @@ * * $RCSfile: valueconverter.cxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: hr $ $Date: 2004-02-04 14:49:23 $ + * last change: $Author: kz $ $Date: 2004-03-23 10:34:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -110,7 +110,7 @@ unsigned makeHexNibble(unsigned char ch) CFG_THROW1 ( script::CannotConvertExcep else throwConversionError("Invalid Hex Character in binary value"); - return nRet; // not reachable + return nRet; } // ----------------------------------------------------------------------------- |