diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2000-10-26 13:47:00 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2000-10-26 13:47:00 +0000 |
commit | 603181c824f5fe0addaa46b99bfe9041dc9330c3 (patch) | |
tree | f2c5255905eb62206a9b9594c3db1d3a518640ac /basic/source/app/processw.hxx | |
parent | cd73ea067cf61869c64aaee5dced2fd06c03427e (diff) |
#65293#: add C52
Diffstat (limited to 'basic/source/app/processw.hxx')
-rw-r--r-- | basic/source/app/processw.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
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 ) |