summaryrefslogtreecommitdiff
path: root/basic/source/runtime/stdobj.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-11-02 15:33:49 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-11-02 15:33:49 +0000
commit13c7a2c0e2b8f8f1f9334199602b9c68808503d2 (patch)
treeec1e82ed970828733b8b7abdbae57edcb48e3074 /basic/source/runtime/stdobj.cxx
parentc126a86d90047eb73b562f6cd47c8f3c8179595a (diff)
INTEGRATION: CWS npower4 (1.20.12); FILE MERGED
2006/10/25 12:02:07 npower 1.20.12.1: #i64882# create a new timer function rather than re-use the existing one
Diffstat (limited to 'basic/source/runtime/stdobj.cxx')
-rw-r--r--basic/source/runtime/stdobj.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/basic/source/runtime/stdobj.cxx b/basic/source/runtime/stdobj.cxx
index fd396ad1afb0..522f30a59f79 100644
--- a/basic/source/runtime/stdobj.cxx
+++ b/basic/source/runtime/stdobj.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: stdobj.cxx,v $
*
- * $Revision: 1.21 $
+ * $Revision: 1.22 $
*
- * last change: $Author: vg $ $Date: 2006-11-02 11:03:40 $
+ * last change: $Author: vg $ $Date: 2006-11-02 16:33:49 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -593,6 +593,9 @@ static Methods aMethods[] = {
{ "Wait", SbxNULL, 1 | _FUNCTION, RTLNAME(Wait),0 },
{ "Milliseconds", SbxLONG, 0,NULL,0 },
+//#i64882#
+{ "WaitUntil", SbxNULL, 1 | _FUNCTION, RTLNAME(WaitUntil),0 },
+ { "Date", SbxDOUBLE, 0,NULL,0 },
{ "Weekday", SbxINTEGER, 2 | _FUNCTION, RTLNAME(Weekday),0 },
{ "Date", SbxDATE, 0,NULL,0 },
{ "Firstdayofweek", SbxINTEGER, _OPT, NULL,0 },