diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-10-02 20:41:08 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-10-03 11:11:14 +0200 |
commit | 81903d443116c643a9ff92d92c092812abc7f57d (patch) | |
tree | 1d4d533ef9171c96b2ffa910810dceecd2ce700c /sc/source/ui/dbgui | |
parent | ee2e8d0c0670b4eeecd73b76d7f182fa003426ae (diff) |
merge msgbox and stdtext
Change-Id: If95d78746eff3ae5343e7d4c6bb2433537ccb84d
Reviewed-on: https://gerrit.libreoffice.org/80099
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/source/ui/dbgui')
-rw-r--r-- | sc/source/ui/dbgui/filtdlg.cxx | 1 | ||||
-rw-r--r-- | sc/source/ui/dbgui/pfiltdlg.cxx | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/sc/source/ui/dbgui/filtdlg.cxx b/sc/source/ui/dbgui/filtdlg.cxx index 47ff4e6cab42..9ee84fc714cd 100644 --- a/sc/source/ui/dbgui/filtdlg.cxx +++ b/sc/source/ui/dbgui/filtdlg.cxx @@ -35,7 +35,6 @@ #include <filtdlg.hxx> #include <vcl/svapp.hxx> -#include <vcl/waitobj.hxx> #include <vcl/weld.hxx> #include <svl/sharedstringpool.hxx> diff --git a/sc/source/ui/dbgui/pfiltdlg.cxx b/sc/source/ui/dbgui/pfiltdlg.cxx index 060e9cd66ed6..e53f0cfc43a7 100644 --- a/sc/source/ui/dbgui/pfiltdlg.cxx +++ b/sc/source/ui/dbgui/pfiltdlg.cxx @@ -19,8 +19,6 @@ #undef SC_DLLIMPLEMENTATION -#include <vcl/waitobj.hxx> - #include <viewdata.hxx> #include <document.hxx> #include <uiitems.hxx> |