summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2018-02-12 12:04:23 +0100
committerMichael Meeks <michael.meeks@collabora.com>2018-02-12 15:57:24 +0100
commit93eef21ce1f74c848fcf0ad4f4eab7a8167a39a8 (patch)
tree74c5756003c80841da816962d363cf88f010c428 /sc
parent89202f2d76a92866ed3f3887d690e4fc45658e22 (diff)
Disable lok_preload_hooks when not dynamically loading.
Change-Id: I00f1e8978607f450d3ad33f4515be1fc962c0332 Reviewed-on: https://gerrit.libreoffice.org/49591 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/app/scdll.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/source/ui/app/scdll.cxx b/sc/source/ui/app/scdll.cxx
index 6f8287cd1b9d..6ee59f75efe9 100644
--- a/sc/source/ui/app/scdll.cxx
+++ b/sc/source/ui/app/scdll.cxx
@@ -267,6 +267,8 @@ void ScDLL::Init()
// StarOne Services are now handled in the registry
}
+#ifndef DISABLE_DYNLOADING
+
extern "C" SAL_DLLPUBLIC_EXPORT
void lok_preload_hook()
{
@@ -276,5 +278,6 @@ void lok_preload_hook()
ScAbstractDialogFactory::Create();
}
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */