summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/ui
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 23:52:30 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:02 +0200
commita93783c42d46d60a93e78348db942a571e34abd4 (patch)
tree7686a820038469de29c3681ffc7875dec754907e /offapi/com/sun/star/ui
parent*api: convert <const> (diff)
downloadcore-a93783c42d46d60a93e78348db942a571e34abd4.tar.gz
core-a93783c42d46d60a93e78348db942a571e34abd4.zip
*api: convert <arg>
... which does not seem to do anything anyway. sed -i "s,<arg>\([^<]\+\)</arg>,\1,g" Change-Id: I90bcf81ea046bc88297ed8eadc560ad31d19830b
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.