[Libreoffice-commits] core.git: sc/source

Andrea Gelmini andrea.gelmini at gelma.net
Sat May 26 02:13:56 UTC 2018


 sc/source/ui/vba/vbarange.cxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit a74183cd9bbfa200018743cbe944277a990beb6b
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Sat May 26 00:04:22 2018 +0200

    Fix typo
    
    Change-Id: Ib7e080864f809294a4a6ae78694730fb07120753

diff --git a/sc/source/ui/vba/vbarange.cxx b/sc/source/ui/vba/vbarange.cxx
index 9d2b78693fee..acfc39dd4e60 100644
--- a/sc/source/ui/vba/vbarange.cxx
+++ b/sc/source/ui/vba/vbarange.cxx
@@ -605,9 +605,9 @@ typedef ::std::vector< CellPos > vCellPos;
 
 // #FIXME - QUICK
 // we could probably could and should modify CellsEnumeration below
-// to handle rows and columns ( but I do this separately for now
-// and.. this class only handles singe areas ( does it have to handle
-// multi area ranges?? )
+// to handle rows and columns (but I do this separately for now
+// and... this class only handles single areas (does it have to handle
+// multi area ranges??)
 class ColumnsRowEnumeration: public CellsEnumeration_BASE
 {
     uno::Reference< excel::XRange > mxRange;


More information about the Libreoffice-commits mailing list