sw/source/uibase/dialog/swabstdlg.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 496f3a23db14e042b8e77e7e46a6e0d3e9605b3d
Author:     Tor Lillqvist <t...@collabora.com>
AuthorDate: Tue Oct 9 21:25:28 2018 +0300
Commit:     Tor Lillqvist <t...@collabora.com>
CommitDate: Tue Oct 9 21:25:43 2018 +0300

    We want the function pointer here, not call it (yet)
    
    Change-Id: I20c7c1e82b12a2d20baa673e8b7aeb3d0e1fa58c

diff --git a/sw/source/uibase/dialog/swabstdlg.cxx 
b/sw/source/uibase/dialog/swabstdlg.cxx
index b4a9277b1921..78e8272c897d 100644
--- a/sw/source/uibase/dialog/swabstdlg.cxx
+++ b/sw/source/uibase/dialog/swabstdlg.cxx
@@ -47,7 +47,7 @@ SwAbstractDialogFactory* SwAbstractDialogFactory::Create()
         fp = reinterpret_cast<SwAbstractDialogFactory* (SAL_CALL*)()>(
             aDialogLibrary.getFunctionSymbol( "SwCreateDialogFactory" ));
 #else
-    fp = SwCreateDialogFactory();
+    fp = SwCreateDialogFactory;
 #endif
 #endif
     if ( fp )
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to