summaryrefslogtreecommitdiff
path: root/sw/UITest_sw_ui_index.mk
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2021-04-27 17:11:00 +0200
committerMiklos Vajna <vmiklos@collabora.com>2021-04-28 08:24:49 +0200
commitd524f5b28e2b9bcf7ab681eb6ad93a4da3f5663d (patch)
treea8a5a3a2c0f3068f73a7acd4c899ca7f483dd6a0 /sw/UITest_sw_ui_index.mk
parentc9c6b0d75bcbb6ff3343502a19fb3448d361d335 (diff)
sw bibliography, refer to a page: add insert/delete UI
If the toggle button's activate state changes, adapt the sensitivity of the next spinbutton, this way a new page number can be added and an old one can be deleted. Change-Id: I97067182e8cd42a02b164ac941598bada2630e07 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114750 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
Diffstat (limited to 'sw/UITest_sw_ui_index.mk')
-rw-r--r--sw/UITest_sw_ui_index.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/sw/UITest_sw_ui_index.mk b/sw/UITest_sw_ui_index.mk
new file mode 100644
index 000000000000..c46321bea414
--- /dev/null
+++ b/sw/UITest_sw_ui_index.mk
@@ -0,0 +1,16 @@
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+
+$(eval $(call gb_UITest_UITest,sw_ui_index))
+
+$(eval $(call gb_UITest_add_modules,sw_ui_index,$(SRCDIR)/sw/qa/uitest,\
+ ui/index/ \
+))
+
+$(eval $(call gb_UITest_set_defs,sw_ui_index, \
+ TDOC="$(SRCDIR)/sw/qa/uitest/data" \
+))