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 /framework/inc | |
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 'framework/inc')
-rw-r--r-- | framework/inc/pch/precompiled_fwe.hxx | 1 | ||||
-rw-r--r-- | framework/inc/pch/precompiled_fwi.hxx | 1 | ||||
-rw-r--r-- | framework/inc/pch/precompiled_fwk.hxx | 1 | ||||
-rw-r--r-- | framework/inc/pch/precompiled_fwl.hxx | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/framework/inc/pch/precompiled_fwe.hxx b/framework/inc/pch/precompiled_fwe.hxx index ffc8eaa5bc23..c3c7e9898a90 100644 --- a/framework/inc/pch/precompiled_fwe.hxx +++ b/framework/inc/pch/precompiled_fwe.hxx @@ -221,7 +221,6 @@ #include <o3tl/strong_int.hxx> #include <o3tl/typed_flags_set.hxx> #include <tools/color.hxx> -#include <tools/colordata.hxx> #include <tools/debug.hxx> #include <tools/fldunit.hxx> #include <tools/fontenum.hxx> diff --git a/framework/inc/pch/precompiled_fwi.hxx b/framework/inc/pch/precompiled_fwi.hxx index ebec55796126..bbbf2ec1cd38 100644 --- a/framework/inc/pch/precompiled_fwi.hxx +++ b/framework/inc/pch/precompiled_fwi.hxx @@ -131,7 +131,6 @@ #include <o3tl/strong_int.hxx> #include <o3tl/typed_flags_set.hxx> #include <tools/color.hxx> -#include <tools/colordata.hxx> #include <tools/debug.hxx> #include <tools/fontenum.hxx> #include <tools/gen.hxx> diff --git a/framework/inc/pch/precompiled_fwk.hxx b/framework/inc/pch/precompiled_fwk.hxx index ea7ce2be8d88..bee2b17a6a84 100644 --- a/framework/inc/pch/precompiled_fwk.hxx +++ b/framework/inc/pch/precompiled_fwk.hxx @@ -311,7 +311,6 @@ #include <toolkit/helper/mutexhelper.hxx> #include <toolkit/helper/vclunohelper.hxx> #include <tools/color.hxx> -#include <tools/colordata.hxx> #include <tools/debug.hxx> #include <tools/fontenum.hxx> #include <tools/gen.hxx> diff --git a/framework/inc/pch/precompiled_fwl.hxx b/framework/inc/pch/precompiled_fwl.hxx index b77f7bf005df..dbd6bebac772 100644 --- a/framework/inc/pch/precompiled_fwl.hxx +++ b/framework/inc/pch/precompiled_fwl.hxx @@ -329,7 +329,6 @@ #include <toolkit/helper/macros.hxx> #include <toolkit/helper/mutexhelper.hxx> #include <tools/color.hxx> -#include <tools/colordata.hxx> #include <tools/date.hxx> #include <tools/debug.hxx> #include <tools/fldunit.hxx> |