diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 20:40:46 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 20:40:46 +0000 |
commit | 000ce9f369349bd21a3820790d6e104089c40e51 (patch) | |
tree | cfc2475a1dfc87f02b8ea90f855304a12e3f9669 /goodies | |
parent | 8005f70ccac095e3dd2eb460f4b3c84d70592334 (diff) |
INTEGRATION: CWS warnings01 (1.5.28); FILE MERGED
2005/10/28 10:00:35 sj 1.5.28.1: #i55991# warning free code
Diffstat (limited to 'goodies')
-rw-r--r-- | goodies/source/filter.vcl/egif/dlgegif.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/goodies/source/filter.vcl/egif/dlgegif.cxx b/goodies/source/filter.vcl/egif/dlgegif.cxx index 4d820d6a326a..4fe3b50c3281 100644 --- a/goodies/source/filter.vcl/egif/dlgegif.cxx +++ b/goodies/source/filter.vcl/egif/dlgegif.cxx @@ -4,9 +4,9 @@ * * $RCSfile: dlgegif.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-09 02:29:45 $ + * last change: $Author: hr $ $Date: 2006-06-19 21:40:46 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -50,6 +50,7 @@ DlgExportEGIF::DlgExportEGIF( FltCallDialogParameter& rPara ) : ModalDialog ( rPara.pWindow, ResId( DLG_EXPORT_GIF, rPara.pResMgr ) ), + rFltCallPara ( rPara ), aCbxInterlaced ( this, ResId( CBX_INTERLACED ) ), aCbxTranslucent ( this, ResId( CBX_TRANSLUCENT ) ), aGrpMode ( this, ResId( GRP_MODE ) ), @@ -57,8 +58,7 @@ DlgExportEGIF::DlgExportEGIF( FltCallDialogParameter& rPara ) : aBtnOK ( this, ResId( BTN_OK ) ), aBtnCancel ( this, ResId( BTN_CANCEL ) ), aBtnHelp ( this, ResId( BTN_HELP ) ), - pMgr ( rPara.pResMgr ), - rFltCallPara ( rPara ) + pMgr ( rPara.pResMgr ) { FreeResource(); |