From aa1ed40ff1fdecd578d7f62f95bc1c8bd695e49b Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Fri, 4 Jan 2008 14:58:26 +0000 Subject: INTEGRATION: CWS rsclangvar (1.6.90); FILE MERGED 2007/11/05 15:04:06 pl 1.6.90.1: #i79665# parse on the fly languages --- rsc/inc/rscconst.hxx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'rsc/inc/rscconst.hxx') diff --git a/rsc/inc/rscconst.hxx b/rsc/inc/rscconst.hxx index 811abe0ac446..98c8181bc583 100644 --- a/rsc/inc/rscconst.hxx +++ b/rsc/inc/rscconst.hxx @@ -4,9 +4,9 @@ * * $RCSfile: rscconst.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2005-09-08 13:30:21 $ + * last change: $Author: obo $ $Date: 2008-01-04 15:58:26 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -114,10 +114,13 @@ sal_uInt32 GetLangId( const ByteString& alang); class RscLangEnum : public RscEnum { + long mnLangId; public: RscLangEnum(); void Init( RscNameTable& rNames ); + + Atom AddLanguage( const char* pLang, RscNameTable& rNames ); }; #endif // _RSCCONST_HXX -- cgit