diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2008-07-11 13:53:37 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2008-07-11 13:53:37 +0000 |
commit | 309dbb05cbefc899e0a8bfd506e1ccddeb2315f5 (patch) | |
tree | f5e215cb2cc68328161e5165786bb12d7bc2b828 /javaunohelper/com | |
parent | 62cf4eeb1dabaf447c53b93ebf17169bab188ff5 (diff) |
INTEGRATION: CWS jsc21 (1.15.14); FILE MERGED
2008/04/23 09:54:49 jsc 1.15.14.2: RESYNC: (1.15-1.16); FILE MERGED
2008/04/03 07:56:47 jsc 1.15.14.1: #i86121# use NativeLibraryLoader instead of System loader
Diffstat (limited to 'javaunohelper/com')
-rw-r--r-- | javaunohelper/com/sun/star/comp/helper/Bootstrap.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/javaunohelper/com/sun/star/comp/helper/Bootstrap.java b/javaunohelper/com/sun/star/comp/helper/Bootstrap.java index a0240b299d09..027581b287cb 100644 --- a/javaunohelper/com/sun/star/comp/helper/Bootstrap.java +++ b/javaunohelper/com/sun/star/comp/helper/Bootstrap.java @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: Bootstrap.java,v $ - * $Revision: 1.16 $ + * $Revision: 1.17 $ * * This file is part of OpenOffice.org. * @@ -205,7 +205,7 @@ public class Bootstrap { if (! m_loaded_juh) { - System.loadLibrary( "juh" ); + NativeLibraryLoader.loadLibrary( Bootstrap.class.getClassLoader(), "juh" ); m_loaded_juh = true; } return (XComponentContext)UnoRuntime.queryInterface( |