summaryrefslogtreecommitdiff
path: root/rsc
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2004-06-26 19:24:42 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2004-06-26 19:24:42 +0000
commitf6105bb1b9e6e337593c2660d2b500e6db16cc6e (patch)
tree2538083966f39590b142319f7b95985784750e54 /rsc
parent83630fb56bf439fb5b1fe3cf074f121299e0bd95 (diff)
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
Diffstat (limited to 'rsc')
-rw-r--r--rsc/inc/rscrsc.hxx11
1 files changed, 3 insertions, 8 deletions
diff --git a/rsc/inc/rscrsc.hxx b/rsc/inc/rscrsc.hxx
index d66d218b1f39..f880f5d77faf 100644
--- a/rsc/inc/rscrsc.hxx
+++ b/rsc/inc/rscrsc.hxx
@@ -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;