From 572c2ee4c4f4b8e53f2fa4398a5600f1468f3a38 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 14 Sep 2022 12:56:39 +0200 Subject: no need to load ImportPPT symbol at runtime Change-Id: I4b50822183d9752d6a413b0308e1d661785fb10e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139937 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sd/source/ui/app/sddll.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sd/source/ui/app/sddll.cxx') diff --git a/sd/source/ui/app/sddll.cxx b/sd/source/ui/app/sddll.cxx index 4e20d0997fb8..c195869b790e 100644 --- a/sd/source/ui/app/sddll.cxx +++ b/sd/source/ui/app/sddll.cxx @@ -260,7 +260,6 @@ void SdDLL::Init() extern "C" SAL_DLLPUBLIC_EXPORT void lok_preload_hook() { - SdFilter::Preload(); SdAbstractDialogFactory::Create(); } -- cgit