Change-Id: Ie5b9e2a603146dd6bd0e22c80f7cee23ccfd39b2
Reviewed-on: https://gerrit.libreoffice.org/70282
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
Andrea Gelmini 2019-04-04 19:17:38 +00:00 committed by Julien Nabet
parent 35d9a2618d
commit c998228ac7

View File

@ -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;