summaryrefslogtreecommitdiff
path: root/automation
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-01-19 16:52:01 +0000
committerKurt Zenker <kz@openoffice.org>2004-01-19 16:52:01 +0000
commit620139116d7d35419249ea5a89d23c3dd465c987 (patch)
tree6fa70b3a3e66d4fea3790111a18bf165807250a3 /automation
parent5f9fbff95f358cf1024106e803a0a5d94665e40d (diff)
INTEGRATION: CWS gh5 (1.2.48); FILE MERGED
2003/12/08 16:17:15 gh 1.2.48.1: #i22675#new commands getError/WarningList
Diffstat (limited to 'automation')
-rw-r--r--automation/source/app/testbasi.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/automation/source/app/testbasi.cxx b/automation/source/app/testbasi.cxx
index 7cfc2df38012..a0df2bea84f1 100644
--- a/automation/source/app/testbasi.cxx
+++ b/automation/source/app/testbasi.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: testbasi.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hr $ $Date: 2003-03-18 16:03:45 $
+ * last change: $Author: kz $ $Date: 2004-01-19 17:52:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -153,6 +153,7 @@ IMPL_LINK( TTBasic, CErrorImpl, ErrorEntry*, pData )
BOOL TTBasic::Compile( SbModule* p )
{
+ p->SetComment( ((TestToolObj*)pTestObject)->GetRevision(p->GetSource()) );
SbModule* pOldModule = GetCompileModule();
SetCompileModule( p );
p->SetSource( ((TestToolObj*)pTestObject)->PreCompile(p->GetSource()) );