summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-07-02 09:01:43 +0000
committerRüdiger Timm <rt@openoffice.org>2008-07-02 09:01:43 +0000
commit068fb9fa15bf40e230e579336dbecb119d4123bb (patch)
treec442f88fee42ec5263992e6ff9c72c5a8b41a135
parentcaf4e0f41ccc5f37df3d5b870617ac214312876f (diff)
INTEGRATION: CWS npower10 (1.17.64); FILE MERGED
2008/05/07 07:11:00 pflin 1.17.64.5: RESYNC: (1.17-1.18); FILE MERGED 2008/03/12 06:32:50 pflin 1.17.64.4: Issue number: i85039 Submitted by: pflin Reviewed by: npower, ab Fix some issues found by code review 2008/01/07 06:47:16 pflin 1.17.64.3: Issue number: #i85037# Submitted by: pflin Reviewed by: npower Support the partition function 2008/01/07 06:42:54 pflin 1.17.64.2: Issue number: #i85036# Submitted by: pflin Reviewed by: npower Support strconv function 2008/01/07 06:41:38 pflin 1.17.64.1: Issue number: #i85035# Submitted by: pflin Reviewed by: npower Support replace function
-rw-r--r--basic/source/runtime/rtlproto.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/basic/source/runtime/rtlproto.hxx b/basic/source/runtime/rtlproto.hxx
index 1a6e98c0fb43..d2d385abcfc7 100644
--- a/basic/source/runtime/rtlproto.hxx
+++ b/basic/source/runtime/rtlproto.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: rtlproto.hxx,v $
- * $Revision: 1.18 $
+ * $Revision: 1.19 $
*
* This file is part of OpenOffice.org.
*
@@ -184,6 +184,7 @@ extern RTLFUNC(Log);
extern RTLFUNC(LTrim);
extern RTLFUNC(Mid);
extern RTLFUNC(Oct);
+extern RTLFUNC(Replace);
extern RTLFUNC(Right);
extern RTLFUNC(RTrim);
extern RTLFUNC(RTL);
@@ -342,6 +343,7 @@ extern RTLFUNC(CDateFromIso);
extern RTLFUNC(CompatibilityMode);
extern RTLFUNC(CDec);
+extern RTLFUNC(Partition); // Fong
extern double Now_Impl();
extern void Wait_Impl( bool bDurationBased, SbxArray& rPar );