summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-15 12:41:12 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-15 12:41:12 +0000
commit3e57887ad1319475b22799df87eae01608df618a (patch)
treef5acecd1f0f56b00dd15a7999d362aff843db16c /svtools
parent84435821dc086f58eae95615cd62bb3a52a47519 (diff)
INTEGRATION: CWS tune01 (1.4.142); FILE MERGED
2003/04/05 14:19:09 mhu 1.4.142.1: #108383# Fixed bmpgui, g2g dependency on SVMain().
Diffstat (limited to 'svtools')
-rw-r--r--svtools/bmpmaker/bmpgui.cxx15
1 files changed, 13 insertions, 2 deletions
diff --git a/svtools/bmpmaker/bmpgui.cxx b/svtools/bmpmaker/bmpgui.cxx
index ec4a1424e5d0..35e6bd2ebd80 100644
--- a/svtools/bmpmaker/bmpgui.cxx
+++ b/svtools/bmpmaker/bmpgui.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: bmpgui.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: ka $ $Date: 2002-10-30 16:27:55 $
+ * last change: $Author: vg $ $Date: 2003-04-15 13:41:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,6 +61,9 @@
#include <stdio.h>
#include <signal.h>
+
+#include <sal/main.h>
+
#include <vcl/svapp.hxx>
#include <vcl/window.hxx>
#include <vcl/wrkwin.hxx>
@@ -436,3 +439,11 @@ IMPL_LINK( BmpApp, Select, Menu*, pMenu )
return 0;
}
+
+BOOL SVMain();
+
+SAL_IMPLEMENT_MAIN()
+{
+ SVMain();
+ return 0;
+}