From 90ade33899f5e15a494f3fc97e5b3bca900aaa0e Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 29 Apr 2004 15:41:33 +0000 Subject: INTEGRATION: CWS os12 (1.5.88); FILE MERGED 2004/03/09 12:18:03 as 1.5.88.1: #114059# use new DEFAULTFILTER mechanism --- sfx2/source/dialog/filtergrouping.hxx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'sfx2') diff --git a/sfx2/source/dialog/filtergrouping.hxx b/sfx2/source/dialog/filtergrouping.hxx index 07fe71c01ab1..e99cc64190b7 100644 --- a/sfx2/source/dialog/filtergrouping.hxx +++ b/sfx2/source/dialog/filtergrouping.hxx @@ -2,9 +2,9 @@ * * $RCSfile: filtergrouping.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2003-03-27 11:28:00 $ + * last change: $Author: obo $ $Date: 2004-04-29 16:41:33 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -85,7 +85,8 @@ namespace sfx2 SfxFilterMatcherIter& _rFilterMatcher, const ::com::sun::star::uno::Reference< ::com::sun::star::ui::dialogs::XFilterManager >& _rFilterManager, ::rtl::OUString& /* [out] */ _rFirstNonEmpty, - FileDialogHelper_Impl& _rFileDlgImpl + FileDialogHelper_Impl& _rFileDlgImpl, + const ::rtl::OUString& _rFactory ); void appendExportFilters( -- cgit