summaryrefslogtreecommitdiff
path: root/filter/source/graphicfilter/ipict/shape.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/graphicfilter/ipict/shape.cxx')
-rw-r--r--filter/source/graphicfilter/ipict/shape.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/graphicfilter/ipict/shape.cxx b/filter/source/graphicfilter/ipict/shape.cxx
index f5c4295f8b3d..b13cb8aa8f1b 100644
--- a/filter/source/graphicfilter/ipict/shape.cxx
+++ b/filter/source/graphicfilter/ipict/shape.cxx
@@ -165,7 +165,7 @@ namespace PictReaderShape {
using namespace basegfx;
double const PI2 = M_PI/2.0;
- // pict angle are CW with 0 at twelve oclock ( with Y-axis inverted)...
+ // pict angle are CW with 0 at twelve o'clock (with Y-axis inverted)...
double angl1 = angle1-PI2;
double angl2 = angle2-PI2;
long const X[2] = { arc.Left(), arc.Right() };