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

Fix typo

Change-Id: Ic94aaada392b197e3fa955ec5b51ca8106347a38
Reviewed-on: https://gerrit.libreoffice.org/73133
Tested-by: Jenkins
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 12eee14c
......@@ -413,7 +413,7 @@ public:
~OS2METReader();
void ReadOS2MET( SvStream & rStreamOS2MET, GDIMetaFile & rGDIMetaFile );
// Reads from the stream a OS2MET file and fills up the GDIMetaFile
// Reads from the stream an OS2MET file and fills up the GDIMetaFile
};
......@@ -1396,7 +1396,7 @@ void OS2METReader::ReadMarker(bool bGivenPos, sal_uInt16 nOrderLen)
pVirDev->DrawPolygon(aPoly);
break;
}
case 4: // SQARE
case 4: // SQUARE
case 8: { // SOLIDSUARE
tools::Polygon aPoly(4);
aPoly.SetPoint(Point(x+4,y+4),0);
......
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