diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-10-08 09:02:25 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-11-07 22:01:02 +0100 |
commit | 6311f7ffce8f64b0773d2ad3ea7be3be683924c0 (patch) | |
tree | 67a59c93ca968838e86b63da214c75e98f8d0626 /reportdesign/source | |
parent | 128bec2c4bf57c2d82ce61319cbd1778bcabfeb1 (diff) |
move SvTreeListBox to vcl
Change-Id: I04a146d3d8a428ac1678827dc883525c40240a44
Reviewed-on: https://gerrit.libreoffice.org/62787
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'reportdesign/source')
-rw-r--r-- | reportdesign/source/ui/dlg/AddField.cxx | 2 | ||||
-rw-r--r-- | reportdesign/source/ui/dlg/GroupExchange.hxx | 2 | ||||
-rw-r--r-- | reportdesign/source/ui/dlg/Navigator.cxx | 4 | ||||
-rw-r--r-- | reportdesign/source/ui/inc/AddField.hxx | 4 | ||||
-rw-r--r-- | reportdesign/source/ui/inc/ReportController.hxx | 2 | ||||
-rw-r--r-- | reportdesign/source/ui/inc/ReportSection.hxx | 2 | ||||
-rw-r--r-- | reportdesign/source/ui/inc/dlgedclip.hxx | 2 |
7 files changed, 9 insertions, 9 deletions
diff --git a/reportdesign/source/ui/dlg/AddField.cxx b/reportdesign/source/ui/dlg/AddField.cxx index 41c969996839..83fe38f92de1 100644 --- a/reportdesign/source/ui/dlg/AddField.cxx +++ b/reportdesign/source/ui/dlg/AddField.cxx @@ -42,7 +42,7 @@ #include <comphelper/property.hxx> #include <svtools/imgdef.hxx> -#include <svtools/treelistentry.hxx> +#include <vcl/treelistentry.hxx> namespace rptui { diff --git a/reportdesign/source/ui/dlg/GroupExchange.hxx b/reportdesign/source/ui/dlg/GroupExchange.hxx index 73485b48f4fe..b2fad269dbd2 100644 --- a/reportdesign/source/ui/dlg/GroupExchange.hxx +++ b/reportdesign/source/ui/dlg/GroupExchange.hxx @@ -20,7 +20,7 @@ #define INCLUDED_REPORTDESIGN_SOURCE_UI_DLG_GROUPEXCHANGE_HXX #include <com/sun/star/beans/PropertyValue.hpp> -#include <svtools/transfer.hxx> +#include <vcl/transfer.hxx> #include <GroupsSorting.hxx> namespace rptui diff --git a/reportdesign/source/ui/dlg/Navigator.cxx b/reportdesign/source/ui/dlg/Navigator.cxx index c03a13fc6505..8746c738c460 100644 --- a/reportdesign/source/ui/dlg/Navigator.cxx +++ b/reportdesign/source/ui/dlg/Navigator.cxx @@ -39,8 +39,8 @@ #include <comphelper/containermultiplexer.hxx> #include <cppuhelper/basemutex.hxx> #include <comphelper/SelectionMultiplex.hxx> -#include <svtools/treelistbox.hxx> -#include <svtools/treelistentry.hxx> +#include <vcl/treelistbox.hxx> +#include <vcl/treelistentry.hxx> #include <svl/solar.hrc> #include <ReportVisitor.hxx> #include <core_resource.hxx> 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 <com/sun/star/container/XNameAccess.hpp> #include <com/sun/star/sdbc/XConnection.hpp> -#include <svtools/transfer.hxx> -#include <svtools/treelistbox.hxx> +#include <vcl/transfer.hxx> +#include <vcl/treelistbox.hxx> #include <vcl/floatwin.hxx> #include <comphelper/propmultiplex.hxx> #include <comphelper/containermultiplexer.hxx> 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 <comphelper/interfacecontainer2.hxx> #include <dbaccess/dbsubcomponentcontroller.hxx> #include <svl/lstner.hxx> -#include <svtools/transfer.hxx> +#include <vcl/transfer.hxx> #include <svx/svdedtv.hxx> #include <sfx2/zoomitem.hxx> 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 <cppuhelper/basemutex.hxx> #include "ReportDefines.hxx" #include "dlgedfunc.hxx" -#include <svtools/transfer.hxx> +#include <vcl/transfer.hxx> #include <rtl/ref.hxx> #include <memory> 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 <svtools/transfer.hxx> +#include <vcl/transfer.hxx> #include <com/sun/star/beans/NamedValue.hpp> namespace rptui |