Fix typo
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:
parent
7bc36867e8
commit
173b40944f
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue