From 8c90d7829570bc8aa7998c608d7dec79bc3117dc Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 15 Apr 2003 12:41:23 +0000 Subject: 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(). --- svtools/bmpmaker/g2g.cxx | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'svtools/bmpmaker') 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 #include #include + +#include + #include #include #include @@ -252,3 +255,11 @@ void G2GApp::Main( ) // --------------- G2GApp aApp; + +BOOL SVMain(); + +SAL_IMPLEMENT_MAIN() +{ + SVMain(); + return 0; +} -- cgit v1.2.3