summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sw/source/core/access/accportions.cxx1
-rw-r--r--sw/source/core/inc/txttypes.hxx1
-rw-r--r--sw/source/core/text/inftxt.cxx1
-rw-r--r--sw/source/core/text/xmldump.cxx1
4 files changed, 0 insertions, 4 deletions
diff --git a/sw/source/core/access/accportions.cxx b/sw/source/core/access/accportions.cxx
index f71974ace562..30efc92cc61d 100644
--- a/sw/source/core/access/accportions.cxx
+++ b/sw/source/core/access/accportions.cxx
@@ -276,7 +276,6 @@ bool SwAccessiblePortionData::IsGrayPortionType( PortionType nType ) const
case PortionType::QuoVadis:
case PortionType::Number:
case PortionType::Field:
- case PortionType::Url:
case PortionType::InputField:
case PortionType::IsoTox:
case PortionType::Tox:
diff --git a/sw/source/core/inc/txttypes.hxx b/sw/source/core/inc/txttypes.hxx
index 511a3160c6bf..89db78b5d3f6 100644
--- a/sw/source/core/inc/txttypes.hxx
+++ b/sw/source/core/inc/txttypes.hxx
@@ -38,7 +38,6 @@ enum class PortionType
Text = 0x8000,
Lay = 0x8001,
Para = 0x8002,
- Url = 0x8003,
Hanging = 0x8004,
InputField = 0x8005,
diff --git a/sw/source/core/text/inftxt.cxx b/sw/source/core/text/inftxt.cxx
index 2b9bdee32440..ab89e4c6f38d 100644
--- a/sw/source/core/text/inftxt.cxx
+++ b/sw/source/core/text/inftxt.cxx
@@ -1281,7 +1281,6 @@ void SwTextPaintInfo::DrawViewOpt( const SwLinePortion &rPor,
case PortionType::QuoVadis:
case PortionType::Number:
case PortionType::Field:
- case PortionType::Url:
case PortionType::Hidden:
case PortionType::Tox:
case PortionType::Ref:
diff --git a/sw/source/core/text/xmldump.cxx b/sw/source/core/text/xmldump.cxx
index 9a916c87f583..0b57bb1a5581 100644
--- a/sw/source/core/text/xmldump.cxx
+++ b/sw/source/core/text/xmldump.cxx
@@ -54,7 +54,6 @@ class XmlPortionDumper:public SwPortionHandler
case PortionType::Text: return "PortionType::Text";
case PortionType::Lay: return "PortionType::Lay";
case PortionType::Para: return "PortionType::Para";
- case PortionType::Url: return "PortionType::Url";
case PortionType::Hanging: return "PortionType::Hanging";
case PortionType::Drop: return "PortionType::Drop";