summaryrefslogtreecommitdiff
path: root/rsc/inc
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-01-04 14:58:44 +0000
committerOliver Bolte <obo@openoffice.org>2008-01-04 14:58:44 +0000
commit1dfd995c217d46a3b8afa1ae3adcaa8a925294c9 (patch)
tree3dad04cfe6d4b319c1cb915e2b459584ec0098bf /rsc/inc
parentaa1ed40ff1fdecd578d7f62f95bc1c8bd695e49b (diff)
INTEGRATION: CWS rsclangvar (1.14.66); FILE MERGED
2007/11/05 15:04:06 pl 1.14.66.1: #i79665# parse on the fly languages
Diffstat (limited to 'rsc/inc')
-rw-r--r--rsc/inc/rscdb.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/rsc/inc/rscdb.hxx b/rsc/inc/rscdb.hxx
index b1b34ef3d90d..f7f11c3f787f 100644
--- a/rsc/inc/rscdb.hxx
+++ b/rsc/inc/rscdb.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: rscdb.hxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: hr $ $Date: 2006-06-20 05:44:30 $
+ * last change: $Author: obo $ $Date: 2008-01-04 15:58:44 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -322,6 +322,8 @@ public:
RscTypCont( RscError *, RSCBYTEORDER_TYPE, const ByteString & rSearchPath, sal_uInt32 nFlags );
~RscTypCont();
+ Atom AddLanguage( const char* );
+
BOOL IsPreload() const
{ return (nFlags & PRELOAD_FLAG) ? TRUE : FALSE; }
BOOL IsSmart() const