summaryrefslogtreecommitdiff
path: root/drawinglayer/source
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-04-04 19:17:38 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-04-05 07:08:14 +0200
commitc998228ac79cf07829fe3cd16c048caeea6a680f (patch)
treeaeb974424fe3f5b3bc3336c5fa87ef2c41993727 /drawinglayer/source
parent35d9a2618dc0116378ab795a7b9277d248c5afd4 (diff)
Fix typo
Change-Id: Ie5b9e2a603146dd6bd0e22c80f7cee23ccfd39b2 Reviewed-on: https://gerrit.libreoffice.org/70282 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'drawinglayer/source')
-rw-r--r--drawinglayer/source/processor2d/vclmetafileprocessor2d.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/drawinglayer/source/processor2d/vclmetafileprocessor2d.hxx b/drawinglayer/source/processor2d/vclmetafileprocessor2d.hxx
index 062e9d53d2c7..c5253cd35c24 100644
--- a/drawinglayer/source/processor2d/vclmetafileprocessor2d.hxx
+++ b/drawinglayer/source/processor2d/vclmetafileprocessor2d.hxx
@@ -83,7 +83,7 @@ namespace drawinglayer
/** VclMetafileProcessor2D class
This processor derived from VclProcessor2D is the base class for rendering
- all feeded primitives to a classical VCL-Metafile, including all over the
+ all fed primitives to a classical VCL-Metafile, including all over the
time grown extra data in comments and PDF exception data creations. Also
printing needs some exception stuff.
@@ -175,7 +175,7 @@ namespace drawinglayer
vcl::PDFExtOutDevData* mpPDFExtOutDevData;
// Remember the current OutlineLevel. This is used when tagged PDF export
- // is used to create/write valid structued list entries using PDF statements
+ // is used to create/write valid structured list entries using PDF statements
// like '/L', '/LI', 'LBody' instead of simple '/P' (Paragraph).
// The value -1 means 'no OutlineLevel' and values >= 0 express the level.
sal_Int16 mnCurrentOutlineLevel;