summaryrefslogtreecommitdiff
path: root/sw/source/core/text/porhyph.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/text/porhyph.hxx')
-rw-r--r--sw/source/core/text/porhyph.hxx16
1 files changed, 0 insertions, 16 deletions
diff --git a/sw/source/core/text/porhyph.hxx b/sw/source/core/text/porhyph.hxx
index 400fd3cbbf18..47c7707c2fdf 100644
--- a/sw/source/core/text/porhyph.hxx
+++ b/sw/source/core/text/porhyph.hxx
@@ -21,10 +21,6 @@
#include "porexp.hxx"
-/*************************************************************************
- * class SwHyphPortion
- *************************************************************************/
-
class SwHyphPortion : public SwExpandPortion
{
public:
@@ -41,10 +37,6 @@ public:
OUTPUT_OPERATOR_OVERRIDE
};
-/*************************************************************************
- * class SwHyphStrPortion
- *************************************************************************/
-
class SwHyphStrPortion : public SwHyphPortion
{
OUString aExpand;
@@ -63,10 +55,6 @@ public:
OUTPUT_OPERATOR_OVERRIDE
};
-/*************************************************************************
- * class SwSoftHyphPortion
- *************************************************************************/
-
class SwSoftHyphPortion : public SwHyphPortion
{
bool bExpand;
@@ -91,10 +79,6 @@ public:
OUTPUT_OPERATOR_OVERRIDE
};
-/*************************************************************************
- * class SwSoftHyphStrPortion
- *************************************************************************/
-
class SwSoftHyphStrPortion : public SwHyphStrPortion
{
public: