desktop/source/lib/init.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit ac77d8a368e1ed21211bfe7768149481502317df
Author: Tomaž Vajngerl <[email protected]>
AuthorDate: Fri Sep 3 12:04:08 2021 +0900
Commit: Tomaž Vajngerl <[email protected]>
CommitDate: Fri Sep 3 14:20:46 2021 +0200
indexing: add indexing xml as a format for writer
Needed so we can run "convert-to" service with COOL to produce
indexing XML documents.
Change-Id: Iabb77bd562a3307d0d20769a77f069e5250028ed
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121540
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <[email protected]>
(cherry picked from commit f35b9909070919013a753c382bff52614403c7a2)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121576
Tested-by: Jenkins CollaboraOffice <[email protected]>
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index cd2562be2a86..b803d1372a77 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -255,6 +255,7 @@ const ExtensionMap aWriterExtensionMap[] =
{ "txt", "Text" },
{ "xhtml", "XHTML Writer File" },
{ "png", "writer_png_Export" },
+ { "xml", "writer_indexing_export" },
{ nullptr, nullptr }
};