diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-01-19 16:58:39 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-01-19 16:58:39 +0000 |
commit | f0b939a99b6fc0aae07b210c1c7655a08c6dc04d (patch) | |
tree | 217dd132c248c077c53f3df125b580f47b3d791a /transex3 | |
parent | 5ca67f35bbca860d7e8113a6090c2200b07d8df9 (diff) |
INTEGRATION: CWS gcc41 (1.15.22); FILE MERGED
2005/12/07 15:04:05 pmladek 1.15.22.1: #i58967#
Removed extra qualification to fix build with gcc-4.1
Diffstat (limited to 'transex3')
-rw-r--r-- | transex3/inc/export.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/transex3/inc/export.hxx b/transex3/inc/export.hxx index 8679ca4a8d86..553b036dcfc3 100644 --- a/transex3/inc/export.hxx +++ b/transex3/inc/export.hxx @@ -4,9 +4,9 @@ * * $RCSfile: export.hxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: hr $ $Date: 2005-09-23 14:27:41 $ + * last change: $Author: obo $ $Date: 2006-01-19 17:58:39 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -347,7 +347,7 @@ private: BOOL WriteExportList( ResData *pResData, ExportList *pExportList, const ByteString &rTyp, BOOL bCreateNew = FALSE ); - ByteString Export::MergePairedList( ByteString& sLine , ByteString& sText ); + ByteString MergePairedList( ByteString& sLine , ByteString& sText ); ByteString FullId(); // creates cur. GID @@ -355,7 +355,7 @@ private: ByteString GetPairedListID ( const ByteString& sText ); ByteString GetPairedListString ( const ByteString& sText ); - ByteString Export::StripList ( const ByteString& sText ); + ByteString StripList ( const ByteString& sText ); void UnmergeUTF8( ByteString& sOrig ); void InsertListEntry( const ByteString &rText, const ByteString &rLine ); |