diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-09-23 13:27:41 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-09-23 13:27:41 +0000 |
commit | a7e1db21cc10ebdf92b1ef711a67905beb79d7a1 (patch) | |
tree | f866adc7457839116963402377e5cb08bc1f803d /transex3/inc | |
parent | f98287ab3a18921b25399b414c8f46025e042f0a (diff) |
INTEGRATION: CWS encup (1.12.10); FILE MERGED
2005/07/04 19:22:47 ihi 1.12.10.2: RESYNC: (1.12-1.13); FILE MERGED
2005/05/12 17:38:11 ihi 1.12.10.1: #i39452# Allow merging of source languages
Diffstat (limited to 'transex3/inc')
-rw-r--r-- | transex3/inc/export.hxx | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/transex3/inc/export.hxx b/transex3/inc/export.hxx index b6cef3d0d229..8679ca4a8d86 100644 --- a/transex3/inc/export.hxx +++ b/transex3/inc/export.hxx @@ -4,9 +4,9 @@ * * $RCSfile: export.hxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: rt $ $Date: 2005-09-09 14:55:13 $ + * last change: $Author: hr $ $Date: 2005-09-23 14:27:41 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -36,6 +36,8 @@ #ifndef _EXPORT_HXX #define _EXPORT_HXX +// #define MERGE_SOURCE_LANGUAGES <- To merge en-US and de resource + #include <tools/string.hxx> #include <tools/list.hxx> #include <tools/stream.hxx> @@ -293,7 +295,6 @@ private: static bool isInitialized; - public: ParserQueue* pParseQueue; // public ? static ByteString sLanguages; // public ? @@ -316,6 +317,8 @@ public: static ByteString GetIsoLangByIndex( USHORT nIndex ); static void QuotHTML( ByteString &rString ); static void UnquotHTML( ByteString &rString ); + + static bool isAllowed( ByteString &sLanguage ); static bool isMergingGermanAllowed( const ByteString& rPrj ); static bool LanguageAllowed( const ByteString &nLanguage ); |