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.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/fpicker/source/office/asyncfilepicker.hxx b/fpicker/source/office/asyncfilepicker.hxx
index 4ec9be11ec31..81a403ac2727 100644
--- a/fpicker/source/office/asyncfilepicker.hxx
+++ b/fpicker/source/office/asyncfilepicker.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -41,13 +41,13 @@
class SvtFileView;
class SvtFileDialog;
-typedef ::com::sun::star::uno::Sequence< ::rtl::OUString > OUStringList;
+typedef ::com::sun::star::uno::Sequence< ::rtl::OUString > OUStringList;
//........................................................................
namespace svt
{
//........................................................................
-
+
//====================================================================
//= AsyncPickerAction
@@ -86,10 +86,10 @@ namespace svt
If smaller than or equal to <arg>_nMinTimeout</arg>, it will be corrected to
<arg>_nMinTimeout</arg> + 30000.
*/
- void execute(
- const String& _rURL,
- const String& _rFilter,
- sal_Int32 _nMinTimeout,
+ void execute(
+ const String& _rURL,
+ const String& _rFilter,
+ sal_Int32 _nMinTimeout,
sal_Int32 _nMaxTimeout,
const OUStringList& rBlackList = OUStringList() );