diff options
author | Michael Stahl <mstahl@redhat.com> | 2017-12-13 21:50:15 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-12-13 22:12:39 +0100 |
commit | 68eb27e3bd5d536e7b00b7dc145ae4943b95bec9 (patch) | |
tree | dff28f4144c0332cc61b79628d34c828c61fd6b3 /chart2 | |
parent | 29baa05bb9c62ef1e4c759f7c4744d11dd40a385 (diff) |
tools: reimplement SVLIBRARY macro & remove it from solar.h
Change-Id: I03f8f5fd656d62410821f2f2851f1c584c97d1f4
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/view/main/AbstractShapeFactory.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chart2/source/view/main/AbstractShapeFactory.cxx b/chart2/source/view/main/AbstractShapeFactory.cxx index b340869bddc6..87a09efa1810 100644 --- a/chart2/source/view/main/AbstractShapeFactory.cxx +++ b/chart2/source/view/main/AbstractShapeFactory.cxx @@ -30,6 +30,7 @@ #include <editeng/unoprnms.hxx> #include <rtl/math.hxx> +#include <tools/svlibrary.h> #include <svx/svdocirc.hxx> #include <svx/svdopath.hxx> #include <vcl/svapp.hxx> |