From 776aec70ba22b4a658b3b7abb5660c809129f54b Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sat, 7 Jan 2017 08:46:38 +0100 Subject: Typo: Postion->Portion Found thanks to Buovjaga Change-Id: I8859cbec896c4019a5137d801f753ad87287a369 Reviewed-on: https://gerrit.libreoffice.org/32809 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- sw/inc/crstate.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sw/inc') diff --git a/sw/inc/crstate.hxx b/sw/inc/crstate.hxx index 4d59782e1bcd..8c361dee61fc 100644 --- a/sw/inc/crstate.hxx +++ b/sw/inc/crstate.hxx @@ -158,7 +158,7 @@ struct SwCursorMoveState */ bool m_bInFrontOfLabel; bool m_bInNumPortion; ///< point is in number portion #i23726# - int m_nInNumPostionOffset; ///< distance from number portion's start + int m_nInNumPortionOffset; ///< distance from number portion's start SwCursorMoveState( CursorMoveState eSt = MV_NONE ) : m_pFill( nullptr ), @@ -181,7 +181,7 @@ struct SwCursorMoveState m_bContentCheck( false ), // #i43742# m_bInFrontOfLabel( false ), // #i27615# m_bInNumPortion(false), // #i26726# - m_nInNumPostionOffset(0) // #i26726# + m_nInNumPortionOffset(0) // #i26726# {} SwCursorMoveState( SwFillCursorPos *pInitFill ) : m_pFill( pInitFill ), @@ -204,7 +204,7 @@ struct SwCursorMoveState m_bContentCheck( false ), // #i43742# m_bInFrontOfLabel( false ), // #i27615# m_bInNumPortion(false), // #i23726# - m_nInNumPostionOffset(0) // #i23726# + m_nInNumPortionOffset(0) // #i23726# {} }; -- cgit