From 3cb8d6c454aeda1503de015a0bec3996f68ca233 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Thu, 1 Nov 2007 13:57:09 +0000 Subject: INTEGRATION: CWS dba24b (1.14.66); FILE MERGED 2007/09/04 21:12:25 fs 1.14.66.1: cosmetics --- forms/source/inc/frm_strings.hxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'forms/source/inc/frm_strings.hxx') diff --git a/forms/source/inc/frm_strings.hxx b/forms/source/inc/frm_strings.hxx index d6a00ea4c2ff..ee81dce77388 100644 --- a/forms/source/inc/frm_strings.hxx +++ b/forms/source/inc/frm_strings.hxx @@ -4,9 +4,9 @@ * * $RCSfile: frm_strings.hxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: rt $ $Date: 2006-12-01 16:55:11 $ + * last change: $Author: hr $ $Date: 2007-11-01 14:57:09 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -53,8 +53,8 @@ namespace frm const sal_Char* ascii; sal_Int32 length; - inline operator const ::rtl::OUString () const; - inline operator const sal_Char* () const { return ascii; } + inline operator ::rtl::OUString () const; + inline operator const sal_Char* () const { return ascii; } inline ConstAsciiString(const sal_Char* _pAsciiZeroTerminated, const sal_Int32 _nLength); inline ~ConstAsciiString(); @@ -79,7 +79,7 @@ namespace frm } //------------------------------------------------------------ - inline ConstAsciiString::operator const ::rtl::OUString () const + inline ConstAsciiString::operator ::rtl::OUString () const { if ( !ustring ) ustring = new ::rtl::OUString( ascii, length, RTL_TEXTENCODING_ASCII_US ); -- cgit