INTEGRATION: CWS geordi2q01 (1.6.24); FILE MERGED

2003/08/18 13:36:35 hr 1.6.24.1: #i18350#: join changes from CWS ooo11rc3
This commit is contained in:
Hans-Joachim Lankenau 2003-08-18 13:33:46 +00:00
parent b0b2b67954
commit 3c1af4c0b3

View file

@ -2,9 +2,9 @@
*
* $RCSfile: xrmmerge.cxx,v $
*
* $Revision: 1.6 $
* $Revision: 1.7 $
*
* last change: $Author: hr $ $Date: 2003-06-13 11:41:07 $
* last change: $Author: hjs $ $Date: 2003-08-18 14:33:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -487,9 +487,9 @@ void XRMResParser::ConvertStringToDBFormat( ByteString &rString )
do {
sResult = rString;
rString.EraseLeadingChars( _LF );
rString.EraseLeadingChars( ' ' );
// rString.EraseLeadingChars( ' ' );
rString.EraseLeadingChars( '\t' );
rString.EraseTrailingChars( ' ' );
// rString.EraseTrailingChars( ' ' );
rString.EraseTrailingChars( '\t' );
} while ( sResult != rString );