summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;