summaryrefslogtreecommitdiff
path: root/sw/source/uibase
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase')
-rw-r--r--sw/source/uibase/app/swdll.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sw/source/uibase/app/swdll.cxx b/sw/source/uibase/app/swdll.cxx
index c4564a4741f3..60d167b433dd 100644
--- a/sw/source/uibase/app/swdll.cxx
+++ b/sw/source/uibase/app/swdll.cxx
@@ -176,6 +176,9 @@ sw::Filters & SwDLL::getFilters()
extern "C" SAL_DLLPUBLIC_EXPORT
void lok_preload_hook()
{
+ // msword (any symbol will do)
+ sw::Filters::GetMswordLibSymbol("ImportDOC");
+ // swui
SwAbstractDialogFactory::Create();
}