summaryrefslogtreecommitdiff
path: root/rdbmaker
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-07-19 15:25:09 +0000
committerKurt Zenker <kz@openoffice.org>2006-07-19 15:25:09 +0000
commit8d2dc977837d4566d40e11d8dcbf60183df2b5b4 (patch)
tree9f6373f59ab0690c4e8555dcee2580383023d841 /rdbmaker
parent07a4cdf62f273840eda91b9e34483076adb0fdf8 (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.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/rdbmaker/source/codemaker/typemanager.cxx b/rdbmaker/source/codemaker/typemanager.cxx
index 74fcf97eb..40a15df55 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)
{