[Libreoffice-commits] core.git: Branch 'libreoffice-6-4' - sc/source
Noel Grandin (via logerrit)
logerrit at kemper.freedesktop.org
Tue Apr 14 17:21:00 UTC 2020
sc/source/core/tool/chgtrack.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit f973091959dacd74501606a01099f107d25d8fc7
Author: Noel Grandin <noelgrandin at gmail.com>
AuthorDate: Sat Apr 11 20:21:22 2020 +0200
Commit: Xisco Faulí <xiscofauli at libreoffice.org>
CommitDate: Tue Apr 14 19:20:27 2020 +0200
tdf#131907 Crash: reject/clear formatting
regression from
commit 0ef5c47547bec6319b853326603f3b807407fe78
sc: rowcol: tdf#50916 convert core/tool
Change-Id: Ib8207f60d34e4257fc9a854f4e4d358951e24718
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92062
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
(cherry picked from commit c076b99dd21edae0364cf9319a221a1d6a4bd487)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92170
Reviewed-by: Xisco Faulí <xiscofauli at libreoffice.org>
diff --git a/sc/source/core/tool/chgtrack.cxx b/sc/source/core/tool/chgtrack.cxx
index f9254836a6a3..db490b114f3b 100644
--- a/sc/source/core/tool/chgtrack.cxx
+++ b/sc/source/core/tool/chgtrack.cxx
@@ -2525,7 +2525,7 @@ void ScChangeTrack::AppendOneDeleteRange( const ScRange& rOrgRange,
aTrackRange.aStart.IncTab( -nDz );
aTrackRange.aEnd.IncTab( -nDz );
}
- ScChangeActionDel* pAct = new ScChangeActionDel( pRefDoc, aTrackRange, nDx, nDy,
+ ScChangeActionDel* pAct = new ScChangeActionDel( pDoc, aTrackRange, nDx, nDy,
this );
// TabDelete not Contents; they are in separate columns
if ( !(rOrgRange.aStart.Col() == 0 && rOrgRange.aStart.Row() == 0 &&
More information about the Libreoffice-commits
mailing list