INTEGRATION: CWS warnings01 (1.3.22); FILE MERGED
2005/09/22 19:47:51 sb 1.3.22.2: RESYNC: (1.3-1.4); FILE MERGED 2005/09/01 15:24:38 sb 1.3.22.1: #i53898# Made code warning-free.
This commit is contained in:
parent
a77b2b54b7
commit
afddc77cfd
1 changed files with 5 additions and 2 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: mergekeys.cxx,v $
|
||||
*
|
||||
* $Revision: 1.4 $
|
||||
* $Revision: 1.5 $
|
||||
*
|
||||
* last change: $Author: rt $ $Date: 2005-09-08 07:55:25 $
|
||||
* last change: $Author: hr $ $Date: 2006-06-20 00:02:03 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -104,6 +104,9 @@ static void mergeKeys(
|
|||
case registry::RegistryValueType_STRINGLIST:
|
||||
xDest->setStringListValue( xSource->getStringListValue() );
|
||||
break;
|
||||
default:
|
||||
OSL_ASSERT(false);
|
||||
break;
|
||||
}
|
||||
|
||||
// sub keys
|
||||
|
|
Loading…
Reference in a new issue