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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Wed May 29 05:07:00 UTC 2019


 filter/source/graphicfilter/idxf/dxftblrd.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0deebd87bed73b604d05f06ba383b0261ba04cb6
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue May 14 21:24:11 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed May 29 07:05:50 2019 +0200

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

diff --git a/filter/source/graphicfilter/idxf/dxftblrd.hxx b/filter/source/graphicfilter/idxf/dxftblrd.hxx
index a2dfb1a6c0f0..fa9eb2ae6bba 100644
--- a/filter/source/graphicfilter/idxf/dxftblrd.hxx
+++ b/filter/source/graphicfilter/idxf/dxftblrd.hxx
@@ -153,7 +153,7 @@ public:
     ~DXFTables();
 
     void Read(DXFGroupReader & rDGR);
-        // Reads the table until a ENDSEC or EOF
+        // Reads the table until an ENDSEC or EOF
         // (Unknown things/tables will be skipped)
 
     void Clear();


More information about the Libreoffice-commits mailing list