From 6311f7ffce8f64b0773d2ad3ea7be3be683924c0 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 8 Oct 2018 09:02:25 +0100 Subject: move SvTreeListBox to vcl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I04a146d3d8a428ac1678827dc883525c40240a44 Reviewed-on: https://gerrit.libreoffice.org/62787 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- reportdesign/source/ui/inc/AddField.hxx | 4 ++-- reportdesign/source/ui/inc/ReportController.hxx | 2 +- reportdesign/source/ui/inc/ReportSection.hxx | 2 +- reportdesign/source/ui/inc/dlgedclip.hxx | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to 'reportdesign/source/ui/inc') diff --git a/reportdesign/source/ui/inc/AddField.hxx b/reportdesign/source/ui/inc/AddField.hxx index 42b4091c81e5..0b532e51c63b 100644 --- a/reportdesign/source/ui/inc/AddField.hxx +++ b/reportdesign/source/ui/inc/AddField.hxx @@ -22,8 +22,8 @@ #include #include -#include -#include +#include +#include #include #include #include diff --git a/reportdesign/source/ui/inc/ReportController.hxx b/reportdesign/source/ui/inc/ReportController.hxx index e956cb434c97..683d0f5c5fdf 100644 --- a/reportdesign/source/ui/inc/ReportController.hxx +++ b/reportdesign/source/ui/inc/ReportController.hxx @@ -49,7 +49,7 @@ #include #include #include -#include +#include #include #include diff --git a/reportdesign/source/ui/inc/ReportSection.hxx b/reportdesign/source/ui/inc/ReportSection.hxx index ece70bcb1320..ad334f194234 100644 --- a/reportdesign/source/ui/inc/ReportSection.hxx +++ b/reportdesign/source/ui/inc/ReportSection.hxx @@ -26,7 +26,7 @@ #include #include "ReportDefines.hxx" #include "dlgedfunc.hxx" -#include +#include #include #include diff --git a/reportdesign/source/ui/inc/dlgedclip.hxx b/reportdesign/source/ui/inc/dlgedclip.hxx index 75ebfacf1785..d4974ed7c40a 100644 --- a/reportdesign/source/ui/inc/dlgedclip.hxx +++ b/reportdesign/source/ui/inc/dlgedclip.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_REPORTDESIGN_SOURCE_UI_INC_DLGEDCLIP_HXX #define INCLUDED_REPORTDESIGN_SOURCE_UI_INC_DLGEDCLIP_HXX -#include +#include #include namespace rptui -- cgit