summaryrefslogtreecommitdiff
path: root/basic/source/runtime/stdobj.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-11-02 10:03:40 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-11-02 10:03:40 +0000
commit385ae77c8032ffe521c36e38bee1de5100f6467f (patch)
treed4117bfe385a1ab90b820763e973c0823acb1408 /basic/source/runtime/stdobj.cxx
parent5a272995ec4d65c8bf8832a98bd3c5f0aee4b05f (diff)
INTEGRATION: CWS ab30 (1.19.30); FILE MERGED
2006/10/17 14:55:32 ab 1.19.30.2: RESYNC: (1.19-1.20); FILE MERGED 2006/09/21 11:07:28 ab 1.19.30.1: #i67610# RTL function returns current state and also can be called without parameter
Diffstat (limited to 'basic/source/runtime/stdobj.cxx')
-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 0269cdd361ef..fd396ad1afb0 100644
--- a/basic/source/runtime/stdobj.cxx
+++ b/basic/source/runtime/stdobj.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: stdobj.cxx,v $
*
- * $Revision: 1.20 $
+ * $Revision: 1.21 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 10:06:10 $
+ * last change: $Author: vg $ $Date: 2006-11-02 11:03:40 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -141,7 +141,7 @@ static Methods aMethods[] = {
{ "CLEAR_TAB", SbxINTEGER, _CPROP, RTLNAME(CLEAR_TAB),0 },
{ "CLng", SbxLONG, 1 | _FUNCTION, RTLNAME(CLng),0 },
{ "expression", SbxVARIANT, 0,NULL,0 },
-{ "CompatibilityMode", SbxNULL, 1 | _FUNCTION, RTLNAME(CompatibilityMode),0},
+{ "CompatibilityMode", SbxBOOL, 1 | _FUNCTION, RTLNAME(CompatibilityMode),0},
{ "bEnable", SbxBOOL, 0,NULL,0 },
{ "ConvertFromUrl", SbxSTRING, 1 | _FUNCTION, RTLNAME(ConvertFromUrl),0 },
{ "Url", SbxSTRING, 0,NULL,0 },