diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-05-31 14:36:17 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-06-01 16:30:47 +0200 |
commit | eebc452a508bb865fbbebe69771564e1d8fcb32b (patch) | |
tree | 09c0f9ef12094a750292f2c2bc7041da69915014 /cui | |
parent | 33a15db2aa9fca54b95907958e07a18b211732b7 (diff) |
drop some unneeded includes
Change-Id: I1c20dcdc2cab0ba42630d28387e789cbdef7ba62
Reviewed-on: https://gerrit.libreoffice.org/73271
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/inc/insrc.hxx | 1 | ||||
-rw-r--r-- | cui/source/inc/newtabledlg.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/cui/source/inc/insrc.hxx b/cui/source/inc/insrc.hxx index b712c080ca9a..555b07700b7a 100644 --- a/cui/source/inc/insrc.hxx +++ b/cui/source/inc/insrc.hxx @@ -21,7 +21,6 @@ #include <rtl/string.hxx> #include <rtl/ustring.hxx> -#include <svx/stddlg.hxx> #include <vcl/weld.hxx> class SvxInsRowColDlg : public SvxAbstractInsRowColDlg, public weld::GenericDialogController diff --git a/cui/source/inc/newtabledlg.hxx b/cui/source/inc/newtabledlg.hxx index 88b7f61c5ec9..cad953779b12 100644 --- a/cui/source/inc/newtabledlg.hxx +++ b/cui/source/inc/newtabledlg.hxx @@ -19,7 +19,6 @@ #ifndef INCLUDED_CUI_SOURCE_INC_NEWTABLEDLG_HXX #define INCLUDED_CUI_SOURCE_INC_NEWTABLEDLG_HXX -#include <svx/stddlg.hxx> #include <svx/svxdlg.hxx> #include <vcl/weld.hxx> |