diff options
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/dialog/filedlgimpl.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sfx2/source/dialog/filedlgimpl.hxx b/sfx2/source/dialog/filedlgimpl.hxx index 87078c238a1e..bfe8180ea6b6 100644 --- a/sfx2/source/dialog/filedlgimpl.hxx +++ b/sfx2/source/dialog/filedlgimpl.hxx @@ -4,9 +4,9 @@ * * $RCSfile: filedlgimpl.hxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: ihi $ $Date: 2007-11-26 16:47:36 $ + * last change: $Author: vg $ $Date: 2008-03-18 17:38:49 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -220,7 +220,8 @@ namespace sfx2 const short nDialogType, sal_Int64 nFlags, sal_Int16 nDialog = SFX2_IMPL_DIALOG_CONFIG, - Window* _pPreferredParentWindow = NULL + Window* _pPreferredParentWindow = NULL, + const String& sStandardDir = String::CreateFromAscii( "" ) ); virtual ~FileDialogHelper_Impl(); |