summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-08-03 08:56:10 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-08-03 08:56:10 +0000
commita2697937ed61e54a2d2ca4a3a71ef5ea08dca4fd (patch)
tree4f4c70c608d6318fb13e156df90fac041a3daf37 /basic
parent5888277f340b2985d13ca4268b7a84dfc3ec6f25 (diff)
INTEGRATION: CWS ab34 (1.23.6); FILE MERGED
2007/07/24 13:52:24 ab 1.23.6.2: RESYNC: (1.23-1.24); FILE MERGED 2007/06/27 10:22:49 ab 1.23.6.1: #i78144# Make CDate return type date, removed stupid date special handling from cdbl/csng
Diffstat (limited to 'basic')
-rw-r--r--basic/source/runtime/stdobj.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basic/source/runtime/stdobj.cxx b/basic/source/runtime/stdobj.cxx
index 12e10afc0d40..7898effa4de6 100644
--- a/basic/source/runtime/stdobj.cxx
+++ b/basic/source/runtime/stdobj.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: stdobj.cxx,v $
*
- * $Revision: 1.24 $
+ * $Revision: 1.25 $
*
- * last change: $Author: hr $ $Date: 2007-06-27 14:26:41 $
+ * last change: $Author: hr $ $Date: 2007-08-03 09:56:10 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -177,7 +177,7 @@ static Methods aMethods[] = {
{ "CVErr", SbxVARIANT, 1 | _FUNCTION, RTLNAME(CVErr),0 },
{ "expression", SbxVARIANT, 0,NULL,0 },
-{ "Date", SbxSTRING, _LFUNCTION,RTLNAME(Date),0 },
+{ "Date", SbxDATE, _LFUNCTION,RTLNAME(Date),0 },
{ "DateAdd", SbxDATE, 3 | _FUNCTION, RTLNAME(DateAdd),0 },
{ "Interval", SbxSTRING, 0,NULL,0 },
{ "Number", SbxLONG, 0,NULL,0 },