diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-05-29 15:52:22 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-05-30 00:07:34 +0200 |
commit | 02de40905fc515084c29d258c627f07b98c63aaa (patch) | |
tree | 5f1bb1dbdcca7485c15c5dd6ff502d36f6a77583 /xmloff | |
parent | ad46c30506fbb9cdbf51310b48401ec37bdc8b8a (diff) |
Fix typo
Change-Id: I8af49c9925e7a07702568ec67110bee6493926a2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95150
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/style/PageMasterExportPropMapper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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() |