summaryrefslogtreecommitdiff
path: root/sw/source/core/crsr/crstrvl.cxx
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2017-01-07 08:46:38 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-01-07 10:17:32 +0000
commit776aec70ba22b4a658b3b7abb5660c809129f54b (patch)
tree5fbd7f8e221196cb18fe6e3b4a4f458dd6c07156 /sw/source/core/crsr/crstrvl.cxx
parentd911663f0fa919fc66e10328482948a730e9c2e8 (diff)
Typo: Postion->Portion
Found thanks to Buovjaga Change-Id: I8859cbec896c4019a5137d801f753ad87287a369 Reviewed-on: https://gerrit.libreoffice.org/32809 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/source/core/crsr/crstrvl.cxx')
-rw-r--r--sw/source/core/crsr/crstrvl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/crsr/crstrvl.cxx b/sw/source/core/crsr/crstrvl.cxx
index e171b237b68c..4424cf40c706 100644
--- a/sw/source/core/crsr/crstrvl.cxx
+++ b/sw/source/core/crsr/crstrvl.cxx
@@ -1167,7 +1167,7 @@ bool SwCursorShell::GetContentAtPos( const Point& rPt,
bRet = aTmpState.m_bInNumPortion;
rContentAtPos.aFnd.pNode = pTextNd;
- Size aSizeLogic(aTmpState.m_nInNumPostionOffset, 0);
+ Size aSizeLogic(aTmpState.m_nInNumPortionOffset, 0);
Size aSizePixel = GetWin()->LogicToPixel(aSizeLogic);
rContentAtPos.nDist = aSizePixel.Width();
}