summaryrefslogtreecommitdiff
path: root/wizards/source/tools/Strings.xba
diff options
context:
space:
mode:
authorBehrend Cornelius <bc@openoffice.org>2001-11-14 17:38:23 +0000
committerBehrend Cornelius <bc@openoffice.org>2001-11-14 17:38:23 +0000
commitfe054c912734a1c3dc544020c39e319ea53777fd (patch)
tree93131132efe4e26e8c8df4828c13571db23fe695 /wizards/source/tools/Strings.xba
parentdd8b809ba857c67efdef98990aa250f4f649ab40 (diff)
#94577# CheckSheetName Routine improved
Diffstat (limited to 'wizards/source/tools/Strings.xba')
-rw-r--r--wizards/source/tools/Strings.xba2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/source/tools/Strings.xba b/wizards/source/tools/Strings.xba
index daf35db5a..601ab7404 100644
--- a/wizards/source/tools/Strings.xba
+++ b/wizards/source/tools/Strings.xba
@@ -455,7 +455,7 @@ End Function
Function CheckDouble(DoubleString as String)
On Local Error Goto WRONGDATATYPE
- CheckDouble() = CDbl(DoubleString)
+ CheckDouble() = CDbl(DoubleString)
WRONGDATATYPE:
If Err &lt;&gt; 0 Then
CheckDouble() = 0