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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Mon May 27 07:25:56 UTC 2019


 filter/source/graphicfilter/idxf/dxfblkrd.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 28bd2806bc86a3b11bfd107bee2c35820713c86e
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue May 14 21:24:12 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Mon May 27 09:24:50 2019 +0200

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

diff --git a/filter/source/graphicfilter/idxf/dxfblkrd.hxx b/filter/source/graphicfilter/idxf/dxfblkrd.hxx
index 5b8da4355678..5547f571134f 100644
--- a/filter/source/graphicfilter/idxf/dxfblkrd.hxx
+++ b/filter/source/graphicfilter/idxf/dxfblkrd.hxx
@@ -45,7 +45,7 @@ public:
 
     void Read(DXFGroupReader & rDGR);
         // reads the block (including entities) from a dxf file
-        // by rGDR until a ENDBLK, ENDSEC or EOF.
+        // by rGDR until an ENDBLK, ENDSEC or EOF.
 };
 
 
@@ -63,7 +63,7 @@ public:
     ~DXFBlocks();
 
     void Read(DXFGroupReader & rDGR);
-        // reads all block per rDGR until a ENDSEC or EOF.
+        // reads all block per rDGR until an ENDSEC or EOF.
 
     DXFBlock * Search(OString const& rName) const;
         // looks for a block with the name, return NULL if not successful


More information about the Libreoffice-commits mailing list