diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 22:25:34 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 22:25:34 +0000 |
commit | 901533c4d846f7645f828613c21a6a845e379166 (patch) | |
tree | 4c096f2f51785656f3182669505dc88968b66268 /configmgr | |
parent | dcfa44eecdb50982d14b058d9e46a18bdc1fe5a9 (diff) |
INTEGRATION: CWS warnings01 (1.5.4); FILE MERGED
2005/11/01 12:47:23 cd 1.5.4.1: #i53898# Warning free code for sun solaris compiler
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/source/localbe/localmultistratum.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/configmgr/source/localbe/localmultistratum.cxx b/configmgr/source/localbe/localmultistratum.cxx index 4b600c7baed7..609bec8ac719 100644 --- a/configmgr/source/localbe/localmultistratum.cxx +++ b/configmgr/source/localbe/localmultistratum.cxx @@ -4,9 +4,9 @@ * * $RCSfile: localmultistratum.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-08 04:04:46 $ + * last change: $Author: hr $ $Date: 2006-06-19 23:25:34 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -98,7 +98,7 @@ LocalMultiStratum::~LocalMultiStratum() {} //------------------------------------------------------------------------------ uno::Sequence< rtl::OUString > SAL_CALL LocalMultiStratum::listLayerIds( const rtl::OUString& aComponent, - const rtl::OUString& aEntity ) + const rtl::OUString& /*aEntity*/ ) throw (backend::BackendAccessException, lang::IllegalArgumentException, uno::RuntimeException) { typedef uno::Sequence< rtl::OUString > ResultType; @@ -166,7 +166,7 @@ uno::Sequence< rtl::OUString > SAL_CALL //------------------------------------------------------------------------------ rtl::OUString SAL_CALL LocalMultiStratum::getUpdateLayerId( const rtl::OUString& aComponent, - const rtl::OUString& aEntity ) + const rtl::OUString& /*aEntity*/ ) throw (backend::BackendAccessException, lang::NoSupportException, lang::IllegalArgumentException, uno::RuntimeException) { @@ -223,7 +223,7 @@ uno::Sequence< uno::Reference< backend::XLayer > > SAL_CALL //------------------------------------------------------------------------------ uno::Reference< backend::XUpdatableLayer > SAL_CALL - LocalMultiStratum::getUpdatableLayer( const rtl::OUString& aLayerId ) + LocalMultiStratum::getUpdatableLayer( const rtl::OUString& /*aLayerId*/ ) throw (backend::BackendAccessException, lang::IllegalArgumentException, lang::NoSupportException, uno::RuntimeException) { |