From db52bcfcbc0e11e64587aa6c05373034c861dbf4 Mon Sep 17 00:00:00 2001 From: Babak Mahbod Date: Thu, 21 Jun 2001 01:20:59 +0000 Subject: Modified a private method to compile under Forte's compiler. --- sal/inc/rtl/tres.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sal/inc/rtl/tres.hxx') 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 { //-------------------------------------------------------------------- // - sal_Char *getLogTCSResultStr( const sal_Bool bTestCaseState ) + const sal_Char *getLogTCSResultStr( const sal_Bool bTestCaseState ) { if ( bTestCaseState ) { -- cgit