summaryrefslogtreecommitdiff
path: root/automation
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-01-19 16:52:15 +0000
committerKurt Zenker <kz@openoffice.org>2004-01-19 16:52:15 +0000
commitbeec6c3fd48fd391c4823da7a490c2eca76455a8 (patch)
treef6d92a5454ae693615f05a0e96d4ea2991573890 /automation
parent620139116d7d35419249ea5a89d23c3dd465c987 (diff)
INTEGRATION: CWS gh5 (1.3.48); FILE MERGED
2003/12/08 16:17:21 gh 1.3.48.1: #i22675#new commands getError/WarningList
Diffstat (limited to 'automation')
-rw-r--r--automation/source/inc/testapp.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/automation/source/inc/testapp.hxx b/automation/source/inc/testapp.hxx
index 00dbec7d1adb..9060757bfcc0 100644
--- a/automation/source/inc/testapp.hxx
+++ b/automation/source/inc/testapp.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: testapp.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: hr $ $Date: 2003-03-18 16:03:47 $
+ * last change: $Author: kz $ $Date: 2004-01-19 17:52:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -126,6 +126,7 @@ private:
xub_StrLen PreCompilePart( String &aSource, xub_StrLen nStart, xub_StrLen nEnd, String aFinalErrorLabel, USHORT &nLabelCount );
void PreCompileDispatchParts( String &aSource, String aStart, String aEnd, String aFinalLable );
public:
+ String GetRevision(String const &aSourceIn); // find Revision in the sourcecode
String PreCompile(String const &aSourceIn); // try catch; testcase endcase ..
BOOL WasPrecompilerError(); // True wenn beim letzten Precompile ein Fehler auftrat
void SFX_NOTIFY( SfxBroadcaster&, const TypeId&, const SfxHint& rHint, const TypeId& );