summaryrefslogtreecommitdiff
path: root/transex3/inc
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-04-29 15:47:32 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-04-29 15:47:32 +0000
commit949063de2c91d5b7e6fd84b9d2f6db6a21dee47c (patch)
tree4f671e2db7185d01f4cb8a21015e642f09c351ea /transex3/inc
parent73d8b0bcfadd7164130a1bf201a7ddcd5e5bf2ec (diff)
INTEGRATION: CWS mergem8 (1.1.54); FILE MERGED
2003/04/07 12:26:39 nf 1.1.54.1: Fixes: #107095# for new ulf file format and #108524# to support x-no-translate
Diffstat (limited to 'transex3/inc')
-rw-r--r--transex3/inc/lngmerge.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/transex3/inc/lngmerge.hxx b/transex3/inc/lngmerge.hxx
index 0e57fb32a30f..cba92aff8b30 100644
--- a/transex3/inc/lngmerge.hxx
+++ b/transex3/inc/lngmerge.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: lngmerge.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: nf $ $Date: 2001-06-26 12:56:08 $
+ * last change: $Author: hr $ $Date: 2003-04-29 16:47:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -81,10 +81,11 @@ private:
LngLineList *pLines;
ByteString sSource;
BOOL bDBIsUTF8;
+ BOOL bULF;
void FillInFallbacks( ByteString *Text );
public:
- LngParser( const ByteString &rLngFile, BOOL bUTF8 );
+ LngParser( const ByteString &rLngFile, BOOL bUTF8, BOOL bULFFormat );
~LngParser();
BOOL CreateSDF( const ByteString &rSDFFile, const ByteString &rPrj, const ByteString &rRoot );