diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-09-14 12:56:39 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-09-14 20:31:29 +0200 |
commit | 572c2ee4c4f4b8e53f2fa4398a5600f1468f3a38 (patch) | |
tree | 6f886963882629e58b4908ed73862658868030f1 /sd/source/ui/app/sddll.cxx | |
parent | 412ec9ec100fb377791b9bced8bc61ce75870e10 (diff) |
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 <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/source/ui/app/sddll.cxx')
-rw-r--r-- | sd/source/ui/app/sddll.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
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(); } |