summaryrefslogtreecommitdiff
path: root/rsc
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2001-07-13 11:22:18 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2001-07-13 11:22:18 +0000
commitd32da029385fb45e03953fb0d1ef1e40ac91b128 (patch)
tree9f771110542a0f17c7dae1859074b63a783438f7 /rsc
parent9900e33ccec8c71edaa8cac48d9ff42f3a9e95e3 (diff)
language EXTERN
Diffstat (limited to 'rsc')
-rw-r--r--rsc/source/parser/rscibas.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/rsc/source/parser/rscibas.cxx b/rsc/source/parser/rscibas.cxx
index 0032cb78fb66..10a925328ed8 100644
--- a/rsc/source/parser/rscibas.cxx
+++ b/rsc/source/parser/rscibas.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rscibas.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:42:55 $
+ * last change: $Author: hjs $ $Date: 2001-07-13 12:22:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -126,7 +126,7 @@ RscEnum * RscTypCont::InitLangType()
SETCONST( &aLangType, "LANGUAGE_USER6", LANGUAGE_USER6 );
SETCONST( &aLangType, "LANGUAGE_USER7", LANGUAGE_USER7 );
SETCONST( &aLangType, "LANGUAGE_USER8", LANGUAGE_USER8 );
- SETCONST( &aLangType, "LANGUAGE_USER9", LANGUAGE_USER9 );
+ SETCONST( &aLangType, "EXTERN", LANGUAGE_USER9 );
return( &aLangType );
}