diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-10-29 17:06:09 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-10-30 09:12:44 +0100 |
commit | 3e041c06897fb917977c18f57bde5871b0466a99 (patch) | |
tree | 32a6487b83d11ec6927e5b9fb0ba39d83001d84e /sw/source/ui/dbui | |
parent | b8adb8264b48e66d7435e4463f575e25c5e02250 (diff) |
remove some unnecessary includes
Change-Id: I5cad1142641587ef4393cbf73384f93540d61038
Reviewed-on: https://gerrit.libreoffice.org/81712
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/source/ui/dbui')
-rw-r--r-- | sw/source/ui/dbui/mmresultdialogs.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/dbui/mmresultdialogs.cxx b/sw/source/ui/dbui/mmresultdialogs.cxx index 4bb4b971d5a9..53a76b8eb2bb 100644 --- a/sw/source/ui/dbui/mmresultdialogs.cxx +++ b/sw/source/ui/dbui/mmresultdialogs.cxx @@ -41,8 +41,8 @@ #include <svl/stritem.hxx> #include <svtools/ehdl.hxx> #include <svtools/sfxecode.hxx> -#include <vcl/layout.hxx> #include <vcl/stdtext.hxx> +#include <vcl/svapp.hxx> #include <vcl/weld.hxx> #include <sfx2/dinfdlg.hxx> #include <sfx2/printer.hxx> |