diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-03-01 13:16:40 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-03-02 09:18:19 +0100 |
commit | 477d2ba662cbd716588519419eece2b4f06d8610 (patch) | |
tree | f3aa77adfcd770e8321738bffed8f8243eb11a98 /svx | |
parent | 82d42fa2c05e8d53ec2c21733a2a9f53412dd2d1 (diff) |
delete colordata.hxx
move what we still need into color.hxx
Change-Id: Ied7e31eb16468aa334c666b1499a6262f16a6350
Reviewed-on: https://gerrit.libreoffice.org/50561
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/inc/pch/precompiled_svx.hxx | 1 | ||||
-rw-r--r-- | svx/inc/pch/precompiled_svxcore.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/svx/inc/pch/precompiled_svx.hxx b/svx/inc/pch/precompiled_svx.hxx index 3b696f3c5ed4..61fa131fec85 100644 --- a/svx/inc/pch/precompiled_svx.hxx +++ b/svx/inc/pch/precompiled_svx.hxx @@ -397,7 +397,6 @@ #include <toolkit/helper/convert.hxx> #include <toolkit/helper/vclunohelper.hxx> #include <tools/color.hxx> -#include <tools/colordata.hxx> #include <tools/date.hxx> #include <tools/datetime.hxx> #include <tools/debug.hxx> diff --git a/svx/inc/pch/precompiled_svxcore.hxx b/svx/inc/pch/precompiled_svxcore.hxx index df9ad09c4e62..6edc695c8495 100644 --- a/svx/inc/pch/precompiled_svxcore.hxx +++ b/svx/inc/pch/precompiled_svxcore.hxx @@ -441,7 +441,6 @@ #include <toolkit/helper/vclunohelper.hxx> #include <tools/bigint.hxx> #include <tools/color.hxx> -#include <tools/colordata.hxx> #include <tools/date.hxx> #include <tools/datetime.hxx> #include <tools/debug.hxx> |