INTEGRATION: CWS mergebuild (1.6.46); FILE MERGED
2004/06/03 08:29:50 hjs 1.6.46.4: #i8252# resync problems 2004/05/30 13:36:53 hjs 1.6.46.3: RESYNC: (1.6-1.7); FILE MERGED 2004/01/21 14:57:40 pl 1.6.46.2: #110286# fallback resources, move to iso codes 2003/12/08 14:46:39 hjs 1.6.46.1: #i8252# fixed commandline problem; generic ids
This commit is contained in:
parent
83630fb56b
commit
f6105bb1b9
1 changed files with 3 additions and 8 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: rscrsc.hxx,v $
|
||||
*
|
||||
* $Revision: 1.7 $
|
||||
* $Revision: 1.8 $
|
||||
*
|
||||
* last change: $Author: rt $ $Date: 2004-05-21 13:58:58 $
|
||||
* last change: $Author: hjs $ $Date: 2004-06-26 20:24:42 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -110,17 +110,12 @@ public:
|
|||
|
||||
struct OutputFile
|
||||
{
|
||||
LanguageType nLangTypeId; // language type
|
||||
ByteString aLangName; // language name
|
||||
CharSet nSourceCharSet; // source text encoding
|
||||
ByteString aOutputRc; // target file
|
||||
ByteString aLangSearchPath; // language specific search path
|
||||
::std::list< ByteString > aSysSearchDirs; // pathes to search for images
|
||||
|
||||
OutputFile() :
|
||||
nLangTypeId( LANGUAGE_DONTKNOW ),
|
||||
nSourceCharSet( RTL_TEXTENCODING_ASCII_US )
|
||||
{}
|
||||
OutputFile() {}
|
||||
};
|
||||
|
||||
std::list<OutputFile> m_aOutputFiles;
|
||||
|
|
Loading…
Reference in a new issue