diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 23:09:26 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 23:09:26 +0000 |
commit | 645b23834cb2a6daad6ec5ff3608b283bc2ef3de (patch) | |
tree | f5fd0be8b7edbf0fc1e88610ccd3a37fbf188e0e /jvmfwk | |
parent | 3d30cffb6d0d4245ed6b37953dc7528917c8de73 (diff) |
INTEGRATION: CWS warnings01 (1.4.6); FILE MERGED
2005/10/27 15:08:47 pl 1.4.6.1: #i55991# removed warnings for solaris platform
Diffstat (limited to 'jvmfwk')
-rw-r--r-- | jvmfwk/plugins/sunmajor/pluginlib/sunjre.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/jvmfwk/plugins/sunmajor/pluginlib/sunjre.cxx b/jvmfwk/plugins/sunmajor/pluginlib/sunjre.cxx index b440dbe971a3..933021bc9c81 100644 --- a/jvmfwk/plugins/sunmajor/pluginlib/sunjre.cxx +++ b/jvmfwk/plugins/sunmajor/pluginlib/sunjre.cxx @@ -4,9 +4,9 @@ * * $RCSfile: sunjre.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-07 19:31:11 $ + * last change: $Author: hr $ $Date: 2006-06-20 00:09:26 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -96,9 +96,10 @@ char const* const* SunInfo::getLibraryPaths(int* size) }; *size = sizeof(ar) / sizeof (char*); return ar; -#endif +#else size = 0; return NULL; +#endif } int SunInfo::compareVersions(const rtl::OUString& sSecond) const |