sc/source/ui/view/gridwin.cxx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-)
New commits: commit f574430f936c2a132f83661ca9e69680ddda42d3 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Fri Dec 10 15:53:15 2021 +0100 Commit: Eike Rathke <er...@redhat.com> CommitDate: Wed Feb 16 14:09:25 2022 +0100 Fix typos Change-Id: I3e1e3d214b465f071e57b2e9d349c38aa15657af Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126639 Tested-by: Jenkins Reviewed-by: Eike Rathke <er...@redhat.com> diff --git a/sc/source/ui/view/gridwin.cxx b/sc/source/ui/view/gridwin.cxx index e05466660c8c..cba63146bab4 100644 --- a/sc/source/ui/view/gridwin.cxx +++ b/sc/source/ui/view/gridwin.cxx @@ -3250,12 +3250,12 @@ void ScGridWindow::Command( const CommandEvent& rCEvt ) if ( !bEdit ) { - // Edit cell with spelling errors ? - // tdf#127341 the formally used GetEditUrl(aPosPixel) addiionally - // to bSpellError acivated EditMode here for right-click on URL - // which prevents the regular contex-menu from appearing. Since this - // is more expeced than the context-menu for editing an URL I removed - // this. If this was wanted and can be argued his migh be re-acivated. + // Edit cell with spelling errors? + // tdf#127341 the formally used GetEditUrl(aPosPixel) additionally + // to bSpellError activated EditMode here for right-click on URL + // which prevents the regular context-menu from appearing. Since this + // is more expected than the context-menu for editing an URL, I removed + // this. If this was wanted and can be argued it might be re-activated. // For now, reduce to spelling errors - as the original comment above // suggests. if (bMouse && bSpellError) @@ -5291,7 +5291,7 @@ bool ScGridWindow::HitRangeFinder( const Point& rMouse, RfCorner& rCorner, static void lcl_PaintOneRange( ScDocShell* pDocSh, const ScRange& rRange, sal_uInt16 nEdges ) { - // the range is always properly orientated + // the range is always properly oriented SCCOL nCol1 = rRange.aStart.Col(); SCROW nRow1 = rRange.aStart.Row();