summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-06-14 11:57:33 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-06-15 11:30:08 +0200
commit5a29ea897e33b0ef9a73fbb22efc5c053bb44f06 (patch)
treeceba06a57d7a88895679a4d721d8117b4611a273 /sc
parent7e9e4b59fdbd9995d9e80164671feb4581cdd2e3 (diff)
remove some unused includes
Change-Id: I1a3512fd7fd50379ecd25389a894c2a3aadb7edb Reviewed-on: https://gerrit.libreoffice.org/74065 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.cxx3
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>