summaryrefslogtreecommitdiff
path: root/rsc/inc/rscconst.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-01-04 14:58:26 +0000
committerOliver Bolte <obo@openoffice.org>2008-01-04 14:58:26 +0000
commitaa1ed40ff1fdecd578d7f62f95bc1c8bd695e49b (patch)
treea50dfe97771c507582d37c5dbf659749ecd5aedf /rsc/inc/rscconst.hxx
parent73e4b71dc929c7b5c3f0859ab8a6da3ecf284c1b (diff)
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
Diffstat (limited to 'rsc/inc/rscconst.hxx')
-rw-r--r--rsc/inc/rscconst.hxx7
1 files changed, 5 insertions, 2 deletions
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