summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2017-08-02 18:45:22 +0200
committerpranavk <pranavk@collabora.co.uk>2017-08-02 18:52:22 +0200
commit9a5c39ea56bbac48f30a1a4966caa68697d8b318 (patch)
treec88f5bb06aae7c4546e0b2c172138a7ec6c9bad5 /desktop
parenta294cee6f00a292c06086ce9a549c8f75dda194f (diff)
lok: Support RTF as output format.
Change-Id: Ifea2d1dbf3d4424af557c18e31404e07f8ae89c2 Reviewed-on: https://gerrit.libreoffice.org/40690 Reviewed-by: pranavk <pranavk@collabora.co.uk> Tested-by: pranavk <pranavk@collabora.co.uk>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/lib/init.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index 9d9749469420..748f409437ff 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -143,6 +143,7 @@ static const ExtensionMap aWriterExtensionMap[] =
{ "odt", "writer8" },
{ "ott", "writer8_template" },
{ "pdf", "writer_pdf_Export" },
+ { "rtf", "Rich Text Format" },
{ "txt", "Text" },
{ "xhtml", "XHTML Writer File" },
{ "png", "writer_png_Export" },