diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-01-19 16:58:57 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-01-19 16:58:57 +0000 |
commit | 2ce1b82e580ae6b041cad9b52c6c97dc88608c67 (patch) | |
tree | 2c4eaa1a3d740e4720542dc05a676aba99af252f /transex3/inc | |
parent | f0b939a99b6fc0aae07b210c1c7655a08c6dc04d (diff) |
INTEGRATION: CWS gcc41 (1.3.30); FILE MERGED
2005/12/07 15:04:05 pmladek 1.3.30.1: #i58967#
Removed extra qualification to fix build with gcc-4.1
Diffstat (limited to 'transex3/inc')
-rw-r--r-- | transex3/inc/helpmerge.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/transex3/inc/helpmerge.hxx b/transex3/inc/helpmerge.hxx index 6b118951f23e..70eb3169ac57 100644 --- a/transex3/inc/helpmerge.hxx +++ b/transex3/inc/helpmerge.hxx @@ -4,9 +4,9 @@ * * $RCSfile: helpmerge.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-09 14:55:29 $ + * last change: $Author: obo $ $Date: 2006-01-19 17:58:57 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -77,8 +77,8 @@ public: bool Merge( const ByteString &rSDFFile, const ByteString &rPathX , const ByteString &rPathY , bool bISO ); private: - ByteString HelpParser::GetOutpath( const ByteString& rPathX , const ByteString& sCur , const ByteString& rPathY ); + ByteString GetOutpath( const ByteString& rPathX , const ByteString& sCur , const ByteString& rPathY ); void Process( LangHashMap* aLangHM , ByteString& sCur , ResData *pResData , MergeDataFile& aMergeDataFile ); void ProcessHelp( LangHashMap* aLangHM , ByteString& sCur , ResData *pResData , MergeDataFile& aMergeDataFile ); - void HelpParser::MakeDir( const ByteString& sPath ); + void MakeDir( const ByteString& sPath ); }; |