diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-02-14 10:43:36 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-02-14 10:43:36 +0000 |
commit | fb72dec3f62533209ce9d095baf2dbd61c669571 (patch) | |
tree | 5ae340bb3610f2687b75588ab06bf35c19cd9bc8 /transex3 | |
parent | 153d7a1c04e0a04c0086b796031970a38df570f2 (diff) |
INTEGRATION: CWS babelfish06 (1.11.14); FILE MERGED
2005/01/28 17:27:13 ihi 1.11.14.1: #i41371# german list strings fix
Diffstat (limited to 'transex3')
-rw-r--r-- | transex3/inc/export.hxx | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/transex3/inc/export.hxx b/transex3/inc/export.hxx index cbf5b0521214..c57bc0661255 100644 --- a/transex3/inc/export.hxx +++ b/transex3/inc/export.hxx @@ -2,9 +2,9 @@ * * $RCSfile: export.hxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: rt $ $Date: 2004-11-18 08:15:49 $ + * last change: $Author: hr $ $Date: 2005-02-14 11:43:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -375,8 +375,9 @@ private: bool PairedListFallback( ByteString& sText , ResData& aResData ); - ByteString GetPairedListID( const ByteString& sText ); - ByteString GetPairedListString( const ByteString& sText ); + ByteString GetPairedListID ( const ByteString& sText ); + ByteString GetPairedListString ( const ByteString& sText ); + ByteString Export::StripList ( const ByteString& sText ); void UnmergeUTF8( ByteString& sOrig ); void InsertListEntry( const ByteString &rText, const ByteString &rLine ); |