diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-01-11 16:49:29 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-01-11 18:01:10 +0100 |
commit | 1346de3f07455f4f3d697c0fd4ffcfe3863039ce (patch) | |
tree | 9702ac5b1caad020dccedbb6c708d17d53d21aec /xmloff | |
parent | e4f9d06214ada36b4810c736e81ac3c1ce01b6a0 (diff) |
Fix typos
Change-Id: If655aaa59d42ab63335ced6d98b2c02d0ac4ff5b
Reviewed-on: https://gerrit.libreoffice.org/47764
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/text/XMLTextFrameContext.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/XMLTextFrameContext.cxx b/xmloff/source/text/XMLTextFrameContext.cxx index f286d6468622..45d34f8fffae 100644 --- a/xmloff/source/text/XMLTextFrameContext.cxx +++ b/xmloff/source/text/XMLTextFrameContext.cxx @@ -1014,7 +1014,7 @@ XMLTextFrameContext_Impl::XMLTextFrameContext_Impl( // use rotation around center and assume that this *was* a rotation around // center. The check would compare the object's center with the RotCenter // that can be extracted from the transformation in aFullTransform. - // The definition contains implicitely the RotationCenter absolute + // The definition contains implicitly the RotationCenter absolute // to the scaled and translated object, so this may be used if needed (see // _exportTextGraphic how the -trans/rot/trans is composed) |