summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dbaccess/source/filter/xml/xmlservices.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/dbaccess/source/filter/xml/xmlservices.cxx b/dbaccess/source/filter/xml/xmlservices.cxx
index d360b2ae84ed..c1f4aaaf5093 100644
--- a/dbaccess/source/filter/xml/xmlservices.cxx
+++ b/dbaccess/source/filter/xml/xmlservices.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: xmlservices.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 14:11:52 $
+ * last change: $Author: hr $ $Date: 2006-06-20 02:53:10 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -82,7 +82,7 @@ extern "C" void SAL_CALL createRegistryInfo_dbaxml()
extern "C" void SAL_CALL component_getImplementationEnvironment(
const sal_Char **ppEnvTypeName,
- uno_Environment **ppEnv
+ uno_Environment **/*ppEnv*/
)
{
createRegistryInfo_dbaxml();
@@ -115,7 +115,7 @@ extern "C" sal_Bool SAL_CALL component_writeInfo(
extern "C" void* SAL_CALL component_getFactory(
const sal_Char* pImplementationName,
void* pServiceManager,
- void* pRegistryKey)
+ void* /*pRegistryKey*/)
{
Reference< XInterface > xRet;
if (pServiceManager && pImplementationName)