diff options
author | Frank Meies <fme@openoffice.org> | 2001-08-16 08:18:20 +0000 |
---|---|---|
committer | Frank Meies <fme@openoffice.org> | 2001-08-16 08:18:20 +0000 |
commit | a6c526b790d5dcc2ac393f24f878b8df22072269 (patch) | |
tree | 5562196e573363b52e094a09752c892a7c69bf6c /starmath/inc/applicat.hxx | |
parent | c2ada2f20ca6f34b188166017911e489c720bd32 (diff) |
Fix #90760#: Removed VCL defines
Diffstat (limited to 'starmath/inc/applicat.hxx')
-rw-r--r-- | starmath/inc/applicat.hxx | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/starmath/inc/applicat.hxx b/starmath/inc/applicat.hxx index 9ee212c51741..c4d712823433 100644 --- a/starmath/inc/applicat.hxx +++ b/starmath/inc/applicat.hxx @@ -2,9 +2,9 @@ * * $RCSfile: applicat.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: tl $ $Date: 2001-05-16 13:24:52 $ + * last change: $Author: fme $ $Date: 2001-08-16 09:14:25 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -131,19 +131,11 @@ protected: virtual void OpenClients(); // initialization / deinitialization -#ifndef VCL - virtual void Init(int nArgs, char* pArgs[]); -#else virtual void Init(); -#endif virtual void Exit(); public: -#ifndef VCL - void Main(int nArgc, char* pArgv[]); -#else void Main(); -#endif SmApplicat() : SfxApplication("iso") |