summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2017-07-05 14:19:05 +0200
committerMichael Stahl <mstahl@redhat.com>2017-07-06 23:29:42 +0200
commit4a932d3b672029374a6ada000f115ad86d7bc523 (patch)
tree8be1c1922819a5db31307ceeaddbdc9e07e3ad71 /sw
parenta62c9ecfc27a375cddb2beefba4b5af9bd4f7727 (diff)
sw: comment cosmetics
Change-Id: I572bf8b28738e82e2f207b5201a0c27d9d9b623d
Diffstat (limited to 'sw')
-rw-r--r--sw/inc/doc.hxx17
-rw-r--r--sw/inc/ndarr.hxx1
-rw-r--r--sw/inc/node.hxx1
3 files changed, 7 insertions, 12 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx
index c9fb60cb678b..b0042896602f 100644
--- a/sw/inc/doc.hxx
+++ b/sw/inc/doc.hxx
@@ -1032,23 +1032,21 @@ public:
// Outline - promote / demote.
bool OutlineUpDown( const SwPaM& rPam, short nOffset );
- // Ountline - move up / move down.
+ /// Outline - move up / move down.
bool MoveOutlinePara( const SwPaM& rPam, SwOutlineNodes::difference_type nOffset);
bool GotoOutline( SwPosition& rPos, const OUString& rName ) const;
- /** Accept changes of outline styles for OUtlineRule.
- re-use unused 3rd parameter
- Optional parameter <bResetIndentAttrs> - default value false:
+ /** Accept changes of outline styles for OutlineRule.
+ @param bResetIndentAttrs Optional parameter - default value false:
If <bResetIndentAttrs> equals true, the indent attributes "before text"
and "first line indent" are additionally reset at the provided PaM, if
the list style makes use of the new list level attributes.
- Parameters <bCreateNewList> and <sContinuedListId>:
- <bCreateNewList> indicates, if a new list is created by applying the given list style.
- If <bCreateNewList> equals false, <sContinuedListId> may contain the
- list Id of a list, which has to be continued by applying the given list style
+ @param bCreateNewList indicates if a new list is created by applying the given list style.
+ @param sContinuedListId If bCreateNewList is false, may contain the
+ list Id of a list which has to be continued by applying the given list style
- Returns the set ListId if bSetItem is true */
+ @return the set ListId if bSetItem is true */
OUString SetNumRule( const SwPaM&,
const SwNumRule&,
bool bCreateNewList,
@@ -1604,7 +1602,6 @@ public:
/**
* Dumps the entire nodes structure to the given destination (file nodes.xml in the current directory by default)
- * @since 3.5
*/
void dumpAsXml(struct _xmlTextWriter* = nullptr) const;
diff --git a/sw/inc/ndarr.hxx b/sw/inc/ndarr.hxx
index 4e7cca5fa0ee..eebc176e1f54 100644
--- a/sw/inc/ndarr.hxx
+++ b/sw/inc/ndarr.hxx
@@ -323,7 +323,6 @@ public:
/**
* Dumps the entire nodes structure to the given destination (file nodes.xml in the current directory by default)
- * @since 3.5
*/
void dumpAsXml( xmlTextWriterPtr pWriter ) const;
};
diff --git a/sw/inc/node.hxx b/sw/inc/node.hxx
index 89c6f7f10a94..48411c5facc6 100644
--- a/sw/inc/node.hxx
+++ b/sw/inc/node.hxx
@@ -283,7 +283,6 @@ public:
/**
* Dumps the node structure to the given destination (file nodes.xml in the current directory by default)
- * @since 3.5
*/
virtual void dumpAsXml(struct _xmlTextWriter* pWriter) const;