diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-09-30 13:01:56 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-09-30 11:03:34 +0000 |
commit | 638b6d7e0b8740d53c88dcde0c2b743a2184ccfa (patch) | |
tree | c5508636a6760548ff239dfd515ea563e55bcf0c /include/svx/svdoedge.hxx | |
parent | 9956b99e68c45a82015766873b4b7f581462bef2 (diff) |
Fix typos
Change-Id: I8e9c6c72c89411d8de04e5edd9317cd54f7c472a
Reviewed-on: https://gerrit.libreoffice.org/18958
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'include/svx/svdoedge.hxx')
-rw-r--r-- | include/svx/svdoedge.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svdoedge.hxx b/include/svx/svdoedge.hxx index de78e8c1b8fd..cedb5fba4fad 100644 --- a/include/svx/svdoedge.hxx +++ b/include/svx/svdoedge.hxx @@ -264,7 +264,7 @@ public: virtual void NbcMove(const Size& aSize) SAL_OVERRIDE; virtual void NbcResize(const Point& rRefPnt, const Fraction& aXFact, const Fraction& aYFact) SAL_OVERRIDE; - // #i54102# added rotate, mirrorn and shear support + // #i54102# added rotate, mirror and shear support virtual void NbcRotate(const Point& rRef, long nAngle, double sn, double cs) SAL_OVERRIDE; virtual void NbcMirror(const Point& rRef1, const Point& rRef2) SAL_OVERRIDE; virtual void NbcShear(const Point& rRef, long nAngle, double tn, bool bVShear) SAL_OVERRIDE; |