[Libreoffice-commits] core.git: sw/inc sw/source
Philipp Riemer
ruderphilipp at gmail.com
Wed Oct 2 08:19:57 PDT 2013
sw/inc/ndtxt.hxx | 8 --------
sw/source/core/txtnode/ndtxt.cxx | 4 ----
2 files changed, 12 deletions(-)
New commits:
commit 361b411c409c0d910baf1126a26d24a406f9429c
Author: Philipp Riemer <ruderphilipp at gmail.com>
Date: Sun Sep 29 18:47:18 2013 +0200
remove @author
Change-Id: I64fab3ab8f4ef113a723772054a367e404bad90d
Reviewed-on: https://gerrit.libreoffice.org/6080
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/sw/inc/ndtxt.hxx b/sw/inc/ndtxt.hxx
index a2d3378..3a7f544 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 b8566a6..2d5cb7f 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
More information about the Libreoffice-commits
mailing list