diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-02-06 14:52:43 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-02-07 14:23:01 +0100 |
commit | 18403a20e709ff2d256fbc300db647c9f1ee2e15 (patch) | |
tree | 5f30db4783a20686b1770f9d94227802a59fb70c /svtools/source | |
parent | 0093d310dc7ecc8206bfcf6ad802a5c389f006e4 (diff) |
move some headers inside svtools module
Change-Id: I62fe3345aebe148010971bc8c487d96fa601d420
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88164
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svtools/source')
-rw-r--r-- | svtools/source/table/gridtablerenderer.cxx | 2 | ||||
-rw-r--r-- | svtools/source/table/mousefunction.cxx | 2 | ||||
-rw-r--r-- | svtools/source/table/mousefunction.hxx | 2 | ||||
-rw-r--r-- | svtools/source/table/tablecontrol_impl.cxx | 2 | ||||
-rw-r--r-- | svtools/source/table/tablecontrol_impl.hxx | 2 | ||||
-rw-r--r-- | svtools/source/table/tablegeometry.hxx | 2 | ||||
-rw-r--r-- | svtools/source/uno/unocontroltablemodel.hxx | 4 | ||||
-rw-r--r-- | svtools/source/uno/unogridcolumnfacade.hxx | 2 |
8 files changed, 9 insertions, 9 deletions
diff --git a/svtools/source/table/gridtablerenderer.cxx b/svtools/source/table/gridtablerenderer.cxx index 43257e3cbde6..5fb786cd13d3 100644 --- a/svtools/source/table/gridtablerenderer.cxx +++ b/svtools/source/table/gridtablerenderer.cxx @@ -20,7 +20,7 @@ #include "cellvalueconversion.hxx" #include <table/gridtablerenderer.hxx> -#include <svtools/table/tablesort.hxx> +#include <table/tablesort.hxx> #include <com/sun/star/graphic/XGraphic.hpp> diff --git a/svtools/source/table/mousefunction.cxx b/svtools/source/table/mousefunction.cxx index a21ee2644108..3d2986f1091f 100644 --- a/svtools/source/table/mousefunction.cxx +++ b/svtools/source/table/mousefunction.cxx @@ -20,7 +20,7 @@ #include "mousefunction.hxx" #include <table/tablecontrolinterface.hxx> -#include <svtools/table/tablesort.hxx> +#include <table/tablesort.hxx> #include <tools/diagnose_ex.h> #include <vcl/window.hxx> diff --git a/svtools/source/table/mousefunction.hxx b/svtools/source/table/mousefunction.hxx index ab6f6b8811bd..933c1f4b3277 100644 --- a/svtools/source/table/mousefunction.hxx +++ b/svtools/source/table/mousefunction.hxx @@ -19,7 +19,7 @@ #pragma once -#include <svtools/table/tabletypes.hxx> +#include <table/tabletypes.hxx> #include <salhelper/simplereferenceobject.hxx> diff --git a/svtools/source/table/tablecontrol_impl.cxx b/svtools/source/table/tablecontrol_impl.cxx index db1aa7d384fb..a0cc092a8c04 100644 --- a/svtools/source/table/tablecontrol_impl.cxx +++ b/svtools/source/table/tablecontrol_impl.cxx @@ -20,7 +20,7 @@ #include <table/tablecontrol.hxx> #include <table/defaultinputhandler.hxx> -#include <svtools/table/tablemodel.hxx> +#include <table/tablemodel.hxx> #include "tabledatawindow.hxx" #include "tablecontrol_impl.hxx" diff --git a/svtools/source/table/tablecontrol_impl.hxx b/svtools/source/table/tablecontrol_impl.hxx index fa4dca72b81c..7b756e1ed59e 100644 --- a/svtools/source/table/tablecontrol_impl.hxx +++ b/svtools/source/table/tablecontrol_impl.hxx @@ -19,7 +19,7 @@ #pragma once -#include <svtools/table/tablemodel.hxx> +#include <table/tablemodel.hxx> #include <table/tablecontrolinterface.hxx> #include <vcl/svtaccessiblefactory.hxx> diff --git a/svtools/source/table/tablegeometry.hxx b/svtools/source/table/tablegeometry.hxx index 6e197a778233..a206c5063690 100644 --- a/svtools/source/table/tablegeometry.hxx +++ b/svtools/source/table/tablegeometry.hxx @@ -19,7 +19,7 @@ #pragma once -#include <svtools/table/tabletypes.hxx> +#include <table/tabletypes.hxx> #include <tools/gen.hxx> diff --git a/svtools/source/uno/unocontroltablemodel.hxx b/svtools/source/uno/unocontroltablemodel.hxx index 607a77316bf0..8dddb1c27690 100644 --- a/svtools/source/uno/unocontroltablemodel.hxx +++ b/svtools/source/uno/unocontroltablemodel.hxx @@ -19,8 +19,8 @@ #pragma once -#include <svtools/table/tablemodel.hxx> -#include <svtools/table/tablesort.hxx> +#include <table/tablemodel.hxx> +#include <table/tablesort.hxx> #include <com/sun/star/awt/grid/GridDataEvent.hpp> #include <com/sun/star/awt/grid/XGridColumnModel.hpp> diff --git a/svtools/source/uno/unogridcolumnfacade.hxx b/svtools/source/uno/unogridcolumnfacade.hxx index 72b84372ad94..0651a44ee24a 100644 --- a/svtools/source/uno/unogridcolumnfacade.hxx +++ b/svtools/source/uno/unogridcolumnfacade.hxx @@ -19,7 +19,7 @@ #pragma once -#include <svtools/table/tablemodel.hxx> +#include <table/tablemodel.hxx> #include <com/sun/star/awt/grid/XGridColumn.hpp> #include <com/sun/star/style/HorizontalAlignment.hpp> |