diff options
author | Andreas Bregas <ab@openoffice.org> | 2002-11-22 13:33:44 +0000 |
---|---|---|
committer | Andreas Bregas <ab@openoffice.org> | 2002-11-22 13:33:44 +0000 |
commit | f263988fa9d05d3239e861eb8c6d851d88be47de (patch) | |
tree | f8dcaa2238d9a50f411a4c5b9b6e54fb2ebe7bff /basic/source/runtime/stdobj.cxx | |
parent | 21448132e08004eac27a745de98f2ea38439ffad (diff) |
#105268# Changed initial type of Null property
Diffstat (limited to 'basic/source/runtime/stdobj.cxx')
-rw-r--r-- | basic/source/runtime/stdobj.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/basic/source/runtime/stdobj.cxx b/basic/source/runtime/stdobj.cxx index 48438a09c59a..890d146d5a30 100644 --- a/basic/source/runtime/stdobj.cxx +++ b/basic/source/runtime/stdobj.cxx @@ -2,9 +2,9 @@ * * $RCSfile: stdobj.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: ab $ $Date: 2002-11-18 08:37:32 $ + * last change: $Author: ab $ $Date: 2002-11-22 14:33:44 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -414,7 +414,7 @@ static Methods aMethods[] = { { "Nothing", SbxOBJECT, _CPROP, RTLNAME(Nothing) }, { "Now", SbxDATE, _FUNCTION, RTLNAME(Now) }, -{ "Null", SbxOBJECT, _CPROP, RTLNAME(Null) }, +{ "Null", SbxNULL, _CPROP, RTLNAME(Null) }, { "Oct", SbxSTRING, 1 | _FUNCTION, RTLNAME(Oct) }, { "number", SbxLONG }, { "Pi", SbxDOUBLE, _CPROP, RTLNAME(PI) }, |