summaryrefslogtreecommitdiff
path: root/rsc/inc/rscrsc.hxx
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2001-11-06 16:54:36 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2001-11-06 16:54:36 +0000
commit6f14fa2a6799e4e2611f342784fca32cb42fcf07 (patch)
tree94207030ed9adf58672a5a4c0a7f452f713e9f7a /rsc/inc/rscrsc.hxx
parent1776c1d01f083b5870254a85f82db5379f8c16f3 (diff)
#94297# add -lip switch
Diffstat (limited to 'rsc/inc/rscrsc.hxx')
-rw-r--r--rsc/inc/rscrsc.hxx11
1 files changed, 6 insertions, 5 deletions
diff --git a/rsc/inc/rscrsc.hxx b/rsc/inc/rscrsc.hxx
index e1f1ba18443e..d3f28ae81146 100644
--- a/rsc/inc/rscrsc.hxx
+++ b/rsc/inc/rscrsc.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rscrsc.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: pl $ $Date: 2001-11-06 14:02:05 $
+ * last change: $Author: hjs $ $Date: 2001-11-06 17:54:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -108,9 +108,10 @@ public:
struct OutputFile
{
- LanguageType nLangTypeId; // Globale Sprachtyp
- CharSet nSourceCharSet; // Welcher Quellzeichensatz
- ByteString aOutputRc; // Name der Rc-Ausgabedatei
+ LanguageType nLangTypeId; // language type
+ CharSet nSourceCharSet; // source text encoding
+ ByteString aOutputRc; // target file
+ ByteString aLangSearchPath; // language specific search path
OutputFile() :
nLangTypeId( LANGUAGE_DONTKNOW ),