summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/filtergrouping.hxx
diff options
context:
space:
mode:
authorCarsten Driesner <cd@openoffice.org>2002-08-26 06:58:28 +0000
committerCarsten Driesner <cd@openoffice.org>2002-08-26 06:58:28 +0000
commit8c59d7fb0635a1755c4164e19f97ca93e6f03f6b (patch)
tree97b70b7ac9f02514c684ed112874621dfc975366 /sfx2/source/dialog/filtergrouping.hxx
parentfaebfd2b8c6daf830843b75dfee02479b83acdda (diff)
#101559# Display export filters in new order
Diffstat (limited to 'sfx2/source/dialog/filtergrouping.hxx')
-rw-r--r--sfx2/source/dialog/filtergrouping.hxx13
1 files changed, 11 insertions, 2 deletions
diff --git a/sfx2/source/dialog/filtergrouping.hxx b/sfx2/source/dialog/filtergrouping.hxx
index e5b19d5ed58a..cf80c5215838 100644
--- a/sfx2/source/dialog/filtergrouping.hxx
+++ b/sfx2/source/dialog/filtergrouping.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: filtergrouping.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: pb $ $Date: 2002-08-20 09:22:52 $
+ * last change: $Author: cd $ $Date: 2002-08-26 07:58:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -83,6 +83,12 @@ namespace sfx2
::rtl::OUString& /* [out] */ _rFirstNonEmpty
);
+ void appendExportFilters(
+ SfxFilterMatcherIter& _rFilterMatcher,
+ const ::com::sun::star::uno::Reference< ::com::sun::star::ui::dialogs::XFilterManager >& _rFilterManager,
+ ::rtl::OUString& /* [out] */ _rFirstNonEmpty
+ );
+
//--------------------------------------------------------------------
/** adds the given filters to the filter manager.
<p>To be used when opening generic files.</p>
@@ -112,6 +118,9 @@ namespace sfx2
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.2 2002/08/20 09:22:52 pb
+ * fix: #92788# show extensions of filter
+ *
* Revision 1.1 2001/10/01 16:32:37 fs
* initial checkin - helpers for grouping and classifying filters in the file open dialog
*