diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2004-06-26 19:23:44 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2004-06-26 19:23:44 +0000 |
commit | 12906da7b7638cd81f8a30ee3d2c815aab8a0ece (patch) | |
tree | 1c80f8876dcef1078b18f7cfcc8490cffefdc1e3 /rsc | |
parent | 08d1d2f7eb88d899537d689c56ba7107c2b7b734 (diff) |
INTEGRATION: CWS mergebuild (1.2.68); FILE MERGED
2004/01/21 14:57:37 pl 1.2.68.1: #110286# fallback resources, move to iso codes
Diffstat (limited to 'rsc')
-rw-r--r-- | rsc/inc/rscarray.hxx | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/rsc/inc/rscarray.hxx b/rsc/inc/rscarray.hxx index e38102da9e9c..7af83d3a8e2a 100644 --- a/rsc/inc/rscarray.hxx +++ b/rsc/inc/rscarray.hxx @@ -2,9 +2,9 @@ * * $RCSfile: rscarray.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2004-06-17 11:48:40 $ + * last change: $Author: hjs $ $Date: 2004-06-26 20:23:44 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -105,14 +105,11 @@ protected: USHORT nSize; // Groesse der Instanzdaten dieser Klasse // mit Superklassen USHORT nOffInstData;// Offset auf eigen Instanzdaten - USHORT * pWriteTypeValue;// Was soll geschrieben werden - USHORT * pWriteDfltTypeValue; // fallback fuer WriteTypeValue void WriteSrcArray( const RSCINST & rInst, FILE * fOutput, RscTypCont * pTC, USHORT nTab, const char * ); public: RscArray( HASHID nId, USHORT nTypId, - RscTop * pSuper, RscEnum * pTypeClass, - USHORT * pTypeValue, USHORT * pFallBackType ); + RscTop * pSuper, RscEnum * pTypeClass ); ~RscArray(); virtual RSCCLASS_TYPE GetClassType() const; @@ -153,8 +150,7 @@ class RscClassArray : public RscArray { public: RscClassArray( HASHID nId, USHORT nTypId, - RscTop * pSuper, RscEnum * pTypeClass, - USHORT * pTypeValue, USHORT * pFallBackType ); + RscTop * pSuper, RscEnum * pTypeClass ); ~RscClassArray(); virtual void WriteSrcHeader( const RSCINST & rInst, FILE * fOutput, RscTypCont * pTC, USHORT nTab, @@ -171,8 +167,7 @@ class RscLangArray : public RscArray { public: RscLangArray( HASHID nId, USHORT nTypId, - RscTop * pSuper, RscEnum * pTypeClass, - USHORT * pTypeValue, USHORT * pFallBackType ); + RscTop * pSuper, RscEnum * pTypeClass ); virtual RSCCLASS_TYPE GetClassType() const; }; |