summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdouno.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/svdraw/svdouno.cxx')
-rw-r--r--svx/source/svdraw/svdouno.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdouno.cxx b/svx/source/svdraw/svdouno.cxx
index 319d5599240f..eac5c32e9484 100644
--- a/svx/source/svdraw/svdouno.cxx
+++ b/svx/source/svdraw/svdouno.cxx
@@ -318,7 +318,7 @@ void SdrUnoObj::NbcResize(const Point& rRef, const Fraction& xFact, const Fracti
if (aGeo.nShearAngle!=0 || aGeo.nRotationAngle!=0)
{
- // small correctures
+ // small correctors
if (aGeo.nRotationAngle>=9000 && aGeo.nRotationAngle<27000)
{
maRect.Move(maRect.Left()-maRect.Right(),maRect.Top()-maRect.Bottom());