summaryrefslogtreecommitdiff
path: root/extensions/source/config
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-01-14 13:40:47 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-01-14 13:40:47 +0000
commitf560e8830bccbd9cb00fdd5d7d2b7fe2f2e98ff6 (patch)
treea6ad1cd276b4a365ae9643e819a65c6721d6c1cc /extensions/source/config
parentb6d367d712d1809dd1cd45e7b5bd3413d0294031 (diff)
INTEGRATION: CWS wae4extensions (1.4.192); FILE MERGED
2007/09/27 12:18:48 fs 1.4.192.2: #i81612# warning-free on unxlngi6/.pro 2007/09/27 10:20:00 fs 1.4.192.1: #i81612# warning-free code
Diffstat (limited to 'extensions/source/config')
-rw-r--r--extensions/source/config/ldap/componentdef.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/extensions/source/config/ldap/componentdef.cxx b/extensions/source/config/ldap/componentdef.cxx
index e496195719db..31c9f5445d42 100644
--- a/extensions/source/config/ldap/componentdef.cxx
+++ b/extensions/source/config/ldap/componentdef.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: componentdef.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: obo $ $Date: 2006-09-16 12:57:11 $
+ * last change: $Author: ihi $ $Date: 2008-01-14 14:40:47 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -70,13 +70,13 @@ 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) {
+ uno_Environment** /*aEnvironment*/) {
*aEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME ;
}
//------------------------------------------------------------------------------