diff options
author | Kai Ahrens <ka@openoffice.org> | 2001-11-22 13:26:06 +0000 |
---|---|---|
committer | Kai Ahrens <ka@openoffice.org> | 2001-11-22 13:26:06 +0000 |
commit | e151c136fd935f09c499aa30e3078a15db069d4e (patch) | |
tree | 483edd80445d276ef21365d06eb233d4e18e2489 /svx | |
parent | 047568f5046077703430e55f4443932ab7de9d0f (diff) |
#95070#: use correct switch for save filedialog
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/imapdlg.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/dialog/imapdlg.cxx b/svx/source/dialog/imapdlg.cxx index 60bf0195bc61..00bd0a89c12a 100644 --- a/svx/source/dialog/imapdlg.cxx +++ b/svx/source/dialog/imapdlg.cxx @@ -2,9 +2,9 @@ * * $RCSfile: imapdlg.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: ka $ $Date: 2001-07-30 14:47:55 $ + * last change: $Author: ka $ $Date: 2001-11-22 14:26:06 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -693,7 +693,7 @@ void SvxIMapDlg::DoOpen() BOOL SvxIMapDlg::DoSave() { - sfx2::FileDialogHelper aDlg( FILEOPEN_SIMPLE, 0 ); + sfx2::FileDialogHelper aDlg( FILESAVE_SIMPLE, 0 ); const String aBinFilter( DEFINE_CONST_UNICODE( IMAP_BINARY_FILTER ) ); const String aCERNFilter( DEFINE_CONST_UNICODE( IMAP_CERN_FILTER ) ); |