writerfilter/source/dmapper/DomainMapper_Impl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 1d28d0b800543dfcd2347cdd9bfc359ade3194a3 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Fri Dec 1 12:09:01 2023 +0100 Commit: Adolfo Jayme Barrientos <fit...@ubuntu.com> CommitDate: Fri Dec 29 15:13:27 2023 +0100 Fix typo Change-Id: Ie63bad4bd2ab19ed1557ffc8648500c1183692e5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160203 Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fit...@ubuntu.com> diff --git a/writerfilter/source/dmapper/DomainMapper_Impl.cxx b/writerfilter/source/dmapper/DomainMapper_Impl.cxx index e247294a4e52..c2489210d852 100644 --- a/writerfilter/source/dmapper/DomainMapper_Impl.cxx +++ b/writerfilter/source/dmapper/DomainMapper_Impl.cxx @@ -3805,7 +3805,7 @@ void DomainMapper_Impl::PushPageHeaderFooter(PagePartType ePagePartType, PageTyp // Turn on the headers xPageStyle->setPropertyValue(getPropertyName(ePropIsOn), uno::Any(true)); - // Set both sharing left and first to off so we can import the content regardless tha what value + // Set both sharing left and first to off so we can import the content regardless of what value // the "titlePage" or "evenAndOdd" flags are set (which decide what the sharing is set to in the document). xPageStyle->setPropertyValue(getPropertyName(ePropShared), uno::Any(false)); xPageStyle->setPropertyValue(getPropertyName(PROP_FIRST_IS_SHARED), uno::Any(false));