From a93783c42d46d60a93e78348db942a571e34abd4 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Sat, 27 Apr 2013 23:52:30 +0200 Subject: *api: convert ... which does not seem to do anything anyway. sed -i "s,\([^<]\+\),\1,g" Change-Id: I90bcf81ea046bc88297ed8eadc560ad31d19830b --- offapi/com/sun/star/ui/dialogs/XFilterGroupManager.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'offapi/com/sun/star/ui') diff --git a/offapi/com/sun/star/ui/dialogs/XFilterGroupManager.idl b/offapi/com/sun/star/ui/dialogs/XFilterGroupManager.idl index e157b03d0c8a..2776717a5cb1 100644 --- a/offapi/com/sun/star/ui/dialogs/XFilterGroupManager.idl +++ b/offapi/com/sun/star/ui/dialogs/XFilterGroupManager.idl @@ -42,7 +42,7 @@ published interface XFilterGroupManager : com::sun::star::uno::XInterface @param aFilters The filters which form a group. Every filter consists of two strings, where the first one is a display name - (as for sGroupTitle, it holds that these strings should be localized), and the second one the + (as for sGroupTitle, it holds that these strings should be localized), and the second one the semicolon separated list of wildcard expressions for the filter.
Usually, the expressions are simply extensions (e.g. "*.txt"), but this must no necessarily be the case. -- cgit