summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 13:16:47 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 13:16:47 +0000
commit67c6bc1a64bf4e9ae804baa8804c727807465253 (patch)
treeda910da460a89e773198318bead48d5c37c23357
parentb5fa1d509e29d8a6db39f6e4a618a659d4972d0b (diff)
INTEGRATION: CWS warnings01 (1.3.14); FILE MERGED
2006/03/10 15:10:57 pl 1.3.14.3: #i55991# removed warnings for windows platform 2005/11/10 13:04:04 pl 1.3.14.2: #i53898# removed warnings 2005/10/26 15:08:17 pl 1.3.14.1: #i55991# remove warnings for solaris platform
-rw-r--r--shell/source/backends/localebe/localebecdef.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/shell/source/backends/localebe/localebecdef.cxx b/shell/source/backends/localebe/localebecdef.cxx
index 93a222e476bd..539c1d669382 100644
--- a/shell/source/backends/localebe/localebecdef.cxx
+++ b/shell/source/backends/localebe/localebecdef.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: localebecdef.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 19:48:44 $
+ * last change: $Author: hr $ $Date: 2006-06-19 14:16:47 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -72,20 +72,20 @@ 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) {
+ const sal_Char **aEnvTypeName, uno_Environment ** /*aEnvironment*/) {
*aEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME ;
}
//------------------------------------------------------------------------------
-extern "C" sal_Bool SAL_CALL component_writeInfo(void *pServiceManager, void *pRegistryKey) {
+extern "C" sal_Bool SAL_CALL component_writeInfo(void * /*pServiceManager*/, void *pRegistryKey) {
using namespace ::com::sun::star::registry;
if (pRegistryKey)