diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-09-27 12:08:32 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-09-27 12:08:32 +0000 |
commit | 7469aacad46d7bfc025b55a45c2c09452d972492 (patch) | |
tree | b1f145b566a48b85e5ae2afbd8cfa1f5ec3a783a /stoc | |
parent | 580cdb8bcee952cc2f14cbae84130bb280b9fe54 (diff) |
INTEGRATION: CWS sb76 (1.13.34); FILE MERGED
2007/09/26 13:23:25 kr 1.13.34.1: fixed: enabled disable parameters etc. - ensured builds warning free on pro as well
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/test/testproxyfac.cxx | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/stoc/test/testproxyfac.cxx b/stoc/test/testproxyfac.cxx index 07bb932ce99a..a518b1ad7204 100644 --- a/stoc/test/testproxyfac.cxx +++ b/stoc/test/testproxyfac.cxx @@ -4,9 +4,9 @@ * * $RCSfile: testproxyfac.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: rt $ $Date: 2006-12-01 17:23:00 $ + * last change: $Author: hr $ $Date: 2007-09-27 13:08:32 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -186,9 +186,10 @@ Reference< XInterface > TestMaster::create( static void test_proxyfac_( - Reference< XInterface > const & xMaster, OUString const & /*test*/, + Reference< XInterface > const & xMaster, OUString const & test, Reference< reflection::XProxyFactory > const & /*xProxyFac*/ ) { + (void)test; Reference< lang::XServiceInfo > xMaster_XServiceInfo( xMaster, UNO_QUERY_THROW ); OSL_ASSERT( xMaster_XServiceInfo->getImplementationName().equals( test ) ); @@ -336,8 +337,9 @@ SAL_IMPLEMENT_MAIN() xProxyFac ); uno_dumpEnvironment( stdout, cpp_env.get(), 0 ); } - catch (Exception & /*rExc*/) + catch (Exception & rExc) { + (void)rExc; OSL_ENSURE( ! __FILE__, OUStringToOString( |