summaryrefslogtreecommitdiffstats
path: root/filter
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-04-14 14:49:44 +0200
committerJulien Nabet <serval2412@yahoo.fr>2021-04-14 18:58:39 +0200
commit0da9ed723c713fd327dcc4225ffdddae9ad10939 (patch)
tree023fbe170ebdcfcebaec1304b4679352840a9952 /filter
parentSkBlendMode::kDifference causes AMD/Linux driver instability (diff)
downloadcore-0da9ed723c713fd327dcc4225ffdddae9ad10939.tar.gz
core-0da9ed723c713fd327dcc4225ffdddae9ad10939.zip
Fix typos
Change-Id: I93008d534b9b677ed131e4302e5df4391db4cafd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114090 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'filter')
-rw-r--r--filter/source/pdf/pdfexport.cxx2
1 files changed, 1 insertions, 1 deletions
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();