User: hr      
Date: 06/06/19 18:37:45

Modified:
 /dba/connectivity/source/drivers/jdbc/
  jservices.cxx

Log:
 INTEGRATION: CWS warnings01 (1.6.30); FILE MERGED
 2005/12/22 11:44:51 fs 1.6.30.2: #i57457# warning-free code
 2005/11/16 12:59:11 fs 1.6.30.1: #i57457# warning free code

File Changes:

Directory: /dba/connectivity/source/drivers/jdbc/
=================================================

File [changed]: jservices.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/jdbc/jservices.cxx?r1=1.6&r2=1.7
Delta lines:  +17 -17
---------------------
--- jservices.cxx       8 Sep 2005 06:14:37 -0000       1.6
+++ jservices.cxx       20 Jun 2006 01:37:42 -0000      1.7
@@ -124,7 +124,7 @@
 
 extern "C" void SAL_CALL component_getImplementationEnvironment(
                                const sal_Char  **ppEnvTypeName,
-                               uno_Environment **ppEnv
+                               uno_Environment ** /*ppEnv*/
                        )
 {
        *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
@@ -132,7 +132,7 @@
 
 
//---------------------------------------------------------------------------------------
 extern "C" sal_Bool SAL_CALL component_writeInfo(
-                               void* pServiceManager,
+                               void* /*pServiceManager*/,
                                void* pRegistryKey
                        )
 {
@@ -159,7 +159,7 @@
 extern "C" void* SAL_CALL component_getFactory(
                                        const sal_Char* pImplementationName,
                                        void* pServiceManager,
-                                       void* pRegistryKey)
+                                       void* /*pRegistryKey*/)
 {
        void* pRet = 0;
        if (pServiceManager)




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to