summaryrefslogtreecommitdiff
path: root/sc/source/core/data/refupdatecontext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/data/refupdatecontext.cxx')
-rw-r--r--sc/source/core/data/refupdatecontext.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/data/refupdatecontext.cxx b/sc/source/core/data/refupdatecontext.cxx
index 4addc5e0b09f..ea1f8e5484ee 100644
--- a/sc/source/core/data/refupdatecontext.cxx
+++ b/sc/source/core/data/refupdatecontext.cxx
@@ -16,7 +16,7 @@ namespace sc {
void UpdatedRangeNames::setUpdatedName(SCTAB nTab, sal_uInt16 nIndex)
{
// Map anything <-1 to global names. Unless we really want to come up with
- // some classification there..
+ // some classification there...
if (nTab < -1)
nTab = -1;