summaryrefslogtreecommitdiff
path: root/sw/source/core/text/porrst.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/text/porrst.hxx')
-rw-r--r--sw/source/core/text/porrst.hxx38
1 files changed, 5 insertions, 33 deletions
diff --git a/sw/source/core/text/porrst.hxx b/sw/source/core/text/porrst.hxx
index 82553082f6a3..f16093d35c09 100644
--- a/sw/source/core/text/porrst.hxx
+++ b/sw/source/core/text/porrst.hxx
@@ -26,10 +26,6 @@
class SwTxtFormatInfo;
-/*************************************************************************
- * class SwTmpEndPortion
- *************************************************************************/
-
class SwTmpEndPortion : public SwLinePortion
{
public:
@@ -38,10 +34,6 @@ public:
OUTPUT_OPERATOR_OVERRIDE
};
-/*************************************************************************
- * class SwBreakPortion
- *************************************************************************/
-
class SwBreakPortion : public SwLinePortion
{
public:
@@ -59,10 +51,6 @@ public:
OUTPUT_OPERATOR_OVERRIDE
};
-/*************************************************************************
- * class SwKernPortion
- *************************************************************************/
-
class SwKernPortion : public SwLinePortion
{
short nKern;
@@ -89,10 +77,6 @@ public:
OUTPUT_OPERATOR_OVERRIDE
};
-/*************************************************************************
- * class SwArrowPortion
- *************************************************************************/
-
class SwArrowPortion : public SwLinePortion
{
Point aPos;
@@ -107,14 +91,10 @@ public:
OUTPUT_OPERATOR_OVERRIDE
};
-/*************************************************************************
- * class SwHangingPortion
- * The characters which are forbidden at the start of a line like the dot and
- * other punctuation marks are allowed to display in the margin of the page
- * by a user option.
- * The SwHangingPortion is the corresponding textportion to do that.
- *************************************************************************/
-
+// The characters which are forbidden at the start of a line like the dot and
+// other punctuation marks are allowed to display in the margin of the page
+// by a user option.
+// The SwHangingPortion is the corresponding textportion to do that.
class SwHangingPortion : public SwTxtPortion
{
KSHORT nInnerWidth;
@@ -125,11 +105,7 @@ public:
inline KSHORT GetInnerWidth() const { return nInnerWidth; }
};
-/*************************************************************************
- * class SwHiddenTextPortion
- * Is used to hide text
- *************************************************************************/
-
+// Used to hide text
class SwHiddenTextPortion : public SwLinePortion
{
public:
@@ -140,10 +116,6 @@ public:
virtual bool Format( SwTxtFormatInfo &rInf ) SAL_OVERRIDE;
};
-/*************************************************************************
- * class SwControlCharPortion
- *************************************************************************/
-
class SwControlCharPortion : public SwLinePortion
{