diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-04-29 15:41:33 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-04-29 15:41:33 +0000 |
commit | 90ade33899f5e15a494f3fc97e5b3bca900aaa0e (patch) | |
tree | 2b834e39109675e849491f39b492342b98b4fe59 /sfx2 | |
parent | 401c0358170b761ecfe0bda00ce7a5f913a4e76b (diff) |
INTEGRATION: CWS os12 (1.5.88); FILE MERGED
2004/03/09 12:18:03 as 1.5.88.1: #114059# use new DEFAULTFILTER mechanism
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/dialog/filtergrouping.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
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( |