diff options
author | Philipp Riemer <ruderphilipp@gmail.com> | 2013-09-29 18:47:18 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-10-02 15:19:36 +0000 |
commit | 361b411c409c0d910baf1126a26d24a406f9429c (patch) | |
tree | d217e3de4a6986304e93a352f6b183afc76059c6 /sw | |
parent | 6e9f03780d4ea217da9e9890e79808d9856937d3 (diff) |
remove @author
Change-Id: I64fab3ab8f4ef113a723772054a367e404bad90d
Reviewed-on: https://gerrit.libreoffice.org/6080
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
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 |