From 6158c332db063509ffced782bd6236ffb4bafbd5 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Fri, 8 Jun 2012 10:19:43 +0200 Subject: sw: doxygen comments for SwLineLayout and SwParaPortion Change-Id: Icf4f0cb68941019e5c9a568957551a7faec934cc --- sw/source/core/text/porlay.hxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sw') 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 -- cgit