summaryrefslogtreecommitdiff
path: root/sw/source/filter/basflt/iodetect.cxx
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-04-14 12:24:38 +0200
commit0b31912b1df719c5507b22a2f63086cb8921f597 (patch)
treece039fa56ebe9774c0f7d2b78d82f3886c3f89b1 /sw/source/filter/basflt/iodetect.cxx
parent6f20cb94640224c47efa0a9de8ee757260ba3771 (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>
Diffstat (limited to 'sw/source/filter/basflt/iodetect.cxx')
-rw-r--r--sw/source/filter/basflt/iodetect.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/source/filter/basflt/iodetect.cxx b/sw/source/filter/basflt/iodetect.cxx
index 11d3a3152c77..0eb82bd8d895 100644
--- a/sw/source/filter/basflt/iodetect.cxx
+++ b/sw/source/filter/basflt/iodetect.cxx
@@ -44,7 +44,8 @@ SwIoDetect aFilterDetect[] =
SwIoDetect( sWW5 ),
SwIoDetect( FILTER_XML ),
SwIoDetect( FILTER_TEXT_DLG ),
- SwIoDetect( FILTER_TEXT )
+ SwIoDetect( FILTER_TEXT ),
+ SwIoDetect( FILTER_DOCX )
};
const OUString SwIoSystem::GetSubStorageName( const SfxFilter& rFltr )