summaryrefslogtreecommitdiff
path: root/sc/qa/unit/uicalc/uicalc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/qa/unit/uicalc/uicalc.cxx')
-rw-r--r--sc/qa/unit/uicalc/uicalc.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sc/qa/unit/uicalc/uicalc.cxx b/sc/qa/unit/uicalc/uicalc.cxx
index a5c9a589023a..d87ca61b6765 100644
--- a/sc/qa/unit/uicalc/uicalc.cxx
+++ b/sc/qa/unit/uicalc/uicalc.cxx
@@ -10,14 +10,17 @@
#include <test/bootstrapfixture.hxx>
#include <unotest/macros_test.hxx>
#include <LibreOfficeKit/LibreOfficeKitEnums.h>
+#include <vcl/keycodes.hxx>
#include <vcl/scheduler.hxx>
#include <comphelper/propertysequence.hxx>
-#include <comphelper/processfactory.hxx>
+#include <com/sun/star/awt/Key.hpp>
#include <com/sun/star/frame/Desktop.hpp>
+#include <dbfunc.hxx>
#include <document.hxx>
#include <docuno.hxx>
-#include <tabvwsh.hxx>
+#include <docsh.hxx>
+#include <viewdata.hxx>
using namespace ::com::sun::star;