From 0da9ed723c713fd327dcc4225ffdddae9ad10939 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 14 Apr 2021 14:49:44 +0200 Subject: Fix typos Change-Id: I93008d534b9b677ed131e4302e5df4391db4cafd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114090 Tested-by: Jenkins Reviewed-by: Julien Nabet --- filter/source/pdf/pdfexport.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'filter') diff --git a/filter/source/pdf/pdfexport.cxx b/filter/source/pdf/pdfexport.cxx index 87cd58578db7..f0b1c74cbc62 100644 --- a/filter/source/pdf/pdfexport.cxx +++ b/filter/source/pdf/pdfexport.cxx @@ -1080,7 +1080,7 @@ void PDFExport::ImplExportPage( vcl::PDFWriter& rWriter, vcl::PDFExtOutDevData& false, true, mbReduceImageResolution ); // tdf#134736 if the metafile was replaced then rPDFExtOutDevData's PageSyncData mActions // all still point to MetaAction indexes in the original metafile that are now invalid. - // Throw them all way in the absence of a way to reposition them to new positions of + // Throw them all away in the absence of a way to reposition them to new positions of // their replacements. if (aCtx.m_bTransparenciesWereRemoved) rPDFExtOutDevData.ResetSyncData(); -- cgit