summaryrefslogtreecommitdiff
path: root/sw/CppunitTest_sw_ooxmlexport_template.mk
diff options
context:
space:
mode:
authorVasily Melenchuk <vasily.melenchuk@cib.de>2018-12-11 19:47:25 +0300
committerKatarina Behrens <Katarina.Behrens@cib.de>2018-12-14 11:42:44 +0100
commit0932e4bb9a4e4a25be092dcf87a0119d1894ac30 (patch)
tree5cbec163bad58a354b39b9816bf55757b6998c29 /sw/CppunitTest_sw_ooxmlexport_template.mk
parent44416a16f40167cf9a60ff6fc7990a07df4e7d7b (diff)
sw: support for saving into .dotx file
Template format now supported not only for import, but for export too. Change-Id: I9fb9da14c4d6466b6979fa37fb2c0359ce5 Reviewed-on: https://gerrit.libreoffice.org/64947 Tested-by: Jenkins Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'sw/CppunitTest_sw_ooxmlexport_template.mk')
-rw-r--r--sw/CppunitTest_sw_ooxmlexport_template.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/sw/CppunitTest_sw_ooxmlexport_template.mk b/sw/CppunitTest_sw_ooxmlexport_template.mk
new file mode 100644
index 000000000000..79bb3b70a59b
--- /dev/null
+++ b/sw/CppunitTest_sw_ooxmlexport_template.mk
@@ -0,0 +1,14 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+#*************************************************************************
+#
+# 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 sw_ooxmlexport_test,_template))
+
+# vim: set noet sw=4 ts=4: