diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-12-09 13:04:04 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-01-23 15:29:31 +0100 |
commit | e5e337fb77cff58436dd943b1e623811d3a11bd3 (patch) | |
tree | 8c4e5e367b1fa9b9f6853aeefd0c927fe2ae5e53 /chart2 | |
parent | 66ed51712bb323bba7d1a0b0d21b256e5f5f9ccf (diff) |
weld SvxFontWorkDialog
Change-Id: If9da7ad6a834d22f1bcab8d41ce7fe1f80168946
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/84774
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/controller/sidebar/ChartAxisPanel.cxx | 3 | ||||
-rw-r--r-- | chart2/source/controller/sidebar/ChartElementsPanel.cxx | 2 | ||||
-rw-r--r-- | chart2/source/controller/sidebar/ChartSeriesPanel.cxx | 2 |
3 files changed, 6 insertions, 1 deletions
diff --git a/chart2/source/controller/sidebar/ChartAxisPanel.cxx b/chart2/source/controller/sidebar/ChartAxisPanel.cxx index 2c08410847e0..692c26a07ad9 100644 --- a/chart2/source/controller/sidebar/ChartAxisPanel.cxx +++ b/chart2/source/controller/sidebar/ChartAxisPanel.cxx @@ -21,9 +21,10 @@ #include <com/sun/star/chart/ChartAxisLabelPosition.hpp> #include <com/sun/star/chart2/AxisOrientation.hpp> #include <com/sun/star/chart2/XAxis.hpp> - #include <com/sun/star/util/XModifyBroadcaster.hpp> +#include <vcl/svapp.hxx> + #include "ChartAxisPanel.hxx" #include <ChartController.hxx> diff --git a/chart2/source/controller/sidebar/ChartElementsPanel.cxx b/chart2/source/controller/sidebar/ChartElementsPanel.cxx index f60d9eeb398c..28c86f4a8926 100644 --- a/chart2/source/controller/sidebar/ChartElementsPanel.cxx +++ b/chart2/source/controller/sidebar/ChartElementsPanel.cxx @@ -22,6 +22,8 @@ #include <com/sun/star/chart2/XChartTypeContainer.hpp> #include <com/sun/star/chart2/XCoordinateSystemContainer.hpp> +#include <vcl/svapp.hxx> + #include "ChartElementsPanel.hxx" #include <ChartController.hxx> #include <comphelper/processfactory.hxx> diff --git a/chart2/source/controller/sidebar/ChartSeriesPanel.cxx b/chart2/source/controller/sidebar/ChartSeriesPanel.cxx index e4dbdebdb2d2..7d040f2509a7 100644 --- a/chart2/source/controller/sidebar/ChartSeriesPanel.cxx +++ b/chart2/source/controller/sidebar/ChartSeriesPanel.cxx @@ -27,6 +27,8 @@ #include <com/sun/star/chart2/XRegressionCurveContainer.hpp> #include <com/sun/star/util/XModifyBroadcaster.hpp> +#include <vcl/svapp.hxx> + #include "ChartSeriesPanel.hxx" #include <ChartController.hxx> |