diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-09 13:08:50 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:32:04 +0200 |
commit | 83d84adeb5bafa6bdbad8f759ea281c265c1234b (patch) | |
tree | d3ec353ff641f07daf3b4c069ed1f55cac9b794d /tools | |
parent | 523e1d38af7f1a2ee03381d01bf8399ab169a89f (diff) |
typo: befor -> before
Diffstat (limited to 'tools')
-rw-r--r-- | tools/source/generic/poly.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/source/generic/poly.cxx b/tools/source/generic/poly.cxx index 9cbd48f4a899..c2377953d5e4 100644 --- a/tools/source/generic/poly.cxx +++ b/tools/source/generic/poly.cxx @@ -1273,7 +1273,7 @@ void ImplEdgePointFilter::LastPoint() void Polygon::Clip( const Rectangle& rRect, bool bPolygon ) { - // #105251# Justify rect befor edge filtering + // #105251# Justify rect before edge filtering Rectangle aJustifiedRect( rRect ); aJustifiedRect.Justify(); |