Kaydet (Commit) 28bd2806 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typo

Change-Id: I80005d34f00bcf15817bb3fd9705e0f7cf23dfab
Reviewed-on: https://gerrit.libreoffice.org/73016
Tested-by: Jenkins
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 770efe67
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment