From 02de40905fc515084c29d258c627f07b98c63aaa Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 29 May 2020 15:52:22 +0200 Subject: Fix typo Change-Id: I8af49c9925e7a07702568ec67110bee6493926a2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95150 Tested-by: Jenkins Reviewed-by: Julien Nabet --- xmloff/source/style/PageMasterExportPropMapper.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmloff') 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() -- cgit