[Libreoffice-commits] core.git: xmloff/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Fri May 29 22:08:15 UTC 2020
xmloff/source/style/PageMasterExportPropMapper.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 02de40905fc515084c29d258c627f07b98c63aaa
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri May 29 15:52:22 2020 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat May 30 00:07:34 2020 +0200
Fix typo
Change-Id: I8af49c9925e7a07702568ec67110bee6493926a2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95150
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/xmloff/source/style/PageMasterExportPropMapper.cxx b/xmloff/source/style/PageMasterExportPropMapper.cxx
index 22078b2376a1..f2f08b3a2827 100644
--- a/xmloff/source/style/PageMasterExportPropMapper.cxx
+++ b/xmloff/source/style/PageMasterExportPropMapper.cxx
@@ -348,7 +348,7 @@ void XMLPageMasterExportPropMapper::ContextFilter(
sal_Int16 nPrintId = nContextId & CTF_PM_PRINTMASK;
- // tdf#103602 don't export draw:fill attributes on page-layout-properteis in strict ODF
+ // tdf#103602 don't export draw:fill attributes on page-layout-properties in strict ODF
if (!isDrawingPageExport
&& aPropMapper->GetEntryAPIName(rProp.mnIndex).startsWith("Fill")
&& ((aBackgroundImageExport.GetExport().getSaneDefaultVersion()
More information about the Libreoffice-commits
mailing list