summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ui
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ui')
-rw-r--r--offapi/com/sun/star/ui/dialogs/XFilterGroupManager.idl2
1 files changed, 1 insertions, 1 deletions
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 <arg>sGroupTitle</arg>, 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.<br/>
Usually, the expressions are simply extensions (e.g. "*.txt"), but this must no necessarily be the case.