summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2017-12-13 21:50:15 +0100
committerMichael Stahl <mstahl@redhat.com>2017-12-13 22:12:39 +0100
commit68eb27e3bd5d536e7b00b7dc145ae4943b95bec9 (patch)
treedff28f4144c0332cc61b79628d34c828c61fd6b3 /sc
parent29baa05bb9c62ef1e4c759f7c4744d11dd40a385 (diff)
tools: reimplement SVLIBRARY macro & remove it from solar.h
Change-Id: I03f8f5fd656d62410821f2f2851f1c584c97d1f4
Diffstat (limited to 'sc')
-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 1f268b1af5c4..2829cbf5a833 100644
--- a/sc/source/ui/attrdlg/scabstdlg.cxx
+++ b/sc/source/ui/attrdlg/scabstdlg.cxx
@@ -22,6 +22,7 @@
#include <scabstdlg.hxx>
#include <osl/module.hxx>
+#include <tools/svlibrary.h>
#include <rtl/ustrbuf.hxx>
typedef ScAbstractDialogFactory* (*ScFuncPtrCreateDialogFactory)();
diff --git a/sc/source/ui/docshell/impex.cxx b/sc/source/ui/docshell/impex.cxx
index d2e2899454b7..26208259099d 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>