summaryrefslogtreecommitdiff
path: root/basic/source/sbx/sbxarray.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/sbx/sbxarray.cxx')
-rw-r--r--basic/source/sbx/sbxarray.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/sbx/sbxarray.cxx b/basic/source/sbx/sbxarray.cxx
index 1b7054f2d9f7..f8bbafbc64fd 100644
--- a/basic/source/sbx/sbxarray.cxx
+++ b/basic/source/sbx/sbxarray.cxx
@@ -338,7 +338,7 @@ void SbxArray::Merge( SbxArray* p )
}
// Search of an element by his name and type. If an element is an object,
-// it will also be scanned..
+// it will also be scanned...
SbxVariable* SbxArray::Find( const OUString& rName, SbxClassType t )
{