summaryrefslogtreecommitdiff
path: root/include/vcl/button.hxx
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2017-10-07 22:01:45 +1100
committerChris Sherlock <chris.sherlock79@gmail.com>2017-10-08 04:48:46 +0200
commit4d94541a7b88b76d856e30dba7f8a3de48260eda (patch)
tree1e23707309a73cf0b11db25adfc2d4d4fe980e97 /include/vcl/button.hxx
parent74b47af9885ba4c59195fedc1e0510b8b056a025 (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/vcl/button.hxx')
-rw-r--r--include/vcl/button.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/button.hxx b/include/vcl/button.hxx
index 3ec0d467bf85..60a2aaff7249 100644
--- a/include/vcl/button.hxx
+++ b/include/vcl/button.hxx
@@ -21,7 +21,6 @@
#define INCLUDED_VCL_BUTTON_HXX
#include <tools/solar.h>
-#include <tools/color.hxx>
#include <vcl/dllapi.h>
#include <vcl/image.hxx>
#include <vcl/ctrl.hxx>
@@ -34,6 +33,7 @@
#include <com/sun/star/frame/FeatureStateEvent.hpp>
+class Color;
class UserDrawEvent;
class ImplCommonButtonData;
enum class DrawButtonFlags;