diff options
author | Babak Mahbod <bmahbod@openoffice.org> | 2001-06-21 01:20:59 +0000 |
---|---|---|
committer | Babak Mahbod <bmahbod@openoffice.org> | 2001-06-21 01:20:59 +0000 |
commit | db52bcfcbc0e11e64587aa6c05373034c861dbf4 (patch) | |
tree | a79f13397340b9acb34b7877c199de364ba8ceba /sal/inc/rtl/tres.hxx | |
parent | 84b2e6ea1bfd29ee63e6805b063a062e50307580 (diff) |
Modified a private method to compile under Forte's compiler.
Diffstat (limited to 'sal/inc/rtl/tres.hxx')
-rw-r--r-- | sal/inc/rtl/tres.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sal/inc/rtl/tres.hxx b/sal/inc/rtl/tres.hxx index 81883019e693..a34fa7d893f4 100644 --- a/sal/inc/rtl/tres.hxx +++ b/sal/inc/rtl/tres.hxx @@ -2,9 +2,9 @@ * * $RCSfile: tres.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: bmahbod $ $Date: 2001-06-21 01:43:56 $ + * last change: $Author: bmahbod $ $Date: 2001-06-21 02:20:59 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -159,7 +159,7 @@ class TestResult { //-------------------------------------------------------------------- // <method_getLogTCSResultStr> - sal_Char *getLogTCSResultStr( const sal_Bool bTestCaseState ) + const sal_Char *getLogTCSResultStr( const sal_Bool bTestCaseState ) { if ( bTestCaseState ) { |