summaryrefslogtreecommitdiff
path: root/rsc
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2004-06-26 19:26:21 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2004-06-26 19:26:21 +0000
commitf39cc693a201ef6a85e0f16703b6a4150424dce1 (patch)
tree5b2e1a5dfad6ad9378938551048b3c9d05451d20 /rsc
parent8dbda68759a0cd15feddaaa702c3988fd255d224 (diff)
INTEGRATION: CWS mergebuild (1.2.68); FILE MERGED
2004/01/21 14:57:47 pl 1.2.68.1: #110286# fallback resources, move to iso codes
Diffstat (limited to 'rsc')
-rw-r--r--rsc/source/res/rscconst.cxx20
1 files changed, 13 insertions, 7 deletions
diff --git a/rsc/source/res/rscconst.cxx b/rsc/source/res/rscconst.cxx
index baca5425b36f..a9dbaf341b33 100644
--- a/rsc/source/res/rscconst.cxx
+++ b/rsc/source/res/rscconst.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rscconst.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2004-06-17 11:52:31 $
+ * last change: $Author: hjs $ $Date: 2004-06-26 20:26:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,17 +61,20 @@
/****************** I N C L U D E S **************************************/
// C and C++ Includes.
-#include <stdlib.h>
-#include <stdio.h>
-#include <string.h>
+#include <cstdlib>
+#include <cstdio>
+#include <cstring>
// Solar Definitionen
#include <tools/solar.h>
-// Programmabhngige Includes.
+// Programmabhaengige Includes.
#ifndef _RSCCONST_HXX
#include <rscconst.hxx>
#endif
+#include <rscall.h>
+#include <rschash.hxx>
+#include <tools/resid.hxx>
/****************** C O D E **********************************************/
/****************** R s c C o n s t **************************************/
@@ -441,4 +444,7 @@ ERRTYPE RscEnum::WriteRc( const RSCINST & rInst, RscWriteRc & aMem,
return( ERR_OK );
}
-
+RscLangEnum::RscLangEnum()
+ : RscEnum( pHS->Insert( "LangEnum" ), RSC_NOTYPE )
+{
+}