diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-03-18 16:38:49 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-03-18 16:38:49 +0000 |
commit | a5fec548844474d68132696a26588ac1f5c70fac (patch) | |
tree | 4edda015a3ce69c9c8e6d09fcb285bf5e9fffc47 /sfx2 | |
parent | 6af932fc932cf870f56ce847b104c627bbd00d95 (diff) |
INTEGRATION: CWS tkr11_DEV300 (1.14.80); FILE MERGED
2008/03/03 08:18:29 tkr 1.14.80.2: #154182# new property to set standard dir on open/save dialog
2008/02/28 13:10:51 tkr 1.14.80.1: #154182# new property to set standard dir on open/save dialog
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(); |