summaryrefslogtreecommitdiff
path: root/svtools/CppunitTest_svtools_dialogs_test.mk
diff options
context:
space:
mode:
authorHenry Castro <hcastro@collabora.com>2019-10-19 14:58:56 -0400
committerHenry Castro <hcastro@collabora.com>2019-10-23 02:38:33 +0200
commit7c6226bee72805db7f0e567ca9f06c786a7d0da2 (patch)
treee1c7a996d2527f136f87e8e9033133ef53df0f0f /svtools/CppunitTest_svtools_dialogs_test.mk
parentd2b5ab3498a78c6d164a15b3bf2b947553ea2743 (diff)
lok: svtools: create ValueSetUIObject class
The ValueSet control is used in Layouts panel inside Sidebar of the impress document. Once the LO server sends the UI data to the client side that is transformed to mobile view using Mobile Wizard framework. The loleaflet client side has to send commands for the user interactions like to touch an item. e.g. Send "WindowId SELECT ID=300" The unit test simulates the scenario, so the ValueSet control executes the action. Change-Id: Ib6ec5db6ce2777e819f81a9dae74c4641bb7053b Reviewed-on: https://gerrit.libreoffice.org/81141 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Henry Castro <hcastro@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/81354 Tested-by: Jenkins
Diffstat (limited to 'svtools/CppunitTest_svtools_dialogs_test.mk')
-rw-r--r--svtools/CppunitTest_svtools_dialogs_test.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/CppunitTest_svtools_dialogs_test.mk b/svtools/CppunitTest_svtools_dialogs_test.mk
index 28c4db4742ea..70f8a00e4bf7 100644
--- a/svtools/CppunitTest_svtools_dialogs_test.mk
+++ b/svtools/CppunitTest_svtools_dialogs_test.mk
@@ -17,7 +17,7 @@ $(eval $(call gb_CppunitTest_add_exception_objects,svtools_dialogs_test, \
$(eval $(call gb_CppunitTest_use_sdk_api,svtools_dialogs_test))
-$(eval $(call gb_CppunitTest_set_include,desktop_dialogs_test,\
+$(eval $(call gb_CppunitTest_set_include,svtools_dialogs_test,\
-I$(SRCDIR)/svtools/source/inc \
-I$(SRCDIR)/svtools/inc \
$$(INCLUDE) \