From 621580eda6361c5a9f949ad7a16691abf632e370 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 7 Aug 2020 16:01:34 +0200 Subject: Fix typos to complete commit cfce486 See: https: //gerrit.libreoffice.org/c/core/+/100172 Change-Id: Iefcf549f23fa27affe7b6254d82eb2fc8ecf283b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100334 Tested-by: Jenkins Reviewed-by: Julien Nabet --- sc/source/core/tool/rangenam.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc') 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 -- cgit