[Libreoffice-commits] core.git: sw/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Tue Oct 9 18:26:34 UTC 2018
sw/source/uibase/dialog/swabstdlg.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 496f3a23db14e042b8e77e7e46a6e0d3e9605b3d
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Tue Oct 9 21:25:28 2018 +0300
Commit: Tor Lillqvist <tml at 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 )
More information about the Libreoffice-commits
mailing list