diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 20:42:38 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 20:42:38 +0000 |
commit | f30077e2943e8904785ec6b1839e5e0456142420 (patch) | |
tree | 4dc7d6034a4145072b577e3ddeea3aeb8aa27b6f | |
parent | 4dfb329f9a63070c4691b2f6eb2ba5f909c25fe0 (diff) |
INTEGRATION: CWS warnings01 (1.5.28); FILE MERGED
2005/10/28 10:02:06 sj 1.5.28.1: #i55991# warning free code
-rw-r--r-- | goodies/source/filter.vcl/eppm/dlgeppm.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/goodies/source/filter.vcl/eppm/dlgeppm.cxx b/goodies/source/filter.vcl/eppm/dlgeppm.cxx index 785823e2bb08..72458daf4188 100644 --- a/goodies/source/filter.vcl/eppm/dlgeppm.cxx +++ b/goodies/source/filter.vcl/eppm/dlgeppm.cxx @@ -4,9 +4,9 @@ * * $RCSfile: dlgeppm.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-09 02:41:46 $ + * last change: $Author: hr $ $Date: 2006-06-19 21:42:38 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -50,14 +50,14 @@ DlgExportEPPM::DlgExportEPPM( FltCallDialogParameter& rPara ) : ModalDialog ( rPara.pWindow, ResId( DLG_EXPORT_EPPM, rPara.pResMgr ) ), + rFltCallPara ( rPara ), aGrpFormat ( this, ResId( GRP_FORMAT ) ), aRBRaw ( this, ResId( RB_RAW ) ), aRBASCII ( this, ResId( RB_ASCII ) ), aBtnOK ( this, ResId( BTN_OK ) ), aBtnCancel ( this, ResId( BTN_CANCEL ) ), aBtnHelp ( this, ResId( BTN_HELP ) ), - pMgr ( rPara.pResMgr ), - rFltCallPara ( rPara ) + pMgr ( rPara.pResMgr ) { FreeResource(); |