summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbahelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/vba/vbahelper.cxx')
-rw-r--r--sc/source/ui/vba/vbahelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/vba/vbahelper.cxx b/sc/source/ui/vba/vbahelper.cxx
index cba17fa227fe..b9d0bf9f5c00 100644
--- a/sc/source/ui/vba/vbahelper.cxx
+++ b/sc/source/ui/vba/vbahelper.cxx
@@ -561,7 +561,7 @@ ContainerUtilities::FieldInList( const uno::Sequence< OUString >& SearchList, co
for (sal_Int32 i = 0; i < FieldLen; i++)
{
// I wonder why comparing lexicographically is done
- // when its a match is whats interesting?
+ // when it's a match is whats interesting?
//if (SearchList[i].compareTo(SearchString) == 0)
if ( SearchList[i] == SearchString )
{