From 1c0ea5dd34df88cdd1941578add8391642daf35f Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Mon, 15 Nov 2004 12:35:45 +0000 Subject: INTEGRATION: CWS cfglooseends (1.5.14); FILE MERGED 2004/11/08 10:51:57 jb 1.5.14.1: #i32495# Correct return expressions --- configmgr/source/backend/multistratumbackend.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'configmgr') diff --git a/configmgr/source/backend/multistratumbackend.cxx b/configmgr/source/backend/multistratumbackend.cxx index 0c73cb934fa2..a6aac52f7620 100644 --- a/configmgr/source/backend/multistratumbackend.cxx +++ b/configmgr/source/backend/multistratumbackend.cxx @@ -2,9 +2,9 @@ * * $RCSfile: multistratumbackend.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2004-08-20 12:54:03 $ + * last change: $Author: obo $ $Date: 2004-11-15 13:35:45 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -527,7 +527,7 @@ uno::Sequence > SAL_CALL { return listLayers(aComponent, mOwnerEntity ) ; } - return NULL; + return uno::Sequence >() ; } //------------------------------------------------------------------------------ @@ -564,7 +564,7 @@ uno::Sequence > SAL_CALL } return searchSupportingStrata(nNumSupportedLayers,aEntity,aComponent); } - return NULL; + return uno::Sequence >(); } //------------------------------------------------------------------------------ sal_Int32 MultiStratumBackend::findSupportingStratum(const rtl::OUString& aEntity) -- cgit