summaryrefslogtreecommitdiff
path: root/hwpfilter/source/hwpreader.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 23:55:44 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 23:55:44 +0000
commitd699bb484171f2e6cdb8a5452541a539195b0d17 (patch)
tree4d38d09ffd48df90eeb82d97076715305fe10624 /hwpfilter/source/hwpreader.hxx
parent22ca0baf765f6009bc78dd6abee101184b6d87b2 (diff)
INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED
2006/01/25 20:44:51 sb 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2005/10/13 09:53:21 os 1.3.4.1: #i53898# warnings removed
Diffstat (limited to 'hwpfilter/source/hwpreader.hxx')
-rw-r--r--hwpfilter/source/hwpreader.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/hwpfilter/source/hwpreader.hxx b/hwpfilter/source/hwpreader.hxx
index c83f2f66458c..b04e2358e04e 100644
--- a/hwpfilter/source/hwpreader.hxx
+++ b/hwpfilter/source/hwpreader.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: hwpreader.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: obo $ $Date: 2006-01-16 13:28:53 $
+ * last change: $Author: hr $ $Date: 2006-06-20 00:55:44 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -98,9 +98,9 @@ class MyDataSink : public ::cppu::WeakImplHelper2< XActiveDataControl, XActiveDa
public:
// XActiveDataControl.
- virtual void SAL_CALL addListener ( const Reference<XStreamListener> &rxListener)
+ virtual void SAL_CALL addListener ( const Reference<XStreamListener> &)
throw(RuntimeException) {}
- virtual void SAL_CALL removeListener ( const Reference<XStreamListener> &rxListener)
+ virtual void SAL_CALL removeListener ( const Reference<XStreamListener> &)
throw(RuntimeException) {}
virtual void SAL_CALL start (void) throw(RuntimeException) {}
virtual void SAL_CALL terminate (void) throw(RuntimeException) {}
@@ -356,14 +356,14 @@ extern "C"
{
void SAL_CALL component_getImplementationEnvironment(
- const sal_Char ** ppEnvTypeName, uno_Environment ** ppEnv )
+ const sal_Char ** ppEnvTypeName, uno_Environment ** )
{
*ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
}
sal_Bool SAL_CALL component_writeInfo(
- void * pServiceManager, void * pRegistryKey )
+ void * , void * pRegistryKey )
{
if (pRegistryKey)
{
@@ -385,7 +385,7 @@ extern "C"
return sal_False;
}
- void * SAL_CALL component_getFactory( const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey )
+ void * SAL_CALL component_getFactory( const sal_Char * pImplName, void * pServiceManager, void * )
{
void * pRet = 0;