diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-07-19 15:25:09 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-07-19 15:25:09 +0000 |
commit | 61969e5236835f2ed7e53d9475f39ccc34b31f70 (patch) | |
tree | 8188ab2654719a33598696ef12358deee004ccf5 /rdbmaker | |
parent | 6eda3f95c39fc22758aa5cf1b7598efee0534df9 (diff) |
INTEGRATION: CWS warningfixes02 (1.6.2); FILE MERGED
2006/06/30 11:56:36 sb 1.6.2.1: #i66577# Made the code compile (warning-free) on a unxlngi6.pro GCC 4.1.1 Linux box.
Diffstat (limited to 'rdbmaker')
-rw-r--r-- | rdbmaker/source/codemaker/typemanager.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rdbmaker/source/codemaker/typemanager.cxx b/rdbmaker/source/codemaker/typemanager.cxx index 5ab0621769f9..b1b1a3398ba6 100644 --- a/rdbmaker/source/codemaker/typemanager.cxx +++ b/rdbmaker/source/codemaker/typemanager.cxx @@ -4,9 +4,9 @@ * * $RCSfile: typemanager.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: hr $ $Date: 2006-06-20 04:10:06 $ + * last change: $Author: kz $ $Date: 2006-07-19 16:25:09 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -149,7 +149,7 @@ sal_Bool RegistryTypeManager::init(sal_Bool bMerged, const StringVector& regFile while (iter != regFiles.end()) { - if ( ret = pTmpReg->mergeKey(rootKey, aRoot, convertToFileUrl( *iter )) ) + if ( (ret = pTmpReg->mergeKey(rootKey, aRoot, convertToFileUrl( *iter ))) ) { if (ret != REG_MERGE_CONFLICT) { |