summaryrefslogtreecommitdiff
path: root/basic/source/sbx/sbxvalue.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/sbx/sbxvalue.cxx')
-rw-r--r--basic/source/sbx/sbxvalue.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/basic/source/sbx/sbxvalue.cxx b/basic/source/sbx/sbxvalue.cxx
index dc4c77788aba..f0ea5d13d0f3 100644
--- a/basic/source/sbx/sbxvalue.cxx
+++ b/basic/source/sbx/sbxvalue.cxx
@@ -578,7 +578,7 @@ sal_Bool SbxValue::Put( const SbxValues& rVal )
// Method to execute a pretreatment of the strings at special types.
// In particular necessary for BASIC-IDE, so that
// the output in the Watch-Window can be writen back with PutStringExt,
-// if Float were declared with ',' as the decimal seperator or BOOl
+// if Float were declared with ',' as the decimal separator or BOOl
// explicit with "TRUE" or "FALSE".
// Implementation in ImpConvStringExt (SBXSCAN.CXX)
sal_Bool SbxValue::PutStringExt( const OUString& r )
@@ -715,7 +715,7 @@ sal_Bool SbxValue::IsFixed() const
// A variable is numeric, if it is EMPTY or realy numeric
// or if it contains a complete convertible String
-// #41692, implement it for RTL and Basic-Core seperably
+// #41692, implement it for RTL and Basic-Core separately
sal_Bool SbxValue::IsNumeric() const
{
return ImpIsNumeric( /*bOnlyIntntl*/false );