Change-Id: I352ca1bfee42b3dfe49401a4c75fbbb2140d28da
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160204
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
This commit is contained in:
Andrea Gelmini 2023-12-01 12:09:10 +01:00 committed by Tomaž Vajngerl
parent 7bc36867e8
commit 173b40944f

View file

@ -3872,7 +3872,7 @@ void DomainMapper_Impl::prepareHeaderFooterContent(uno::Reference<beans::XProper
m_aHeaderFooterTextAppendStack.push(std::make_pair(TextAppendContext(xTextAppend, xTextCursor), ePagePartType));
}
/** Checks if the header and footer content on the text appennd stack is empty.
/** Checks if the header and footer content on the text appended stack is empty.
*/
void DomainMapper_Impl::checkIfHeaderFooterIsEmpty(PagePartType ePagePartType, PageType eType)
{