summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/filedlgimpl.hxx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2011-11-30 16:08:21 +0100
committerMichael Stahl <mstahl@redhat.com>2011-12-03 00:48:12 +0100
commit1274babb68e9dc09747ac54ea19421af839db92a (patch)
tree424dec72286ce76ea8d778b5e2cd5fac7822b6c6 /sfx2/source/dialog/filedlgimpl.hxx
parente913083ed0db342f161b40a153c8af7ada6b4acc (diff)
sfx2::FileDialogHelper: remove use of WB_OPEN
This can really be derived from the dialog type, don't duplicate it.
Diffstat (limited to 'sfx2/source/dialog/filedlgimpl.hxx')
-rw-r--r--sfx2/source/dialog/filedlgimpl.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sfx2/source/dialog/filedlgimpl.hxx b/sfx2/source/dialog/filedlgimpl.hxx
index 6b6b66d64c46..8d0ddcb2ca55 100644
--- a/sfx2/source/dialog/filedlgimpl.hxx
+++ b/sfx2/source/dialog/filedlgimpl.hxx
@@ -112,8 +112,7 @@ namespace sfx2
sal_Bool mbSelectionFltrEnabled : 1;
private:
- void addFilters( sal_Int64 nFlags,
- const String& rFactory,
+ void addFilters( const String& rFactory,
SfxFilterFlags nMust,
SfxFilterFlags nDont );
void addFilter( const ::rtl::OUString& rFilterName,