diff options
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/ndtxt.hxx | 8 | ||||
-rw-r--r-- | sw/source/core/txtnode/ndtxt.cxx | 4 |
2 files changed, 0 insertions, 12 deletions
diff --git a/sw/inc/ndtxt.hxx b/sw/inc/ndtxt.hxx index a2d3378163fc..3a7f5444be0c 100644 --- a/sw/inc/ndtxt.hxx +++ b/sw/inc/ndtxt.hxx @@ -497,8 +497,6 @@ public: Needed for text formatting Method considers new list level attributes, which also can provide a left margin value - - @author OD */ long GetLeftMarginForTabCalculation() const; @@ -640,8 +638,6 @@ public: style hierarchy from the paragraph to the paragraph style with the list style no indent attributes are found. - @author OD - @return boolean */ bool AreListLevelIndentsApplicable() const; @@ -649,8 +645,6 @@ public: /** Retrieves the list tab stop position, if the paragraph's list level defines one and this list tab stop has to merged into the tap stops of the paragraph - @author OD - @param nListTabStopPosition output parameter - containing the list tab stop position @@ -661,8 +655,6 @@ public: /** Retrieves the character following the list label, if the paragraph's list level defines one. - @author OD - @return the list tab stop position as string */ OUString GetLabelFollowedBy() const; diff --git a/sw/source/core/txtnode/ndtxt.cxx b/sw/source/core/txtnode/ndtxt.cxx index b8566a6d3aa8..2d5cb7f39464 100644 --- a/sw/source/core/txtnode/ndtxt.cxx +++ b/sw/source/core/txtnode/ndtxt.cxx @@ -4088,8 +4088,6 @@ OUString SwTxtNode::GetListId() const style hierarchy from the paragraph to the paragraph style with the list style no indent attributes are found. - @author OD - @return boolean */ bool SwTxtNode::AreListLevelIndentsApplicable() const @@ -4150,8 +4148,6 @@ bool SwTxtNode::AreListLevelIndentsApplicable() const /** Retrieves the list tab stop position, if the paragraph's list level defines one and this list tab stop has to merged into the tap stops of the paragraph - @author OD - @param nListTabStopPosition output parameter - containing the list tab stop position |