diff options
Diffstat (limited to 'automation')
-rw-r--r-- | automation/source/testtool/comm_bas.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/automation/source/testtool/comm_bas.hxx b/automation/source/testtool/comm_bas.hxx index 16c874164227..32da48aed9a2 100644 --- a/automation/source/testtool/comm_bas.hxx +++ b/automation/source/testtool/comm_bas.hxx @@ -41,7 +41,7 @@ class CommunicationWrapper : public SbxObject // Einer f�r Manager und Links // Definition eines Tabelleneintrags. Dies wird hier gemacht, // da dadurch die Methoden und Properties als private deklariert // werden koennen. -#if defined ( ICC ) || defined ( C50 ) || defined ( C52 ) +#if defined ( ICC ) || defined ( C50 ) public: #endif typedef void( CommunicationWrapper::*pMeth ) |