sw/source/core/undo/unredln.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 700326062a7851caba9424cb451d5ea48c7f2f96 Author: Andrea Gelmini <[email protected]> AuthorDate: Mon Oct 6 16:03:29 2025 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Tue Oct 7 10:47:57 2025 +0200 Fix typo Change-Id: Ia062bea5bfc33875ae1516653171215af7c23de2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/191967 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/sw/source/core/undo/unredln.cxx b/sw/source/core/undo/unredln.cxx index cbdd4562c65f..f9081c5d2fb4 100644 --- a/sw/source/core/undo/unredln.cxx +++ b/sw/source/core/undo/unredln.cxx @@ -468,7 +468,7 @@ void SwUndoRedlineSort::SetSaveRange( const SwPaM& rRange ) } SwUndoAcceptRedline::SwUndoAcceptRedline( const SwPaM& rRange, sal_Int8 nDepth /* = 0 */, bool bDirect ) - : SwUndoRedline( SwUndoId::ACCEPT_REDLINE, rRange, nDepth, /*bHierarhical=*/false, bDirect ) + : SwUndoRedline( SwUndoId::ACCEPT_REDLINE, rRange, nDepth, /*bHierarchical=*/false, bDirect ) { }
