summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/tool/rangenam.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/tool/rangenam.cxx b/sc/source/core/tool/rangenam.cxx
index 1c54fd09ac25..f96cdbe0dec6 100644
--- a/sc/source/core/tool/rangenam.cxx
+++ b/sc/source/core/tool/rangenam.cxx
@@ -455,7 +455,7 @@ void ScRangeData::MakeValidName( const ScDocument* pDoc, OUString& rName )
aAddr.Parse(rName, pDoc, details) != ScRefFlags::ZERO)
{
// Range Parse is partially valid also with invalid sheet name,
- // Address Parse dito, during compile name would generate a #REF!
+ // Address Parse ditto, during compile name would generate a #REF!
if ( rName.indexOf( '.' ) != -1 )
rName = rName.replaceFirst( ".", "_" );
else