summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-05-26 00:04:22 +0200
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2018-05-25 21:13:14 -0500
commita74183cd9bbfa200018743cbe944277a990beb6b (patch)
tree07a241651c06b97110d647eef9441cd5e524204d
parent938ec2597be2e0ad3af2fb99f77de7f87285ad86 (diff)
Fix typo
Change-Id: Ib7e080864f809294a4a6ae78694730fb07120753
-rw-r--r--sc/source/ui/vba/vbarange.cxx6
1 files changed, 3 insertions, 3 deletions
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;