summaryrefslogtreecommitdiff
path: root/sw/source/core/objectpositioning
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-05-19 19:46:29 +0200
committerJulien Nabet <serval2412@yahoo.fr>2018-05-20 13:06:23 +0200
commitc5081b324118cefb3bce04f7bf817963e24b1c68 (patch)
treed625b22f4d4526f3ffb568ee3598aed95df52384 /sw/source/core/objectpositioning
parente73e726ab5afc418a5be70408c71afd08a3c15a4 (diff)
Fix typos
Change-Id: I65300af850f5c6f6795fa88e9e33616e38c7657c Reviewed-on: https://gerrit.libreoffice.org/54571 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'sw/source/core/objectpositioning')
-rw-r--r--sw/source/core/objectpositioning/anchoredobjectposition.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/objectpositioning/anchoredobjectposition.cxx b/sw/source/core/objectpositioning/anchoredobjectposition.cxx
index e0d58f0b01e3..0bae1d1c8ade 100644
--- a/sw/source/core/objectpositioning/anchoredobjectposition.cxx
+++ b/sw/source/core/objectpositioning/anchoredobjectposition.cxx
@@ -831,7 +831,7 @@ SwTwips SwAnchoredObjectPosition::CalcRelPosX(
SwTwips nRelPosX = nOffset;
if ( _rHoriOrient.GetHoriOrient() == text::HoriOrientation::NONE )
{
- // 'manual' horizonal position
+ // 'manual' horizontal position
const bool bR2L = rAnchorFrame.IsRightToLeft();
if( IsAnchoredToChar() && text::RelOrientation::CHAR == eRelOrient )
{