summaryrefslogtreecommitdiff
path: root/automation
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-06-19 13:36:10 +0000
committerKurt Zenker <kz@openoffice.org>2007-06-19 13:36:10 +0000
commitab14828403ccc2bbc6ea637be0209faab9ebb7f3 (patch)
tree34bf0ee1d053a6c23551fa206380a3a6410725f0 /automation
parent882e33d6067bc4f6a3e40a7a73c4163ebdfb79e5 (diff)
INTEGRATION: CWS gh14 (1.10.66); FILE MERGED
2007/05/25 11:33:39 gh 1.10.66.1: #i76946# parent not set anymore -> crash
Diffstat (limited to 'automation')
-rw-r--r--automation/source/inc/testapp.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/automation/source/inc/testapp.hxx b/automation/source/inc/testapp.hxx
index a42e9ee4e3f8..0e541b68a0a2 100644
--- a/automation/source/inc/testapp.hxx
+++ b/automation/source/inc/testapp.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: testapp.hxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: hr $ $Date: 2006-06-20 00:21:06 $
+ * last change: $Author: kz $ $Date: 2007-06-19 14:36:10 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -131,15 +131,13 @@ public:
private:
ImplTestToolObj *pImpl; // Alles was von der Implementation abhngt
- CErrors* const GetFehlerListe() { return pFehlerListe; }
- BOOL bQuietErrors; // Wenn Control in pControls nicht gefunden kein Programmabbruch
+ static CErrors* const GetFehlerListe() { return pFehlerListe; }
BOOL bUseIPC;
Link aLogHdl; // Zum Logen der Fehlermeldungen im Testtool
Link aWinInfoHdl; // Anzeigen der Windows/Controls der zu testenden App
Link aModuleWinExistsHdl; // Prft ob das Modul schon im Editor geladen ist
Link aCErrorHdl; // Melden von Compilererror
Link aWriteStringHdl; // Schreiben von text (e.g. MakroRecorder)
- CErrors *pFehlerListe; // Hier werden die Fehler des Testtools gespeichert
BOOL bReturnOK; // Bricht WaitForAnswer ab
CRevNames *pShortNames; // Aktuell verwendete Controls, zur gewinnung des Namens aus Fehlermeldung
ULONG nSequence; // Sequence um Antwort und Anfrage zu syncronisieren
@@ -202,6 +200,8 @@ private:
static ControlDefLoad const arR_Cmds[];
static CNames *pRCommands;
+ static CErrors *pFehlerListe; // Hier werden die Fehler des Testtools gespeichert
+
};
#endif