summaryrefslogtreecommitdiff
path: root/rsc
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-01-04 14:59:46 +0000
committerOliver Bolte <obo@openoffice.org>2008-01-04 14:59:46 +0000
commit40266b80843dc952743b7a767b575dd952bd467b (patch)
treea946b2f4f7beb12e90f09f226490ae1a62389683 /rsc
parentf4494a73711e0a37b04cd0ba743b8638be7146f9 (diff)
INTEGRATION: CWS rsclangvar (1.8.44); FILE MERGED
2007/11/05 15:04:06 pl 1.8.44.1: #i79665# parse on the fly languages
Diffstat (limited to 'rsc')
-rw-r--r--rsc/source/res/rscconst.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/rsc/source/res/rscconst.cxx b/rsc/source/res/rscconst.cxx
index 58a9aad3f165..9dd4b86ad0d8 100644
--- a/rsc/source/res/rscconst.cxx
+++ b/rsc/source/res/rscconst.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: rscconst.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 16:01:55 $
+ * last change: $Author: obo $ $Date: 2008-01-04 15:59:46 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -419,6 +419,7 @@ ERRTYPE RscEnum::WriteRc( const RSCINST & rInst, RscWriteRc & aMem,
}
RscLangEnum::RscLangEnum()
- : RscEnum( pHS->getID( "LangEnum" ), RSC_NOTYPE )
+ : RscEnum( pHS->getID( "LangEnum" ), RSC_NOTYPE ),
+ mnLangId( 0x400 )
{
}