diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-26 15:47:36 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-26 15:47:36 +0000 |
commit | 13692b2c78d8c0fe197279fbff35a60d84a41734 (patch) | |
tree | ab5052d43e29de8cae0aaac317a0a7f590f94238 | |
parent | 6a5de94f3d295da38fa9557b4cca0f922795e6fe (diff) |
INTEGRATION: CWS tkr06 (1.12.98); FILE MERGED
2007/10/30 09:39:01 jsc 1.12.98.1: #i83075# new var for dialog configuration
-rw-r--r-- | sfx2/source/dialog/filedlgimpl.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sfx2/source/dialog/filedlgimpl.hxx b/sfx2/source/dialog/filedlgimpl.hxx index 4446b13a798c..87078c238a1e 100644 --- a/sfx2/source/dialog/filedlgimpl.hxx +++ b/sfx2/source/dialog/filedlgimpl.hxx @@ -4,9 +4,9 @@ * * $RCSfile: filedlgimpl.hxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: ihi $ $Date: 2007-11-19 16:32:06 $ + * last change: $Author: ihi $ $Date: 2007-11-26 16:47:36 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -219,6 +219,7 @@ namespace sfx2 FileDialogHelper* _pAntiImpl, const short nDialogType, sal_Int64 nFlags, + sal_Int16 nDialog = SFX2_IMPL_DIALOG_CONFIG, Window* _pPreferredParentWindow = NULL ); virtual ~FileDialogHelper_Impl(); |