diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2017-07-18 17:57:52 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2017-07-18 20:09:23 +0200 |
commit | 83b43ef2223b66484e0e90e7b614886e06f955b5 (patch) | |
tree | 998a4d6923fa870de4eaa7abb83ae35510b6347c /sw/source/ui/dbui | |
parent | 36f2df84fcfc21038b4d20df38a9e5addfcbde3f (diff) |
sw mail merge: add support for the new 'writer' connectivity driver
By mapping the .odt, .sxw, .doc and .docx extensions to sdbc:writer:. If
we are at it, also accept xlsx next to xls.
Change-Id: I8c6769b282adec1e7e8d191170e7aa9b324f2018
Reviewed-on: https://gerrit.libreoffice.org/40147
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sw/source/ui/dbui')
-rw-r--r-- | sw/source/ui/dbui/dbui.src | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/sw/source/ui/dbui/dbui.src b/sw/source/ui/dbui/dbui.src index cfea19f0ac0f..019177e0f337 100644 --- a/sw/source/ui/dbui/dbui.src +++ b/sw/source/ui/dbui/dbui.src @@ -60,13 +60,21 @@ String STR_FILTER_SXC { Text [ en-US ] = "%PRODUCTNAME Calc (*.ods;*.sxc)" ; }; +String STR_FILTER_SXW +{ + Text [ en-US ] = "%PRODUCTNAME Writer (*.odt;*.sxw)" ; +}; String STR_FILTER_DBF { Text [ en-US ] = "dBase (*.dbf)" ; }; String STR_FILTER_XLS { - Text [ en-US ] = "Microsoft Excel (*.xls)" ; + Text [ en-US ] = "Microsoft Excel (*.xls;*.xlsx)" ; +}; +String STR_FILTER_DOC +{ + Text [ en-US ] = "Microsoft Word (*.doc;*.docx)" ; }; String STR_FILTER_TXT { |