User: hr      
Date: 06/06/19 18:39:53

Modified:
 /dba/connectivity/source/drivers/kab/
  KServices.cxx

Log:
 INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED
 2006/01/30 14:18:54 sb 1.3.4.1: #i53898# Made code warning-free.

File Changes:

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

File [changed]: KServices.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/kab/KServices.cxx?r1=1.3&r2=1.4
Delta lines:  +4 -4
-------------------
--- KServices.cxx       19 Jan 2006 15:31:29 -0000      1.3
+++ KServices.cxx       20 Jun 2006 01:39:51 -0000      1.4
@@ -79,7 +79,7 @@
        Reference< ::com::sun::star::registry::XRegistryKey >  xNewKey( 
xKey->createKey(aMainKeyName) );
        OSL_ENSURE(xNewKey.is(), "KAB::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]);
 }
 
@@ -126,7 +126,7 @@
 
 extern "C" void SAL_CALL component_getImplementationEnvironment(
                                const sal_Char  **ppEnvTypeName,
-                               uno_Environment **ppEnv
+                               uno_Environment **
                        )
 {
        *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
@@ -134,7 +134,7 @@
 
 
//---------------------------------------------------------------------------------------
 extern "C" sal_Bool SAL_CALL component_writeInfo(
-                               void* pServiceManager,
+                               void*,
                                void* pRegistryKey
                        )
 {
@@ -161,7 +161,7 @@
 extern "C" void* SAL_CALL component_getFactory(
                                        const sal_Char* pImplementationName,
                                        void* pServiceManager,
-                                       void* pRegistryKey)
+                                       void*)
 {
        void* pRet = 0;
        if (pServiceManager)




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

Reply via email to