diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-06-14 11:57:33 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-06-14 20:35:34 +0200 |
commit | 6e9d87399c114e3b9332ad33d88165b78c8cd81e (patch) | |
tree | d896c6354a2deeff1ad7e3b8d42e6a7ef2663a94 /sc | |
parent | bf74427bce9fff4370394d82dab62e0554109c36 (diff) |
remove some unused includes
Change-Id: I1a3512fd7fd50379ecd25389a894c2a3aadb7edb
Reviewed-on: https://gerrit.libreoffice.org/74035
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/docshell/docsh.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/source/ui/docshell/docsh.cxx b/sc/source/ui/docshell/docsh.cxx index 06d96c331c30..48b0532f73a7 100644 --- a/sc/source/ui/docshell/docsh.cxx +++ b/sc/source/ui/docshell/docsh.cxx @@ -26,9 +26,10 @@ #include <comphelper/fileformat.h> #include <comphelper/classids.hxx> #include <formula/errorcodes.hxx> -#include <vcl/weld.hxx> +#include <vcl/svapp.hxx> #include <vcl/virdev.hxx> #include <vcl/waitobj.hxx> +#include <vcl/weld.hxx> #include <rtl/bootstrap.hxx> #include <rtl/tencinfo.h> #include <sal/log.hxx> |