diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-11-14 11:06:13 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-11-14 13:48:40 +0100 |
commit | 6eff96fa686d71f90478c262e5522a905ca3eff2 (patch) | |
tree | 93de6988b438ec85bd25d047698a430cd84a4887 /chart2 | |
parent | 9c2c650c385bd77d7ea029c02102b39b709a381e (diff) |
move fmtfield
Change-Id: Ic3f4388ea2ca92d9e97d4a9e066eea07c7de79e5
Reviewed-on: https://gerrit.libreoffice.org/63363
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'chart2')
4 files changed, 4 insertions, 4 deletions
diff --git a/chart2/source/controller/dialogs/DataBrowser.hxx b/chart2/source/controller/dialogs/DataBrowser.hxx index 4681e4ff6412..213f3ef9175a 100644 --- a/chart2/source/controller/dialogs/DataBrowser.hxx +++ b/chart2/source/controller/dialogs/DataBrowser.hxx @@ -21,7 +21,7 @@ #define INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_DATABROWSER_HXX #include <svtools/editbrowsebox.hxx> -#include <svtools/fmtfield.hxx> +#include <vcl/fmtfield.hxx> #include <memory> #include <vector> diff --git a/chart2/source/controller/dialogs/res_Trendline.hxx b/chart2/source/controller/dialogs/res_Trendline.hxx index 785d61d4065d..604b8d38d236 100644 --- a/chart2/source/controller/dialogs/res_Trendline.hxx +++ b/chart2/source/controller/dialogs/res_Trendline.hxx @@ -24,7 +24,7 @@ #include <svl/itemset.hxx> #include <svx/chrtitem.hxx> #include <vcl/field.hxx> -#include <svtools/fmtfield.hxx> +#include <vcl/fmtfield.hxx> class SvNumberFormatter; diff --git a/chart2/source/controller/dialogs/tp_AxisPositions.hxx b/chart2/source/controller/dialogs/tp_AxisPositions.hxx index 154dafdad0ad..656e04f59367 100644 --- a/chart2/source/controller/dialogs/tp_AxisPositions.hxx +++ b/chart2/source/controller/dialogs/tp_AxisPositions.hxx @@ -20,7 +20,7 @@ #define INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_TP_AXISPOSITIONS_HXX #include <sfx2/tabdlg.hxx> -#include <svtools/fmtfield.hxx> +#include <vcl/fmtfield.hxx> #include <vcl/button.hxx> #include <vcl/lstbox.hxx> diff --git a/chart2/source/controller/dialogs/tp_Scale.hxx b/chart2/source/controller/dialogs/tp_Scale.hxx index ec89fb4fc475..8e6c7aacf266 100644 --- a/chart2/source/controller/dialogs/tp_Scale.hxx +++ b/chart2/source/controller/dialogs/tp_Scale.hxx @@ -20,7 +20,7 @@ #define INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_TP_SCALE_HXX #include <sfx2/tabdlg.hxx> -#include <svtools/fmtfield.hxx> +#include <vcl/fmtfield.hxx> #include <vcl/fixed.hxx> #include <vcl/button.hxx> #include <vcl/field.hxx> |