diff options
author | Jan Holesovsky <kendy@suse.cz> | 2012-07-25 11:04:59 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2012-07-25 11:21:51 +0200 |
commit | edbc53ea3ca444e956e785cc9672a7a1884ea731 (patch) | |
tree | ed13493893dbe70ff11615b96d9e7de1f14a89d5 /sw/inc/crstate.hxx | |
parent | ad760dad210204b89be5735a0773dba8df32f44c (diff) |
Change /*!< inline doxygen comments to /**< .
Change-Id: I8a9bad7131f5a83fe7bc586c1a0b678fda1eca71
Diffstat (limited to 'sw/inc/crstate.hxx')
-rw-r--r-- | sw/inc/crstate.hxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/inc/crstate.hxx b/sw/inc/crstate.hxx index b49a5e7137f0..1627820ab6fc 100644 --- a/sw/inc/crstate.hxx +++ b/sw/inc/crstate.hxx @@ -145,14 +145,14 @@ struct SwCrsrMoveState sal_Bool bFieldInfo; ///< should be fields recognized? sal_Bool bPosCorr; ///< Point had to be corrected sal_Bool bFtnNoInfo; ///< recognized footnote numbering - sal_Bool bExactOnly; ///< let GetCrsrOfst look for exact matches only, - // i.e. never let it run into GetCntntPos + sal_Bool bExactOnly; /**< let GetCrsrOfst look for exact matches only, + i.e. never let it run into GetCntntPos */ sal_Bool bFillRet; ///< only used temporary in FillMode sal_Bool bSetInReadOnly; ///< ReadOnly areas may be entered sal_Bool bRealWidth; ///< Calculation of the width required sal_Bool b2Lines; ///< Check 2line portions and fill p2Lines sal_Bool bNoScroll; ///< No scrolling of undersized textframes - sal_Bool bPosMatchesBounds; /*!< GetCrsrOfst should not return the next + sal_Bool bPosMatchesBounds; /**< GetCrsrOfst should not return the next position if screen position is inside second have of bound rect */ @@ -163,8 +163,8 @@ struct SwCrsrMoveState cursor in front of label */ sal_Bool bInFrontOfLabel; - sal_Bool bInNumPortion; // point is in number portion #i23726# - int nInNumPostionOffset; // distance from number portion's start + sal_Bool bInNumPortion; ///< point is in number portion #i23726# + int nInNumPostionOffset; ///< distance from number portion's start SwCrsrMoveState( CrsrMoveState eSt = MV_NONE ) : pFill( NULL ), |