diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2017-10-07 22:01:45 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2017-10-08 04:48:46 +0200 |
commit | 4d94541a7b88b76d856e30dba7f8a3de48260eda (patch) | |
tree | 1e23707309a73cf0b11db25adfc2d4d4fe980e97 /include/svx/sdr | |
parent | 74b47af9885ba4c59195fedc1e0510b8b056a025 (diff) |
Make Color a forward declaration
Change-Id: Ib28833555661b119de8e967b05e3c8691fca826a
Reviewed-on: https://gerrit.libreoffice.org/43227
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
Diffstat (limited to 'include/svx/sdr')
-rw-r--r-- | include/svx/sdr/attribute/sdrallfillattributeshelper.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/svx/sdr/attribute/sdrallfillattributeshelper.hxx b/include/svx/sdr/attribute/sdrallfillattributeshelper.hxx index 90f97035a92f..49fe55dc8092 100644 --- a/include/svx/sdr/attribute/sdrallfillattributeshelper.hxx +++ b/include/svx/sdr/attribute/sdrallfillattributeshelper.hxx @@ -23,12 +23,13 @@ #include <drawinglayer/attribute/fillgradientattribute.hxx> #include <drawinglayer/attribute/sdrfillattribute.hxx> #include <drawinglayer/primitive2d/baseprimitive2d.hxx> -#include <tools/color.hxx> #include <svl/itemset.hxx> #include <memory> ////////////////////////////////////////////////////////////////////////////// +class Color; + namespace drawinglayer { namespace attribute |