summaryrefslogtreecommitdiff
path: root/filter/source/graphicfilter/ios2met/ios2met.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/graphicfilter/ios2met/ios2met.cxx')
-rw-r--r--filter/source/graphicfilter/ios2met/ios2met.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/filter/source/graphicfilter/ios2met/ios2met.cxx b/filter/source/graphicfilter/ios2met/ios2met.cxx
index 0ba1d5c19aaa..56ca5ac3c241 100644
--- a/filter/source/graphicfilter/ios2met/ios2met.cxx
+++ b/filter/source/graphicfilter/ios2met/ios2met.cxx
@@ -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);