[Libreoffice-commits] .: sw/source
Miklos Vajna
vmiklos at kemper.freedesktop.org
Fri Jun 8 01:29:40 PDT 2012
sw/source/core/text/porlay.hxx | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
New commits:
commit 6158c332db063509ffced782bd6236ffb4bafbd5
Author: Miklos Vajna <vmiklos at suse.cz>
Date: Fri Jun 8 10:19:43 2012 +0200
sw: doxygen comments for SwLineLayout and SwParaPortion
Change-Id: Icf4f0cb68941019e5c9a568957551a7faec934cc
diff --git a/sw/source/core/text/porlay.hxx b/sw/source/core/text/porlay.hxx
index 36feb86..4f2ad55 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
More information about the Libreoffice-commits
mailing list