summaryrefslogtreecommitdiff
path: root/vcl/inc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-06-18 22:48:42 +0200
committerJulien Nabet <serval2412@yahoo.fr>2020-06-19 09:06:38 +0200
commit1c07dbe96600d99f55f2d14d79880d1cd24ef017 (patch)
treee5aeecdbfa81060253ed18c4df54888585b4742e /vcl/inc
parent1be82e6ff63dfbbe848255ad9d0458334fbf8eb7 (diff)
Fix typos
Change-Id: I887a86506b700a21b56bbc66d8b3b2e1bcec0da5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96651 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl/inc')
-rw-r--r--vcl/inc/pdf/objectcopier.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/pdf/objectcopier.hxx b/vcl/inc/pdf/objectcopier.hxx
index b99fbb4886b3..5372019a6fe9 100644
--- a/vcl/inc/pdf/objectcopier.hxx
+++ b/vcl/inc/pdf/objectcopier.hxx
@@ -25,7 +25,7 @@ namespace filter
class PDFObjectElement;
}
-/// Copies objects from one PDF file into an other one.
+/// Copies objects from one PDF file into another one.
class VCL_DLLPUBLIC PDFObjectCopier
{
PDFObjectContainer& m_rContainer;