diff options
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/helper/canvastools.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/helper/canvastools.cxx b/vcl/source/helper/canvastools.cxx index c3e15b3c697a..495038e4ecd1 100644 --- a/vcl/source/helper/canvastools.cxx +++ b/vcl/source/helper/canvastools.cxx @@ -399,7 +399,7 @@ namespace vcl basegfx::B2DRange b2DRectangleFromRectangle( const ::tools::Rectangle& rRect ) { - // although B2DRange internally has separate heigh/width emptiness, it doesn't + // although B2DRange internally has separate height/width emptiness, it doesn't // expose any API to let us set them separately, so just do the best we can. if (rRect.IsWidthEmpty() && rRect.IsHeightEmpty()) return basegfx::B2DRange( basegfx::B2DTuple( rRect.Left(), rRect.Top() ) ); |