sc/source/ui/unoobj/viewuno.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a1c7ff92d2d2299644ae082a152a0878417102b1
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Jun 18 20:54:31 2024 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Jun 19 08:41:52 2024 +0200

    Fix typo
    
    Change-Id: I77229760404a8739755508a5991d00ce0ceed8d5
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169158
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/sc/source/ui/unoobj/viewuno.cxx b/sc/source/ui/unoobj/viewuno.cxx
index 59e70aae0cfe..ab3e5748bd45 100644
--- a/sc/source/ui/unoobj/viewuno.cxx
+++ b/sc/source/ui/unoobj/viewuno.cxx
@@ -977,7 +977,7 @@ uno::Any SAL_CALL ScTabViewObj::getSelectionFromString( 
const OUString& aStrRang
 
     rtl::Reference<ScCellRangesBase> pObj = new ScCellRangesObj(pDocSh, 
*aRangeList);
 
-    // SetCursorOnly tells the range the specific cells selected are irelevant 
- maybe could rename?
+    // SetCursorOnly tells the range the specific cells selected are 
irrelevant - maybe could rename?
     pObj->SetCursorOnly(true);
 
     return 
uno::Any(uno::Reference<uno::XInterface>(static_cast<cppu::OWeakObject*>(pObj.get())));

Reply via email to