summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 22:21:16 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 22:21:16 +0000
commita2ae8704c0f8940f9af0177aa000f470ad6c919c (patch)
tree21b8fa005617fbc9949d8169801379498f8398c1 /configmgr
parentce5fa3a3d0a5dcc8e9f95124fea32d12a7f05109 (diff)
INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED
2006/02/14 10:17:30 cd 1.3.4.3: #i55991# Fix warnings for ms c++ compiler 2005/11/09 18:02:39 pl 1.3.4.2: #i53898# removed warnings 2005/11/01 12:47:16 cd 1.3.4.1: #i53898# Warning free code for sun solaris compiler
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/backendhelper/componentdf.cxx14
1 files changed, 8 insertions, 6 deletions
diff --git a/configmgr/source/backendhelper/componentdf.cxx b/configmgr/source/backendhelper/componentdf.cxx
index 8243f929a1cd..cd5e69306c90 100644
--- a/configmgr/source/backendhelper/componentdf.cxx
+++ b/configmgr/source/backendhelper/componentdf.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: componentdf.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 03:36:33 $
+ * last change: $Author: hr $ $Date: 2006-06-19 23:21:16 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -67,14 +67,16 @@ static const cppu::ImplementationEntry kImplementations_entries[] =
NULL,
0
},
- { NULL }
+ { NULL, NULL, NULL, NULL, NULL, 0 }
} ;
//------------------------------------------------------------------------------
extern "C" void SAL_CALL component_getImplementationEnvironment(
- const sal_Char **aEnvTypeName,
- uno_Environment **aEnvironment) {
- *aEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME ;
+ const sal_Char **ppEnvTypeName,
+ uno_Environment ** /* ppEnv */
+ )
+{
+ *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME ;
}
//------------------------------------------------------------------------------