summaryrefslogtreecommitdiff
path: root/svtools/bmpmaker
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-06-16 09:03:06 +0000
committerRüdiger Timm <rt@openoffice.org>2004-06-16 09:03:06 +0000
commit81a66deb3678653a2f1bfec007a8174ad2c509dc (patch)
tree5cc4fa6c931d56bd705fb6d0bf0da315dd1f13e5 /svtools/bmpmaker
parent048e89bb817af82a98e3a69d5a56680d0df774d6 (diff)
INTEGRATION: CWS ooo20040509 (1.7.154); FILE MERGED
2004/05/06 13:54:54 waratah 1.7.154.1: Remove unused variables reorder definitions to match order of class definitions
Diffstat (limited to 'svtools/bmpmaker')
-rw-r--r--svtools/bmpmaker/bmpgui.cxx12
1 files changed, 5 insertions, 7 deletions
diff --git a/svtools/bmpmaker/bmpgui.cxx b/svtools/bmpmaker/bmpgui.cxx
index 194d2cc47d51..8a014843afc5 100644
--- a/svtools/bmpmaker/bmpgui.cxx
+++ b/svtools/bmpmaker/bmpgui.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: bmpgui.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: vg $ $Date: 2004-01-06 19:17:46 $
+ * last change: $Author: rt $ $Date: 2004-06-16 10:03:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -196,6 +196,8 @@ Pathes::Pathes( Window* pParent,
const String& rOutPath,
const USHORT nLang ) :
ModalDialog ( pParent, ResId( DLG_PATH ) ),
+ aBtnOk ( this, ResId( BTN_OK ) ),
+ aBtnCancel ( this, ResId( BTN_CANCEL ) ),
aGrpPath ( this, ResId( GRP_PATH ) ),
aFtSrs ( this, ResId( FT_SRS ) ),
aFtRes ( this, ResId( FT_RES ) ),
@@ -207,9 +209,7 @@ Pathes::Pathes( Window* pParent,
aEdtOut ( this, ResId( EDT_OUT ) ),
aBtnOut ( this, ResId( BTN_OUT ) ),
aGrpLang ( this, ResId( GRP_LANG ) ),
- aLbLang ( this, ResId( LB_LANG ) ),
- aBtnOk ( this, ResId( BTN_OK ) ),
- aBtnCancel ( this, ResId( BTN_CANCEL ) )
+ aLbLang ( this, ResId( LB_LANG ) )
{
FreeResource();
@@ -358,8 +358,6 @@ void BmpApp::Main( )
PopupMenu* pPB = new PopupMenu();
String aLangDir;
String aOutName;
- int nCmdCount = GetCommandLineParamCount();
- USHORT nCurCmd = 0;
Resource::SetResManager( pAppResMgr );