summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorAndreas Bregas <ab@openoffice.org>2002-10-07 06:20:17 +0000
committerAndreas Bregas <ab@openoffice.org>2002-10-07 06:20:17 +0000
commit4f78c3585d2159daa49a22d543fe201e8c035d1c (patch)
treeeb2eb216156cb8b2a8d18c44018b68255d3ac720 /basic
parent22cf68c302db29b2fb5e8b879e36c796ee8232d5 (diff)
#89483# New commands Join and Split
Diffstat (limited to 'basic')
-rw-r--r--basic/source/runtime/rtlproto.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/basic/source/runtime/rtlproto.hxx b/basic/source/runtime/rtlproto.hxx
index 3b8b4b23f873..060f2906296e 100644
--- a/basic/source/runtime/rtlproto.hxx
+++ b/basic/source/runtime/rtlproto.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rtlproto.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: ab $ $Date: 2002-08-12 09:00:48 $
+ * last change: $Author: ab $ $Date: 2002-10-07 07:20:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -207,6 +207,7 @@ extern RTLFUNC(Fix);
extern RTLFUNC(Hex);
extern RTLFUNC(InStr);
extern RTLFUNC(Int);
+extern RTLFUNC(Join);
extern RTLFUNC(LCase);
extern RTLFUNC(Left);
extern RTLFUNC(Log);
@@ -217,6 +218,7 @@ extern RTLFUNC(Right);
extern RTLFUNC(RTrim);
extern RTLFUNC(Sgn);
extern RTLFUNC(Space);
+extern RTLFUNC(Split);
extern RTLFUNC(Sqr);
extern RTLFUNC(Str);
extern RTLFUNC(StrComp);