summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/mysql
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 00:54:21 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 00:54:21 +0000
commit48af664b478e7d1d5b75b01b54bb604e05681338 (patch)
treece122c3f344144f2ca825bb41bd560173a48062a /connectivity/source/drivers/mysql
parent2373e1ded115c6a6294f685bd85c79a0848df20e (diff)
INTEGRATION: CWS warnings01 (1.2.30); FILE MERGED
2005/12/22 11:44:56 fs 1.2.30.3: #i57457# warning-free code 2005/11/16 12:59:19 fs 1.2.30.2: #i57457# warning free code 2005/11/07 14:44:00 fs 1.2.30.1: #i57457# warning-free code
Diffstat (limited to 'connectivity/source/drivers/mysql')
-rw-r--r--connectivity/source/drivers/mysql/Yservices.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/connectivity/source/drivers/mysql/Yservices.cxx b/connectivity/source/drivers/mysql/Yservices.cxx
index 549f6123edb8..9cc78049590f 100644
--- a/connectivity/source/drivers/mysql/Yservices.cxx
+++ b/connectivity/source/drivers/mysql/Yservices.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: Yservices.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 06:32:58 $
+ * last change: $Author: hr $ $Date: 2006-06-20 01:54:21 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -80,7 +80,7 @@ void REGISTER_PROVIDER(
Reference< ::com::sun::star::registry::XRegistryKey > xNewKey( xKey->createKey(aMainKeyName) );
OSL_ENSURE(xNewKey.is(), "ADABAS::component_writeInfo : could not create a registry key !");
- for (sal_uInt32 i=0; i<Services.getLength(); ++i)
+ for (sal_Int32 i=0; i<Services.getLength(); ++i)
xNewKey->createKey(Services[i]);
}
@@ -127,7 +127,7 @@ struct ProviderRequest
extern "C" void SAL_CALL component_getImplementationEnvironment(
const sal_Char **ppEnvTypeName,
- uno_Environment **ppEnv
+ uno_Environment ** /*ppEnv*/
)
{
*ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
@@ -135,7 +135,7 @@ extern "C" void SAL_CALL component_getImplementationEnvironment(
//---------------------------------------------------------------------------------------
extern "C" sal_Bool SAL_CALL component_writeInfo(
- void* pServiceManager,
+ void* /*pServiceManager*/,
void* pRegistryKey
)
{
@@ -162,7 +162,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*/)
{
void* pRet = 0;
if (pServiceManager)