summaryrefslogtreecommitdiff
path: root/dbaccess/source
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 01:53:10 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 01:53:10 +0000
commite3079577464f30b1a082dbab5a1611d54097f1d5 (patch)
tree1285e6753e14dec09f2340504c23e974afb6e7e7 /dbaccess/source
parent59875c498a634745c8f43c9f04b603a2bee6a9e2 (diff)
INTEGRATION: CWS warnings01 (1.3.50); FILE MERGED
2006/03/24 15:35:58 fs 1.3.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)
Diffstat (limited to 'dbaccess/source')
-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)