summaryrefslogtreecommitdiff
path: root/svtools/bmpmaker/bmp.cxx
diff options
context:
space:
mode:
authorPatrick Luby <pluby@openoffice.org>2001-01-11 22:54:53 +0000
committerPatrick Luby <pluby@openoffice.org>2001-01-11 22:54:53 +0000
commit6229560ec58efea75cc322bdc4406d84e8ca32dd (patch)
treeaee1139129833d203b9854cbdcf0aa82aca3bec1 /svtools/bmpmaker/bmp.cxx
parent6a7b5ebeeb49882cb3af21cb26c79a62e06af094 (diff)
Removed MACOSX #ifdef's now that vcl implementation can support this code
Diffstat (limited to 'svtools/bmpmaker/bmp.cxx')
-rw-r--r--svtools/bmpmaker/bmp.cxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/svtools/bmpmaker/bmp.cxx b/svtools/bmpmaker/bmp.cxx
index c5ceef08ab64..889afe9e6390 100644
--- a/svtools/bmpmaker/bmp.cxx
+++ b/svtools/bmpmaker/bmp.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: bmp.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: hjs $ $Date: 2000-10-12 13:43:55 $
+ * last change: $Author: pluby $ $Date: 2001-01-11 23:54:53 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -280,8 +280,6 @@ void BmpApp::Main( )
// Param3: output directory
// Param4: Langugage dependent directory
-// We need to stub out code Mac OS X until the vcl code is working
-#ifndef MACOSX
if( nCmdCount >= 3 )
{
const String aSrsName( GetCommandLineParam( nCurCmd++ ) );
@@ -336,7 +334,6 @@ void BmpApp::Main( )
Execute();
delete pBmpWin;
}
-#endif /* MACOSX */
Resource::SetResManager( NULL );
delete pAppResMgr;