diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-01 13:57:09 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-01 13:57:09 +0000 |
commit | 3cb8d6c454aeda1503de015a0bec3996f68ca233 (patch) | |
tree | 18acaf56da56141ac6f5f0086f06e18111e8c255 /forms | |
parent | 564b910650c3c3c8bad1a6b2d673f7fe173c09f2 (diff) |
INTEGRATION: CWS dba24b (1.14.66); FILE MERGED
2007/09/04 21:12:25 fs 1.14.66.1: cosmetics
Diffstat (limited to 'forms')
-rw-r--r-- | forms/source/inc/frm_strings.hxx | 10 |
1 files changed, 5 insertions, 5 deletions
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 ); |