summaryrefslogtreecommitdiff
path: root/stoc/test/testproxyfac.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2006-12-01 16:23:00 +0000
committerRüdiger Timm <rt@openoffice.org>2006-12-01 16:23:00 +0000
commit096c604c7345926b84df0451d07d4965c927492b (patch)
treedc611c72635dfe7094cea8da7b1bd23b941f2ab9 /stoc/test/testproxyfac.cxx
parentaf8fcd7e987b9878d80dd06e284e873a3c95d234 (diff)
INTEGRATION: CWS bunoidmap (1.12.12); FILE MERGED
2006/11/08 15:11:11 kr 1.12.12.1: fixed: i71291 - stoc/test does not build
Diffstat (limited to 'stoc/test/testproxyfac.cxx')
-rw-r--r--stoc/test/testproxyfac.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/stoc/test/testproxyfac.cxx b/stoc/test/testproxyfac.cxx
index 0a9cb66f3d10..07bb932ce99a 100644
--- a/stoc/test/testproxyfac.cxx
+++ b/stoc/test/testproxyfac.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: testproxyfac.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: obo $ $Date: 2006-09-16 17:41:21 $
+ * last change: $Author: rt $ $Date: 2006-12-01 17:23:00 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -85,7 +85,7 @@ public:
// XServiceInfo
virtual OUString SAL_CALL getImplementationName() throw (RuntimeException)
{ return OUString::createFromAscii( "target" ); }
- virtual sal_Bool SAL_CALL supportsService( const OUString & rServiceName )
+ virtual sal_Bool SAL_CALL supportsService( const OUString & /*rServiceName*/ )
throw (RuntimeException)
{ return sal_False; }
virtual Sequence< OUString > SAL_CALL getSupportedServiceNames()
@@ -149,7 +149,7 @@ public:
// XServiceInfo
virtual OUString SAL_CALL getImplementationName() throw (RuntimeException)
{ return OUString::createFromAscii( "master" ); }
- virtual sal_Bool SAL_CALL supportsService( const OUString & rServiceName )
+ virtual sal_Bool SAL_CALL supportsService( const OUString & /*rServiceName*/ )
throw (RuntimeException)
{ return sal_False; }
virtual Sequence< OUString > SAL_CALL getSupportedServiceNames()
@@ -186,8 +186,8 @@ Reference< XInterface > TestMaster::create(
static void test_proxyfac_(
- Reference< XInterface > const & xMaster, OUString const & test,
- Reference< reflection::XProxyFactory > const & xProxyFac )
+ Reference< XInterface > const & xMaster, OUString const & /*test*/,
+ Reference< reflection::XProxyFactory > const & /*xProxyFac*/ )
{
Reference< lang::XServiceInfo > xMaster_XServiceInfo(
xMaster, UNO_QUERY_THROW );
@@ -336,7 +336,7 @@ SAL_IMPLEMENT_MAIN()
xProxyFac );
uno_dumpEnvironment( stdout, cpp_env.get(), 0 );
}
- catch (Exception & rExc)
+ catch (Exception & /*rExc*/)
{
OSL_ENSURE(
! __FILE__,