diff options
author | Miklos Vajna <vmiklos@suse.cz> | 2012-06-08 10:19:43 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2012-06-08 10:29:36 +0200 |
commit | 6158c332db063509ffced782bd6236ffb4bafbd5 (patch) | |
tree | bdbdbbe338df7df7837c1eb05de8cff6fd5b2d9c /sw | |
parent | b27475db2e8a72d16fca3c812ba803073bb6ef6c (diff) |
sw: doxygen comments for SwLineLayout and SwParaPortion
Change-Id: Icf4f0cb68941019e5c9a568957551a7faec934cc
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/text/porlay.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sw/source/core/text/porlay.hxx b/sw/source/core/text/porlay.hxx index 36feb866910f..4f2ad5569d64 100644 --- a/sw/source/core/text/porlay.hxx +++ b/sw/source/core/text/porlay.hxx @@ -93,10 +93,8 @@ public: void SetRightOfst( const SwTwips nNew ) { nRightOfst = nNew; } }; -/************************************************************************* - * class SwLineLayout - *************************************************************************/ +/// Collection of SwLinePortion instances, representing one line of text. class SwLineLayout : public SwTxtPortion { private: @@ -260,6 +258,7 @@ public: DECL_FIXEDMEMPOOL_NEWDEL(SwLineLayout) }; +/// Collection of SwLineLayout instances, represents the paragraph text in Writer layout. class SwParaPortion : public SwLineLayout { // Area that needs repainting |