From ba03f2dc817c692fa8709391ec83d8e01a0f8b28 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Tue, 21 Aug 2012 21:53:52 -0400 Subject: fdo#52451: Ensure that the extension for text is .txt from writer. Added a preferred extension property to the filter which overwrites one(s) given by the default file format type associated with it. Normally this property is not used for the majority of the filters, but for plain text filters, we need to use .txt when saving from writer whereas we do .csv from calc. Change-Id: I3453ad084e4379e5cc1101daeb9d2c3ddd919e92 --- officecfg/registry/schema/org/openoffice/TypeDetection/Filter.xcs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'officecfg/registry') diff --git a/officecfg/registry/schema/org/openoffice/TypeDetection/Filter.xcs b/officecfg/registry/schema/org/openoffice/TypeDetection/Filter.xcs index f87846f00c99..1de918a7ab49 100644 --- a/officecfg/registry/schema/org/openoffice/TypeDetection/Filter.xcs +++ b/officecfg/registry/schema/org/openoffice/TypeDetection/Filter.xcs @@ -68,6 +68,9 @@ Localized name of the filter, whch can be shown at the UI. + + + Extension to use when exporting content using this filter. When this value is not given, it is inferred from the Type associated with this filter. -- cgit