[Libreoffice-commits] .: patches/dev300

Tor Lillqvist tml at kemper.freedesktop.org
Tue Nov 2 23:50:12 PDT 2010


 patches/dev300/dlopen-global-symbols.diff |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 855ffa34d64d6c73011041ecf738db9b38397209
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Wed Nov 3 08:48:09 2010 +0200

    Make dlopen-global-symbols.diff apply again

diff --git a/patches/dev300/dlopen-global-symbols.diff b/patches/dev300/dlopen-global-symbols.diff
index a174e92..149169a 100644
--- a/patches/dev300/dlopen-global-symbols.diff
+++ b/patches/dev300/dlopen-global-symbols.diff
@@ -62,7 +62,7 @@ index f0c6d81..1044826 100644
 +    if ( aDialogLibrary.is() || aDialogLibrary.loadRelative( &thisModule, String( RTL_CONSTASCII_USTRINGPARAM( DLL_NAME ) ),
 +                                                             SAL_LOADMODULE_GLOBAL | SAL_LOADMODULE_LAZY ) )
          fp = ( SdAbstractDialogFactory* (__LOADONCALLAPI*)() )
-             aDialogLibrary.getFunctionSymbol( ::rtl::OUString::createFromAscii("CreateDialogFactory") );
+             aDialogLibrary.getFunctionSymbol( ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("CreateDialogFactory")) );
      if ( fp )
 diff --git sw/source/filter/basflt/fltini.cxx sw/source/filter/basflt/fltini.cxx
 index e1b341a..8076abd 100644


More information about the Libreoffice-commits mailing list