summaryrefslogtreecommitdiff
path: root/transex3/inc
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 16:19:24 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 16:19:24 +0000
commitf44448a6351b0fbb9ca48ccfdaa32347dea5c795 (patch)
treebd5c6e208b5f7cb6372f01f32ce0e4962ede3231 /transex3/inc
parenta41abe94f6aa33b83f0a1b6a40618c3d7ec3b7b9 (diff)
INTEGRATION: CWS warnings01 (1.6.16); FILE MERGED
2005/11/07 12:47:06 ihi 1.6.16.1: #i57362# Remove warnings
Diffstat (limited to 'transex3/inc')
-rw-r--r--transex3/inc/lngmerge.hxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/transex3/inc/lngmerge.hxx b/transex3/inc/lngmerge.hxx
index ad0d3095b644..2ade9a662d3b 100644
--- a/transex3/inc/lngmerge.hxx
+++ b/transex3/inc/lngmerge.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: lngmerge.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 14:55:45 $
+ * last change: $Author: hr $ $Date: 2006-06-19 17:19:24 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -35,7 +35,7 @@
// local includes
#include "export.hxx"
-DECLARE_LIST( LngLineList, ByteString * );
+DECLARE_LIST( LngLineList, ByteString * )
#define LNG_OK 0x0000
#define LNG_FILE_NOTFOUND 0x0001
@@ -63,7 +63,8 @@ private:
bool isNextGroup( ByteString &sGroup_out , ByteString &sLine_in);
void ReadLine( const ByteString &sLine_in , ByteStringHashMap &rText_inout );
void WriteSDF( SvFileStream &aSDFStream , ByteStringHashMap &rText_inout ,
- const ByteString &rSDFFile, const ByteString &rPrj ,
+ //const ByteString &rSDFFile,
+ const ByteString &rPrj ,
const ByteString &rRoot , const ByteString &sActFileName , const ByteString &sID );
public:
LngParser( const ByteString &rLngFile, BOOL bUTF8, BOOL bULFFormat, bool bQuiet_in );