summaryrefslogtreecommitdiff
path: root/vcl/inc/pdf
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-11-03 19:45:42 +0100
committerJulien Nabet <serval2412@yahoo.fr>2020-11-04 21:17:05 +0100
commitb3d8784cfd74e30bf2f1482cce25efec2b2f7c56 (patch)
treeb076bf7ab852e5759d28887936841e88137ea21a /vcl/inc/pdf
parent6dac288c724b47f4213a40d3a3a22895904e5bd7 (diff)
Fix typos
Change-Id: If310f08c8df54356b52bb9c0ac614c374c750814 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105268 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl/inc/pdf')
-rw-r--r--vcl/inc/pdf/ExternalPDFStreams.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/pdf/ExternalPDFStreams.hxx b/vcl/inc/pdf/ExternalPDFStreams.hxx
index 3a9ea38bc9db..ab3d057bd83c 100644
--- a/vcl/inc/pdf/ExternalPDFStreams.hxx
+++ b/vcl/inc/pdf/ExternalPDFStreams.hxx
@@ -24,7 +24,7 @@ namespace vcl
// A external PDF stream, which stores the PDF stream data as byte array.
// This struct is also responsible to parsing the stream as a PDFDocument,
// and store its instance for the life-cycle of the struct, so that it
-// reused to avoid unneccesary parsing.
+// reused to avoid unnecessary parsing.
struct VCL_DLLPUBLIC ExternalPDFStream
{
std::vector<sal_uInt8> maData;
@@ -51,7 +51,7 @@ struct VCL_DLLPUBLIC ExternalPDFStream
}
};
-// Class to manage external PDF streams, for the de-duplication purpuse.
+// Class to manage external PDF streams, for the de-duplication purpose.
class VCL_DLLPUBLIC ExternalPDFStreams
{
private: