diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 04:30:18 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 04:30:18 +0000 |
commit | 325bcfc0fb74fdb4df79fd62cad7f50eb71e3666 (patch) | |
tree | 7a0c9fac00fb50e11abe1d7f001c41458a081cd6 /ucb | |
parent | a23eb6ba03ab1db5b8d279cf2fcae02cb08f7a8c (diff) |
INTEGRATION: CWS warnings01 (1.18.10); FILE MERGED
2005/11/10 17:15:21 pl 1.18.10.1: #i55991# removed warnings
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/package/pkgcontentcaps.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ucb/source/ucp/package/pkgcontentcaps.cxx b/ucb/source/ucp/package/pkgcontentcaps.cxx index 9d4c07e20d32..c0ae070b0bc8 100644 --- a/ucb/source/ucp/package/pkgcontentcaps.cxx +++ b/ucb/source/ucp/package/pkgcontentcaps.cxx @@ -4,9 +4,9 @@ * * $RCSfile: pkgcontentcaps.cxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: rt $ $Date: 2005-09-09 15:55:40 $ + * last change: $Author: hr $ $Date: 2006-06-20 05:30:18 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -108,7 +108,7 @@ using namespace package_ucp; // virtual uno::Sequence< beans::Property > Content::getProperties( - const uno::Reference< star::ucb::XCommandEnvironment > & xEnv ) + const uno::Reference< star::ucb::XCommandEnvironment > & /*xEnv*/ ) { osl::Guard< osl::Mutex > aGuard( m_aMutex ); @@ -319,7 +319,7 @@ uno::Sequence< beans::Property > Content::getProperties( //========================================================================= // virtual uno::Sequence< star::ucb::CommandInfo > Content::getCommands( - const uno::Reference< star::ucb::XCommandEnvironment > & xEnv ) + const uno::Reference< star::ucb::XCommandEnvironment > & /*xEnv*/ ) { osl::Guard< osl::Mutex > aGuard( m_aMutex ); |