summaryrefslogtreecommitdiff
path: root/fpicker/source/office/asyncfilepicker.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/office/asyncfilepicker.hxx')
-rw-r--r--fpicker/source/office/asyncfilepicker.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/fpicker/source/office/asyncfilepicker.hxx b/fpicker/source/office/asyncfilepicker.hxx
index ef4f84121480..981cc5263b75 100644
--- a/fpicker/source/office/asyncfilepicker.hxx
+++ b/fpicker/source/office/asyncfilepicker.hxx
@@ -30,9 +30,6 @@
class SvtFileView;
class SvtFileDialog_Base;
-typedef css::uno::Sequence< OUString > OUStringList;
-
-
namespace svt
{
@@ -79,7 +76,7 @@ namespace svt
const OUString& _rFilter,
sal_Int32 _nMinTimeout,
sal_Int32 _nMaxTimeout,
- const OUStringList& rBlackList = OUStringList() );
+ const css::uno::Sequence< OUString >& rBlackList = css::uno::Sequence< OUString >() );
/// cancels the running action
void cancel();