summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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