summaryrefslogtreecommitdiff
path: root/sc/source
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2017-12-13 21:50:15 +0100
committerJan Holesovsky <kendy@collabora.com>2018-11-08 09:14:27 +0100
commitb6671e7600694fd619e9a9b4be7e7390bf0877c1 (patch)
treefd701fa1f8aa69383b0dc1c9d2ade1125ad831fa /sc/source
parente555553e16cbe5ce34d77940278952a14696eecd (diff)
tools: reimplement SVLIBRARY macro & remove it from solar.h
Change-Id: I03f8f5fd656d62410821f2f2851f1c584c97d1f4
Diffstat (limited to 'sc/source')
-rw-r--r--sc/source/ui/attrdlg/scabstdlg.cxx1
-rw-r--r--sc/source/ui/docshell/impex.cxx1
2 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/ui/attrdlg/scabstdlg.cxx b/sc/source/ui/attrdlg/scabstdlg.cxx
index 1cdc8b9bf42a..31b561060730 100644
--- a/sc/source/ui/attrdlg/scabstdlg.cxx
+++ b/sc/source/ui/attrdlg/scabstdlg.cxx
@@ -20,6 +20,7 @@
#include <scabstdlg.hxx>
#include <osl/module.hxx>
+#include <tools/svlibrary.h>
#include <rtl/ustrbuf.hxx>
typedef ScAbstractDialogFactory* (SAL_CALL *ScFuncPtrCreateDialogFactory)();
diff --git a/sc/source/ui/docshell/impex.cxx b/sc/source/ui/docshell/impex.cxx
index 58c47e2cb1cf..e367052523be 100644
--- a/sc/source/ui/docshell/impex.cxx
+++ b/sc/source/ui/docshell/impex.cxx
@@ -54,6 +54,7 @@
#include <globstr.hrc>
#include <o3tl/safeint.hxx>
+#include <tools/svlibrary.h>
#include <vcl/svapp.hxx>
#include <memory>