From afddc77cfd7f43770dbade2330be68da44d85b60 Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Mon, 19 Jun 2006 23:02:03 +0000
Subject: [PATCH] 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.
---
stoc/source/implementationregistration/mergekeys.cxx | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/stoc/source/implementationregistration/mergekeys.cxx b/stoc/source/implementationregistration/mergekeys.cxx
index adcda393d018..4b7bc0796ec3 100644
--- a/stoc/source/implementationregistration/mergekeys.cxx
+++ b/stoc/source/implementationregistration/mergekeys.cxx
@@ -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