diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-03-19 20:49:34 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-03-20 13:08:20 +0100 |
commit | 4b785097f1c49ead50e6a2085befcd37c800207b (patch) | |
tree | 6b2d236f0c98cb0c14aa26cb22f55335284dc6d9 /sc/source/ui/optdlg | |
parent | f53157835775f976af5bedd9303c91c9d68b80c6 (diff) |
drop unnecessary includes
Change-Id: I1a817d5575bbd57ecaa874a27158b9218e4210cc
Reviewed-on: https://gerrit.libreoffice.org/51603
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/source/ui/optdlg')
-rw-r--r-- | sc/source/ui/optdlg/tpcalc.cxx | 1 | ||||
-rw-r--r-- | sc/source/ui/optdlg/tpformula.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/ui/optdlg/tpcalc.cxx b/sc/source/ui/optdlg/tpcalc.cxx index 3351289b43ce..4e03a51f0f92 100644 --- a/sc/source/ui/optdlg/tpcalc.cxx +++ b/sc/source/ui/optdlg/tpcalc.cxx @@ -20,7 +20,6 @@ #undef SC_DLLIMPLEMENTATION #include <scitems.hxx> -#include <vcl/msgbox.hxx> #include <vcl/weld.hxx> #include <global.hxx> diff --git a/sc/source/ui/optdlg/tpformula.cxx b/sc/source/ui/optdlg/tpformula.cxx index 0bd80b7f62db..3d950155c6b9 100644 --- a/sc/source/ui/optdlg/tpformula.cxx +++ b/sc/source/ui/optdlg/tpformula.cxx @@ -29,7 +29,6 @@ #include <scresid.hxx> #include <formula/grammar.hxx> #include "calcoptionsdlg.hxx" -#include <vcl/msgbox.hxx> #include <unotools/localedatawrapper.hxx> |