summaryrefslogtreecommitdiff
path: root/sw/UITest_sw_ui_fmtui.mk
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2020-05-25 21:03:56 +0200
committerMiklos Vajna <vmiklos@collabora.com>2020-05-26 10:20:19 +0200
commit5202771939da66ac85ca3221d69e7e5f5cca8da7 (patch)
tree359bb6779ea73240ab4b391fb288c376ff3e17fa /sw/UITest_sw_ui_fmtui.mk
parent983db96a17630be906b868d2be811663f0d846f6 (diff)
tdf#130456 sw: enable semi-transparent text for char style dialog
The code is shared, so this fixed the para style dialog as well. Change-Id: I742231bf76c562b3255700fc4eeb4c870c3deb6b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94805 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
Diffstat (limited to 'sw/UITest_sw_ui_fmtui.mk')
-rw-r--r--sw/UITest_sw_ui_fmtui.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/sw/UITest_sw_ui_fmtui.mk b/sw/UITest_sw_ui_fmtui.mk
new file mode 100644
index 000000000000..e31e34c45cf4
--- /dev/null
+++ b/sw/UITest_sw_ui_fmtui.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_fmtui))
+
+$(eval $(call gb_UITest_add_modules,sw_ui_fmtui,$(SRCDIR)/sw/qa/uitest,\
+ ui/fmtui/ \
+))
+
+$(eval $(call gb_UITest_set_defs,sw_ui_fmtui, \
+ TDOC="$(SRCDIR)/sw/qa/uitest/ui/fmtui/data" \
+))