summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-11-15 12:35:45 +0000
committerOliver Bolte <obo@openoffice.org>2004-11-15 12:35:45 +0000
commit1c0ea5dd34df88cdd1941578add8391642daf35f (patch)
tree64a7ce0ed8276f73fc35f20798c6c91ae6c2f1b6 /configmgr
parentad14026ff7cda028efcdede52b7b291b34234f90 (diff)
INTEGRATION: CWS cfglooseends (1.5.14); FILE MERGED
2004/11/08 10:51:57 jb 1.5.14.1: #i32495# Correct return expressions
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/backend/multistratumbackend.cxx8
1 files changed, 4 insertions, 4 deletions
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<uno::Reference<backenduno::XLayer> > SAL_CALL
{
return listLayers(aComponent, mOwnerEntity ) ;
}
- return NULL;
+ return uno::Sequence<uno::Reference<backenduno::XLayer> >() ;
}
//------------------------------------------------------------------------------
@@ -564,7 +564,7 @@ uno::Sequence<uno::Reference<backenduno::XLayer> > SAL_CALL
}
return searchSupportingStrata(nNumSupportedLayers,aEntity,aComponent);
}
- return NULL;
+ return uno::Sequence<uno::Reference<backenduno::XLayer> >();
}
//------------------------------------------------------------------------------
sal_Int32 MultiStratumBackend::findSupportingStratum(const rtl::OUString& aEntity)