summaryrefslogtreecommitdiff
path: root/odk/CustomTarget_build-examples.mk
diff options
context:
space:
mode:
authorRMZeroFour <ritobroto04@gmail.com>2024-04-10 01:37:42 +0530
committerHossein <hossein@libreoffice.org>2024-04-30 15:01:19 +0200
commitc299e54ce2edf2b8b3b21754ed9fd16cdf6167b3 (patch)
treeeb3fc24438f73d980911aa8bfbca271a9b095399 /odk/CustomTarget_build-examples.mk
parentb671bb2ea72b225985eb02b275915c32ec03291c (diff)
tdf#143122 Port Java TerminationTest example to C++
This patch ports odk/examples/DevelopersGuide/OfficeDev/TerminationTest example to C++. The original Java example code was moved to a java/ subdirectory, and the new C++ code was added to the cxx/ subdirectory. Necessary changes were made in the corresponding Makefiles. Along with the code in TerminationTest.java, the TerminateListener class was also ported and used in the same C++ file. Change-Id: I889b8893740bc8f80cdd9aa9925e83cadcea9592 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165916 Tested-by: Jenkins Tested-by: Hossein <hossein@libreoffice.org> Reviewed-by: Hossein <hossein@libreoffice.org>
Diffstat (limited to 'odk/CustomTarget_build-examples.mk')
-rw-r--r--odk/CustomTarget_build-examples.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/odk/CustomTarget_build-examples.mk b/odk/CustomTarget_build-examples.mk
index 50131ecb4f99..476da4e61078 100644
--- a/odk/CustomTarget_build-examples.mk
+++ b/odk/CustomTarget_build-examples.mk
@@ -19,6 +19,7 @@ my_example_dirs = \
DevelopersGuide/Database/DriverSkeleton \
DevelopersGuide/Extensions/DialogWithHelp \
DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_cpp \
+ DevelopersGuide/OfficeDev/TerminationTest/cxx \
DevelopersGuide/ProfUNO/CppBinding \
DevelopersGuide/ProfUNO/SimpleBootstrap_cpp \
OLE/activex \