From ebb2358f52acf7fd73f6be85771e1301a886bbdf Mon Sep 17 00:00:00 2001 From: Bjoern Michaelsen Date: Tue, 23 Aug 2011 15:22:27 +0200 Subject: recreated tag libreoffice-3.3.0.4 which had these commits: commit 5d72cb3cf5b1e61a804e7a5db52a4a6bd041afdd (tag: refs/tags/libreoffice-3.3.0.4, refs/remotes/origin/libreoffice-3-3-0) Author: Petr Mladek Date: Tue Jan 18 19:01:21 2011 +0100 Version 3.3.0.4, tag libreoffice-3.3.0.4 (3.3-rc4) commit 95323c2f1c8e7c340e8f3bb1261cd63fca66b68a Author: Petr Mladek Date: Tue Jan 11 22:59:38 2011 +0100 Branch libreoffice-3-3-0 This is 'libreoffice-3-3-0' - the stable branch for the 3.3.0 release. Only very safe changes, reviewed by three people are allowed. If you want to commit more complicated fix for the next 3.3.x release, please use the 'libreoffice-3-3' branch. If you want to build something cool, unstable, and risky, use master. --- offapi/com/sun/star/ui/dialogs/XFilterManager.idl | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'offapi/com/sun/star/ui/dialogs/XFilterManager.idl') diff --git a/offapi/com/sun/star/ui/dialogs/XFilterManager.idl b/offapi/com/sun/star/ui/dialogs/XFilterManager.idl index 8e418b7519f0..8fa927ebfd24 100644 --- a/offapi/com/sun/star/ui/dialogs/XFilterManager.idl +++ b/offapi/com/sun/star/ui/dialogs/XFilterManager.idl @@ -1,7 +1,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -43,12 +43,12 @@ module com { module sun { module star { module ui { module dialogs { //============================================================================= /** Specifies a filter manager interface for a FilePicker */ - + published interface XFilterManager: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- - /** Adds a filter identified by a title. + /** Adds a filter identified by a title. @param aTitle Specifies the name of the filter as shown in the filter box of the @@ -61,13 +61,13 @@ published interface XFilterManager: com::sun::star::uno::XInterface @throws ::com::sun::star::lang::IllegalArgumentException If a filter with the specified title already exists. - + */ void appendFilter( [in] string aTitle, [in] string aFilter ) raises( ::com::sun::star::lang::IllegalArgumentException ); //------------------------------------------------------------------------- - /** Sets the current filter. + /** Sets the current filter. @param aTitle Specifies the name of the filter to be set. @@ -79,9 +79,9 @@ published interface XFilterManager: com::sun::star::uno::XInterface raises( ::com::sun::star::lang::IllegalArgumentException ); //------------------------------------------------------------------------- - /** Returns the currently selected filter. + /** Returns the currently selected filter. - @returns + @returns The name of the selected filter or an empty string if there is no filter or no filter is currently selected. */ -- cgit v1.2.3