diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-05-11 08:12:23 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-05-11 08:12:23 +0000 |
commit | 1ec933f4b72ae307b89739466eb5e795aad2ec03 (patch) | |
tree | f3b9084c0476e9ceb46d44bc9cbc21808a2d8f62 | |
parent | 94519337cd4e54387977fb256fa4fa78127aa05a (diff) |
INTEGRATION: CWS gh13 (1.5.38); FILE MERGED
2006/12/27 11:40:11 gh 1.5.38.1: check for double questionmark and new switch -e to disable it
-rw-r--r-- | transex3/source/gsicheck.hxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/transex3/source/gsicheck.hxx b/transex3/source/gsicheck.hxx index 9b8c5ee9baa0..924ce9f9a9b1 100644 --- a/transex3/source/gsicheck.hxx +++ b/transex3/source/gsicheck.hxx @@ -2,9 +2,9 @@ * * $RCSfile: gsicheck.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: ihi $ $Date: 2006-08-04 10:24:46 $ + * last change: $Author: kz $ $Date: 2007-05-11 09:12:23 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -108,14 +108,16 @@ private: BOOL bCheckTranslationLang; BOOL bReference; BOOL bAllowKeyIDs; + BOOL bAllowSuspicious; BOOL bHasBlockError; BOOL IsUTF8( const ByteString &aTestee, BOOL bFixTags, USHORT &nErrorPos, ByteString &aErrorMsg, BOOL &bHasBeenFixed, ByteString &aFixed ) const; BOOL TestUTF8( GSILine* pTestee, BOOL bFixTags ); + BOOL HasSuspiciousChars( GSILine* pTestee, GSILine* pSource ); public: - GSIBlock( BOOL PbPrintContext, BOOL bSource, BOOL bTrans, BOOL bRef, BOOL bAllowKID ); + GSIBlock( BOOL PbPrintContext, BOOL bSource, BOOL bTrans, BOOL bRef, BOOL bAllowKID, BOOL bAllowSusp ); ~GSIBlock(); void PrintMessage( ByteString aType, ByteString aMsg, ByteString aPrefix, ByteString aContext, ULONG nLine, ByteString aUniqueId = ByteString() ); void PrintError( ByteString aMsg, ByteString aPrefix, ByteString aContext, ULONG nLine, ByteString aUniqueId = ByteString() ); |