diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-04-19 09:45:54 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-04-19 13:57:37 +0200 |
commit | f0c31f3aa1e79d595586136f9161afd357dca8d7 (patch) | |
tree | f440d379db025e84e01a369c2d4c59dfe307276a /formula/source | |
parent | 83d481b9584dbb4d97661a95f1a19f25dad737b2 (diff) |
drop some unneeded includes
Change-Id: Idde1f747f500d94b3191a97e7d502794cc2b8450
Reviewed-on: https://gerrit.libreoffice.org/70972
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'formula/source')
-rw-r--r-- | formula/source/ui/dlg/funcpage.hxx | 2 | ||||
-rw-r--r-- | formula/source/ui/dlg/parawin.hxx | 2 | ||||
-rw-r--r-- | formula/source/ui/dlg/structpg.hxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/formula/source/ui/dlg/funcpage.hxx b/formula/source/ui/dlg/funcpage.hxx index b848fd5f5dce..b4bccbc64199 100644 --- a/formula/source/ui/dlg/funcpage.hxx +++ b/formula/source/ui/dlg/funcpage.hxx @@ -21,7 +21,7 @@ #define INCLUDED_FORMULA_SOURCE_UI_DLG_FUNCPAGE_HXX #include <vcl/lstbox.hxx> -#include <svtools/svmedit.hxx> +#include <vcl/edit.hxx> #include <vcl/tabpage.hxx> #include <vcl/tabctrl.hxx> diff --git a/formula/source/ui/dlg/parawin.hxx b/formula/source/ui/dlg/parawin.hxx index e2dff8d76467..013b9bf1fc0d 100644 --- a/formula/source/ui/dlg/parawin.hxx +++ b/formula/source/ui/dlg/parawin.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_FORMULA_SOURCE_UI_DLG_PARAWIN_HXX #define INCLUDED_FORMULA_SOURCE_UI_DLG_PARAWIN_HXX -#include <svtools/svmedit.hxx> +#include <vcl/edit.hxx> #include <vcl/fixed.hxx> #include <vcl/tabpage.hxx> #include <vcl/tabctrl.hxx> diff --git a/formula/source/ui/dlg/structpg.hxx b/formula/source/ui/dlg/structpg.hxx index 17700aa08fd0..34c32e0a9cd2 100644 --- a/formula/source/ui/dlg/structpg.hxx +++ b/formula/source/ui/dlg/structpg.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_FORMULA_SOURCE_UI_DLG_STRUCTPG_HXX #define INCLUDED_FORMULA_SOURCE_UI_DLG_STRUCTPG_HXX -#include <svtools/svmedit.hxx> +#include <vcl/edit.hxx> #include <vcl/tabpage.hxx> #include <vcl/tabctrl.hxx> #include <vcl/treelistbox.hxx> |