summaryrefslogtreecommitdiff
path: root/sw/source/core/text/porfld.hxx
diff options
context:
space:
mode:
authorChris Laplante <mostthingsweb@gmail.com>2014-04-18 17:02:13 -0400
committerChris Sherlock <chris.sherlock79@gmail.com>2014-04-19 03:00:22 +0000
commit4afb2a6a95fd7ca09542fc128cbb00dd9708b81c (patch)
treeeff7b3f1162b1ee160b7808e519fedb741a72379 /sw/source/core/text/porfld.hxx
parent891e6a0be8e835edb102ecb272debe9c4e00b8e8 (diff)
Finish removing ASCII art from sw/source/core/text
Change-Id: If845234120236f35edb57c767b5debc046e85864 Reviewed-on: https://gerrit.libreoffice.org/9101 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
Diffstat (limited to 'sw/source/core/text/porfld.hxx')
-rw-r--r--sw/source/core/text/porfld.hxx35
1 files changed, 6 insertions, 29 deletions
diff --git a/sw/source/core/text/porfld.hxx b/sw/source/core/text/porfld.hxx
index 90b5342760a4..25adb3602a01 100644
--- a/sw/source/core/text/porfld.hxx
+++ b/sw/source/core/text/porfld.hxx
@@ -28,10 +28,6 @@ class SvxBrushItem;
class SwFmtVertOrient;
class SwFrm;
-/*************************************************************************
- * class SwFldPortion
- *************************************************************************/
-
class SwFldPortion : public SwExpandPortion
{
friend class SwTxtFormatter;
@@ -111,9 +107,6 @@ public:
OUTPUT_OPERATOR_OVERRIDE
};
-/*************************************************************************
- * class SwHiddenPortion
- *************************************************************************/
// Distinguish only for painting/hide
class SwHiddenPortion : public SwFldPortion
@@ -130,10 +123,6 @@ public:
OUTPUT_OPERATOR_OVERRIDE
};
-/*************************************************************************
- * class SwNumberPortion
- *************************************************************************/
-
class SwNumberPortion : public SwFldPortion
{
protected:
@@ -159,10 +148,6 @@ public:
OUTPUT_OPERATOR_OVERRIDE
};
-/*************************************************************************
- * class SwBulletPortion
- *************************************************************************/
-
class SwBulletPortion : public SwNumberPortion
{
public:
@@ -176,10 +161,6 @@ public:
OUTPUT_OPERATOR_OVERRIDE
};
-/*************************************************************************
- * class SwBmpBulletPortion
- *************************************************************************/
-
class SwGrfNumPortion : public SwNumberPortion
{
SvxBrushItem* pBrush;
@@ -221,16 +202,12 @@ public:
OUTPUT_OPERATOR_OVERRIDE
};
-/*************************************************************************
- * class SwCombinedPortion
- * Used in for asian layout specialities to display up to six characters
- * in 2 rows and 2-3 columns.
- * e.g.
- *
- * A.. A.. A.B A.B A.B.C A.B.C
- * ... ..B .C. C.D .D.E. D.E.F
- *************************************************************************/
-
+// Used in for asian layout specialities to display up to six characters
+// in 2 rows and 2-3 columns.
+// e.g.
+//
+// A.. A.. A.B A.B A.B.C A.B.C
+// ... ..B .C. C.D .D.E. D.E.F
class SwCombinedPortion : public SwFldPortion
{
sal_uInt16 aPos[6]; // up to six X positions