summaryrefslogtreecommitdiff
path: root/automation/source/inc
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
commit1b9c3b722aa934d1679ad9707b88d8a270481e5b (patch)
treeaafe2ae150883b5941a841c7cfbb91f01d02ce0d /automation/source/inc
parent9a07a91aba690fb320fbde6c803b9ca8aea88886 (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/source/inc')
-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 e8978f5e6..f3d801c33 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& );