[Libreoffice-commits] core.git: drawinglayer/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Fri Apr 5 05:08:44 UTC 2019


 drawinglayer/source/processor2d/vclmetafileprocessor2d.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit c998228ac79cf07829fe3cd16c048caeea6a680f
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Apr 4 19:17:38 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri Apr 5 07:08:14 2019 +0200

    Fix typo
    
    Change-Id: Ie5b9e2a603146dd6bd0e22c80f7cee23ccfd39b2
    Reviewed-on: https://gerrit.libreoffice.org/70282
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

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;


More information about the Libreoffice-commits mailing list