diff options
author | Miklos Vajna <vmiklos@suse.cz> | 2012-03-09 13:08:10 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2012-03-09 13:08:24 +0100 |
commit | 5191ee9800d53c8ebb6f56222eb81a1e4bce9925 (patch) | |
tree | d8756b07dc4ad51e8e06f53c837cd61cd03a4e37 /sw/inc | |
parent | 608fe962cc649ad62c489811d3a8666e0e06e5e7 (diff) |
sw: doxygen comments for SwTxtFmtColl, SwFlowFrm, SwTxtFrm
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/fmtcol.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/fmtcol.hxx b/sw/inc/fmtcol.hxx index 16db7c64f1b9..3451a4b2cf31 100644 --- a/sw/inc/fmtcol.hxx +++ b/sw/inc/fmtcol.hxx @@ -57,6 +57,7 @@ private: const SwFmtColl &operator=(const SwFmtColl &); }; +/// Represents the style of a paragraph. class SW_DLLPUBLIC SwTxtFmtColl: public SwFmtColl { friend class SwDoc; |