sc/source/core/tool/chgtrack.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c076b99dd21edae0364cf9319a221a1d6a4bd487
Author:     Noel Grandin <noelgran...@gmail.com>
AuthorDate: Sat Apr 11 20:21:22 2020 +0200
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Sat Apr 11 21:23:08 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.gran...@collabora.co.uk>

diff --git a/sc/source/core/tool/chgtrack.cxx b/sc/source/core/tool/chgtrack.cxx
index 0b9f18ec3779..a29e21d244c0 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 &&
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to