diff options
author | Alexandre Vicenzi <vicenzi.alexandre@gmail.com> | 2014-02-19 15:01:03 -0300 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-02-20 11:44:08 +0000 |
commit | 7fa9530f8c2fa992a50353c9442a3300df04fd02 (patch) | |
tree | a28b0d6ef873a0e81b22aa6f4603a128ef605dca /include | |
parent | 90519c0436bacc50136b33039bd107e4f6bdb24c (diff) |
fdo#63154 Remove unused solar.h ref. in tools
Change-Id: Iedcf030178c4bf875db01ba6b1f5202dae18bca2
Reviewed-on: https://gerrit.libreoffice.org/8134
Tested-by: Michael Stahl <mstahl@redhat.com>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/tools/color.hxx | 1 | ||||
-rw-r--r-- | include/tools/stream.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/include/tools/color.hxx b/include/tools/color.hxx index 9fedd25f4c5b..6a3c09630642 100644 --- a/include/tools/color.hxx +++ b/include/tools/color.hxx @@ -24,7 +24,6 @@ class SvStream; class ResId; -#include <tools/solar.h> #include <basegfx/color/bcolor.hxx> // Color types diff --git a/include/tools/stream.hxx b/include/tools/stream.hxx index 16472b783977..4f8085d6864b 100644 --- a/include/tools/stream.hxx +++ b/include/tools/stream.hxx @@ -22,7 +22,6 @@ #include <limits> #include <osl/process.h> #include <tools/toolsdllapi.h> -#include <tools/solar.h> #include <tools/lineend.hxx> #include <tools/errinf.hxx> #include <tools/ref.hxx> |