[Libreoffice-commits] .: patches/dev300

Tor Lillqvist tml at kemper.freedesktop.org
Fri Oct 29 01:27:23 PDT 2010


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

New commits:
commit 69d97f3d5acdc60cc98f46dee4fddfc4024a8586
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Fri Oct 29 11:26:14 2010 +0300

    Make dlopen-global-symbols.diff apply again

diff --git a/patches/dev300/dlopen-global-symbols.diff b/patches/dev300/dlopen-global-symbols.diff
index ce59644..5467201 100644
--- a/patches/dev300/dlopen-global-symbols.diff
+++ b/patches/dev300/dlopen-global-symbols.diff
@@ -89,7 +89,7 @@ index 2214dc5..32a7a2d 100644
 +    if ( aDialogLibrary.is() || aDialogLibrary.loadRelative( &thisModule, String( RTL_CONSTASCII_USTRINGPARAM( DLL_NAME ) ),
 +                                                             SAL_LOADMODULE_GLOBAL | SAL_LOADMODULE_LAZY ) )
          fp = ( SwAbstractDialogFactory* (__LOADONCALLAPI*)() )
-             aDialogLibrary.getFunctionSymbol( ::rtl::OUString::createFromAscii("CreateDialogFactory") );
+             aDialogLibrary.getFunctionSymbol( ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("CreateDialogFactory")));
      if ( fp )
 diff --git vcl/source/window/abstdlg.cxx vcl/source/window/abstdlg.cxx
 index d032393..f47f70b 100644


More information about the Libreoffice-commits mailing list