summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--basctl/source/basicide/moduldl2.cxx11
1 files changed, 6 insertions, 5 deletions
diff --git a/basctl/source/basicide/moduldl2.cxx b/basctl/source/basicide/moduldl2.cxx
index c1b76c5ea91f..14f2fcee178a 100644
--- a/basctl/source/basicide/moduldl2.cxx
+++ b/basctl/source/basicide/moduldl2.cxx
@@ -477,11 +477,12 @@ IMPL_LINK_NOARG(ExportDialog, OkButtonHandler)
}
ExportDialog::ExportDialog( Window * pParent )
- : ModalDialog( pParent, IDEResId( RID_DLG_EXPORT ) ),
- maExportAsPackageButton( this, IDEResId( RB_EXPORTASPACKAGE ) ),
- maExportAsBasicButton( this, IDEResId( RB_EXPORTASBASIC ) ),
- maOKButton( this, IDEResId( RID_PB_OK ) ),
- maCancelButton( this, IDEResId( RID_PB_CANCEL ) )
+ : ModalDialog( pParent, IDEResId( RID_DLG_EXPORT ) )
+ , maExportAsPackageButton( this, IDEResId( RB_EXPORTASPACKAGE ) )
+ , maExportAsBasicButton( this, IDEResId( RB_EXPORTASBASIC ) )
+ , maOKButton( this, IDEResId( RID_PB_OK ) )
+ , maCancelButton( this, IDEResId( RID_PB_CANCEL ) )
+ , mbExportAsPackage(false)
{
FreeResource();
maExportAsPackageButton.Check();