summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorSzymon Kłos <szymon.klos@collabora.com>2017-04-14 10:22:37 +0200
committerSzymon Kłos <szymon.klos@collabora.com>2017-05-04 13:13:27 +0200
commit7cd9ad5fe40ee10aba7ae030e4fc350da9491044 (patch)
treec70833b4eb7a5dffabbc6e15d85fcde88556adb1 /sw/inc
parenta36677826a6057d4bbbb35149425c8dc4affb1e2 (diff)
AutoText: .dotx files visible when import
Change-Id: Idd2cdd9696a15ca5a215fc42b46cc470c4c25a28 Reviewed-on: https://gerrit.libreoffice.org/36550 Reviewed-by: Szymon Kłos <szymon.klos@collabora.com> Tested-by: Szymon Kłos <szymon.klos@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/37231
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/iodetect.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/inc/iodetect.hxx b/sw/inc/iodetect.hxx
index cce9b3225095..290d1c1a2ccd 100644
--- a/sw/inc/iodetect.hxx
+++ b/sw/inc/iodetect.hxx
@@ -36,6 +36,7 @@
#define FILTER_XML "CXML" ///< XML filter
#define FILTER_XMLV "CXMLV" ///< XML filter
#define FILTER_XMLVW "CXMLVWEB" ///< XML filter
+#define FILTER_DOCX "OXML"
#define sHTML "HTML"
#define sWW5 "WW6"
#define sWW6 "CWW6"
@@ -69,6 +70,7 @@ enum ReaderWriterEnum {
READER_WRITER_XML,
READER_WRITER_TEXT_DLG,
READER_WRITER_TEXT,
+ READER_WRITER_DOCX,
MAXFILTER
};