diff options
Diffstat (limited to 'svx/source/dialog/imapdlg.cxx')
-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 ) ); |