From 603181c824f5fe0addaa46b99bfe9041dc9330c3 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Thu, 26 Oct 2000 13:47:00 +0000 Subject: #65293#: add C52 --- basic/source/app/processw.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'basic/source/app/processw.hxx') diff --git a/basic/source/app/processw.hxx b/basic/source/app/processw.hxx index ea1bff65605a..afad24a3df49 100644 --- a/basic/source/app/processw.hxx +++ b/basic/source/app/processw.hxx @@ -2,9 +2,9 @@ * * $RCSfile: processw.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:12:09 $ + * last change: $Author: hr $ $Date: 2000-10-26 14:47:00 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -78,7 +78,7 @@ class ProcessWrapper : public SbxObject // Definition eines Tabelleneintrags. Dies wird hier gemacht, // da dadurch die Methoden und Properties als private deklariert // werden koennen. -#if defined ( ICC ) || defined ( HPUX ) || defined ( C50 ) +#if defined ( ICC ) || defined ( HPUX ) || defined ( C50 ) || defined ( C52 ) public: #endif typedef void( ProcessWrapper::*pMeth ) -- cgit