summaryrefslogtreecommitdiff
path: root/svtools/bmpmaker
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-15 12:41:23 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-15 12:41:23 +0000
commit8c90d7829570bc8aa7998c608d7dec79bc3117dc (patch)
treeb71e6e735fbd8b9b256bf6937dbc84ee915c9a99 /svtools/bmpmaker
parent3e57887ad1319475b22799df87eae01608df618a (diff)
INTEGRATION: CWS tune01 (1.5.158); FILE MERGED
2003/04/05 14:19:10 mhu 1.5.158.1: #108383# Fixed bmpgui, g2g dependency on SVMain().
Diffstat (limited to 'svtools/bmpmaker')
-rw-r--r--svtools/bmpmaker/g2g.cxx15
1 files changed, 13 insertions, 2 deletions
diff --git a/svtools/bmpmaker/g2g.cxx b/svtools/bmpmaker/g2g.cxx
index c2dbb37efdf0..b33a6d3334d4 100644
--- a/svtools/bmpmaker/g2g.cxx
+++ b/svtools/bmpmaker/g2g.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: g2g.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: hr $ $Date: 2002-02-25 13:49:36 $
+ * last change: $Author: vg $ $Date: 2003-04-15 13:41:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,6 +62,9 @@
#include <stdio.h>
#include <signal.h>
#include <ctype.h>
+
+#include <sal/main.h>
+
#include <tools/fsys.hxx>
#include <tools/stream.hxx>
#include <vcl/svapp.hxx>
@@ -252,3 +255,11 @@ void G2GApp::Main( )
// ---------------
G2GApp aApp;
+
+BOOL SVMain();
+
+SAL_IMPLEMENT_MAIN()
+{
+ SVMain();
+ return 0;
+}