diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-06-19 13:35:57 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-06-19 13:35:57 +0000 |
commit | 882e33d6067bc4f6a3e40a7a73c4163ebdfb79e5 (patch) | |
tree | c76db98c864c661b5fecebcf11eb61b21051e0d7 /automation/source/app | |
parent | f7910c1fd086e07dd19bede13d7c359a6c6ac781 (diff) |
INTEGRATION: CWS gh14 (1.7.46); FILE MERGED
2007/05/25 11:33:38 gh 1.7.46.1: #i76946# parent not set anymore -> crash
Diffstat (limited to 'automation/source/app')
-rw-r--r-- | automation/source/app/testbasi.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/automation/source/app/testbasi.cxx b/automation/source/app/testbasi.cxx index 673a6f1ffbe0..1ad66a0ae778 100644 --- a/automation/source/app/testbasi.cxx +++ b/automation/source/app/testbasi.cxx @@ -4,9 +4,9 @@ * * $RCSfile: testbasi.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: obo $ $Date: 2006-09-17 00:33:35 $ + * last change: $Author: kz $ $Date: 2007-06-19 14:35:57 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -48,7 +48,7 @@ //#include "app.hxx" //#include "basic.hrc" //#include "appbased.hxx" -#define P_FEHLERLISTE ((TestToolObj*)pTestObject)->GetFehlerListe() +#define P_FEHLERLISTE TestToolObj::pFehlerListe //#include "status.hxx" //#include "basic.hrc" |