diff options
author | Gene Anaya <ganaya@openoffice.org> | 2001-05-04 03:29:27 +0000 |
---|---|---|
committer | Gene Anaya <ganaya@openoffice.org> | 2001-05-04 03:29:27 +0000 |
commit | 2ecebd4efc1beee86abf08398c1f0c046e545f7b (patch) | |
tree | 34ca7207d91d40ecb8efe6a058fea849f69c4b99 /soltools/testSHL | |
parent | 87e60c2953946459215807fe8d1738dda84fac8f (diff) |
*** empty log message ***
Diffstat (limited to 'soltools/testSHL')
-rw-r--r-- | soltools/testSHL/inc/tlog.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/soltools/testSHL/inc/tlog.hxx b/soltools/testSHL/inc/tlog.hxx index e522dfd107f6..d7f2f0025383 100644 --- a/soltools/testSHL/inc/tlog.hxx +++ b/soltools/testSHL/inc/tlog.hxx @@ -2,9 +2,9 @@ * * $RCSfile: tlog.hxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: sz $ $Date: 2001-04-12 10:55:26 $ + * last change: $Author: ganaya $ $Date: 2001-05-04 04:29:27 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -125,7 +125,7 @@ public: ::osl::FileBase::RC open( sal_Bool append = sal_False ); ::osl::FileBase::RC close(); - ::osl::FileBase::RC writeRes( ::rtl::tRes& oRes, sal_Bool v = sal_False , + ::osl::FileBase::RC writeRes( ::rtl::TestResult& oRes, sal_Bool v = sal_False , sal_Bool xml = sal_False ); // write methods without (default) or with echo on display |