summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unodraw.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-25 09:51:46 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-03-25 16:51:22 +0000
commitea0b508025ebe074e25d0250d0ce5e5444ea6a76 (patch)
tree661bc8f7993add4ddbbf32db95b39ac26af1ed3f /sw/source/core/unocore/unodraw.cxx
parent2258f33a5fd95a5e25f5bb232994ab147d09bfb9 (diff)
Fix typos
Change-Id: I52604902247e7d8565476fafe98211fff32c5543 Reviewed-on: https://gerrit.libreoffice.org/35658 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/source/core/unocore/unodraw.cxx')
-rw-r--r--sw/source/core/unocore/unodraw.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/unocore/unodraw.cxx b/sw/source/core/unocore/unodraw.cxx
index f262c7bae15e..b8cbd98c160a 100644
--- a/sw/source/core/unocore/unodraw.cxx
+++ b/sw/source/core/unocore/unodraw.cxx
@@ -2472,7 +2472,7 @@ drawing::HomogenMatrix3 SwXShape::ConvertTransformationToLayoutDir(
drawing::HomogenMatrix3 aMatrix(rMatrixInHoriL2R);
// #i44334#, #i44681# - direct manipulation of the
- // tranformation structure isn't valid, if it contains rotation.
+ // transformation structure isn't valid, if it contains rotation.
SvxShape* pSvxShape = GetSvxShape();
OSL_ENSURE( pSvxShape,
"<SwXShape::ConvertTransformationToLayoutDir(..)> - no SvxShape found!");