summaryrefslogtreecommitdiff
path: root/rsc
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2004-06-26 19:23:55 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2004-06-26 19:23:55 +0000
commit1c7155cd27abacca76a5cf5fd22ecf971f7cae7c (patch)
tree0656e06ac905548a9abb6a13b2d19bfa5131d109 /rsc
parent12906da7b7638cd81f8a30ee3d2c815aab8a0ece (diff)
INTEGRATION: CWS mergebuild (1.2.68); FILE MERGED
2004/02/06 11:33:33 hjs 1.2.68.2: #i8252# avoid LanguageType for indexing; define valid ISO code in RSC_ISO_LANG 2004/01/21 14:57:38 pl 1.2.68.1: #110286# fallback resources, move to iso codes
Diffstat (limited to 'rsc')
-rw-r--r--rsc/inc/rscconst.hxx16
1 files changed, 14 insertions, 2 deletions
diff --git a/rsc/inc/rscconst.hxx b/rsc/inc/rscconst.hxx
index 39ca482b2abd..272fb62d450a 100644
--- a/rsc/inc/rscconst.hxx
+++ b/rsc/inc/rscconst.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rscconst.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2004-06-17 11:49:07 $
+ * last change: $Author: hjs $ $Date: 2004-06-26 20:23:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -135,4 +135,16 @@ public:
RscTypCont * pTC, USHORT, BOOL bExtra );
};
+class RscNameTable;
+
+USHORT GetLangId( const ByteString& alang);
+
+class RscLangEnum : public RscEnum
+{
+public:
+ RscLangEnum();
+
+ void Init( RscNameTable& rNames );
+};
+
#endif // _RSCCONST_HXX