diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2022-04-18 20:57:50 +0900 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2022-04-19 04:32:51 +0200 |
commit | 540a54f59b49ee79a8db3cbcbfc184df5b8f433f (patch) | |
tree | c76823ed092d14cbf919262a0567f340395d4615 /chart2/inc | |
parent | efb39149be1744def96ef015d1d184b5af3f43b7 (diff) |
chart2: ExplicitValueProvider - make forward declrs. consistent
Change-Id: I90e8b2d163f700c7b1e251064af8655529f76906
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133126
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'chart2/inc')
-rw-r--r-- | chart2/inc/ChartView.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chart2/inc/ChartView.hxx b/chart2/inc/ChartView.hxx index 4d50c7693d4f..62a8d6744f0a 100644 --- a/chart2/inc/ChartView.hxx +++ b/chart2/inc/ChartView.hxx @@ -24,6 +24,7 @@ #include <svl/lstner.hxx> #include <com/sun/star/awt/Size.hpp> +#include <com/sun/star/awt/Rectangle.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/datatransfer/XTransferable.hpp> #include <com/sun/star/lang/XInitialization.hpp> |