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 | b92bf2a5b71771df1ab9a8e0dbbe1d1531a2d3c1 (patch) | |
tree | a4bb22c18f034b23e99ef4a1cf75b708654a476c | |
parent | 553131d4f596ad7fa5bd9fff97a75fba28854d8b (diff) |
Modified a private method to compile under Forte's compiler.
-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 6081e96d4..371bd74a0 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 ) { |