From 008d3af39e7339c004b03d40cd865f85e925bf35 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 19 Jul 2019 20:43:50 +0200 Subject: Fix typo Change-Id: I4ef49f18dd1cf864cc875f12740e027e5e1c1de9 Reviewed-on: https://gerrit.libreoffice.org/75981 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sfx2/source/dialog/filtergrouping.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sfx2') diff --git a/sfx2/source/dialog/filtergrouping.cxx b/sfx2/source/dialog/filtergrouping.cxx index d8a65266a061..0701c5c62f77 100644 --- a/sfx2/source/dialog/filtergrouping.cxx +++ b/sfx2/source/dialog/filtergrouping.cxx @@ -60,7 +60,7 @@ namespace sfx2 Some general words about what's going on here ....

In our file open dialog, usually we display every filter we know. That's how it was before: every filter - lead to an own line in the filter list box, e.g. "StarWriter 5.0 Dokument" or "Microsoft Word 97".

+ lead to an own line in the filter list box, e.g. "StarWriter 5.0 Document" or "Microsoft Word 97".

But then the PM came. And everything changed ....

@@ -76,7 +76,7 @@ namespace sfx2 is a matter of this implementation. We only do this grouping and suggest it to the FilePicker service ...

Now for the second concept:
- Thinking about it (and that's what the PM did), both "StarWriter 5.0 Dokument" and "Microsoft Word 97" + Thinking about it (and that's what the PM did), both "StarWriter 5.0 Document" and "Microsoft Word 97" describe a text document. It's a text. It's of no interest for the user that one of the texts was saved in MS' format, and one in our own format.
So in a first step, we want to have a filter entry "Text documents". This would cover both above-mentioned -- cgit