diff options
Diffstat (limited to 'sw/inc/crstate.hxx')
-rw-r--r-- | sw/inc/crstate.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/crstate.hxx b/sw/inc/crstate.hxx index acf13bfe45d7..018106514714 100644 --- a/sw/inc/crstate.hxx +++ b/sw/inc/crstate.hxx @@ -139,7 +139,7 @@ struct SwCursorMoveState sal_uInt8 m_nCursorBidiLevel; bool m_bStop; bool m_bRealHeight; ///< should the real height be calculated? - bool m_bFieldInfo; ///< should be fields recognized? + bool m_bFieldInfo; ///< should fields be recognized? (get position of field start) bool m_bPosCorr; ///< Point had to be corrected bool m_bFootnoteNoInfo; ///< recognized footnote numbering bool m_bExactOnly; /**< let GetModelPositionForViewPoint look for exact matches only, @@ -151,7 +151,7 @@ struct SwCursorMoveState bool m_bNoScroll; ///< No scrolling of undersized textframes bool m_bPosMatchesBounds; /**< GetModelPositionForViewPoint should not return the next position if screen position is inside second - have of bound rect */ + half of bound rect */ bool m_bContentCheck; // #i43742# Cursor position over content? |