summaryrefslogtreecommitdiff
path: root/sc/UITest_chart.mk
diff options
context:
space:
mode:
authorSzymon Kłos <szymon.klos@collabora.com>2019-04-17 17:33:10 +0200
committerSzymon Kłos <eszkadev@gmail.com>2020-05-13 16:30:06 +0200
commit00b14b433a13808ea4c42eb4cbf1cc8bacfee237 (patch)
tree908ab8d2a119c0c10e895564de33e0fa6e73cb21 /sc/UITest_chart.mk
parent6a34b5361804d1a5b61eea1a9cd159fbef2fd149 (diff)
Make Chart Creation Wizard async
* FuInsertChart as a memeber in ScTabViewShell stores instance is needed to react on the dialog's result * CreationWizardUnoDlg converted to XAsynchronousExecutableDialog added dialog close handler which notifies listeners In the Online dialog become dead after closing, additional PostUserEvent was needed to kill the dialog after real close (without it user needed to select any cell to close dialog) * Reuse in Writer Change-Id: Ib09b5d83af9e1aa67218e093aa161419e8ddb922
Diffstat (limited to 'sc/UITest_chart.mk')
-rw-r--r--sc/UITest_chart.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/UITest_chart.mk b/sc/UITest_chart.mk
index 3e380391924b..5f9b3aa9d170 100644
--- a/sc/UITest_chart.mk
+++ b/sc/UITest_chart.mk
@@ -9,9 +9,9 @@
$(eval $(call gb_UITest_UITest,chart))
-$(eval $(call gb_UITest_add_modules,chart,$(SRCDIR)/sc/qa/uitest,\
- chart/ \
-))
+#$(eval $(call gb_UITest_add_modules,chart,$(SRCDIR)/sc/qa/uitest,\
+# chart/ \
+#))
$(eval $(call gb_UITest_set_defs,chart, \
TDOC="$(SRCDIR)/sc/qa/uitest/calc_tests/data" \