summaryrefslogtreecommitdiff
path: root/transex3
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2003-08-18 13:33:46 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2003-08-18 13:33:46 +0000
commit3c1af4c0b33c8fee39a9fd7ad8cce6df8ce1ae89 (patch)
tree5847dd698dfd8c1c361b7092353b85f416405934 /transex3
parentb0b2b67954b34c8a5381c3d7e561f862ad73a305 (diff)
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
Diffstat (limited to 'transex3')
-rw-r--r--transex3/source/xrmmerge.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/transex3/source/xrmmerge.cxx b/transex3/source/xrmmerge.cxx
index 4dcbc2c11825..356090acbd33 100644
--- a/transex3/source/xrmmerge.cxx
+++ b/transex3/source/xrmmerge.cxx
@@ -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 );