diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-04-24 12:37:27 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-04-24 12:37:27 +0000 |
commit | 010ea2d68f81d44005907fc945a965283c42bf57 (patch) | |
tree | f91bf2fbec05dc82921a8de66208e6cbd4078157 /unotools/source/config/configitem.cxx | |
parent | 2d3dece122eb88014000f25087f0d8e2abf5be75 (diff) |
INTEGRATION: CWS mav4 (1.40.4); FILE MERGED
2003/04/16 06:34:15 tl 1.40.4.1: #108916# return value now initialized
Diffstat (limited to 'unotools/source/config/configitem.cxx')
-rw-r--r-- | unotools/source/config/configitem.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/unotools/source/config/configitem.cxx b/unotools/source/config/configitem.cxx index f8850587d0fe..9b122765b70c 100644 --- a/unotools/source/config/configitem.cxx +++ b/unotools/source/config/configitem.cxx @@ -2,9 +2,9 @@ * * $RCSfile: configitem.cxx,v $ * - * $Revision: 1.41 $ + * $Revision: 1.42 $ * - * last change: $Author: vg $ $Date: 2003-04-15 17:20:26 $ + * last change: $Author: rt $ $Date: 2003-04-24 13:37:27 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1203,7 +1203,7 @@ sal_Bool ConfigItem::ReplaceSetProperties( const OUString& rNode, Sequence< PropertyValue > rValues) { ValueCounter_Impl aCounter(pImpl->nInValueChange); - sal_Bool bRet; + sal_Bool bRet = sal_True; Reference<XHierarchicalNameAccess> xHierarchyAccess = GetTree(); if(xHierarchyAccess.is()) { |