summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-04-01 15:51:04 +0300
committerTor Lillqvist <tml@collabora.com>2015-04-02 22:44:37 +0300
commit6d089a4c7dbc38277e54998020cdb6ff3fac9371 (patch)
tree14a66e5ec1bc2606f764de3c6fb1ed34878c017d /include
parent5241788281e315fc735e5322b3b642486be52c50 (diff)
Kill INetProtocol::News
Change-Id: I393edc816aaf189b1001e630c76f67dd53fd5be3
Diffstat (limited to 'include')
-rw-r--r--include/tools/urlobj.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/tools/urlobj.hxx b/include/tools/urlobj.hxx
index 23978fe42e4a..b2aa2b7784b8 100644
--- a/include/tools/urlobj.hxx
+++ b/include/tools/urlobj.hxx
@@ -40,7 +40,6 @@ namespace com { namespace sun { namespace star { namespace util {
#define INET_HTTPS_SCHEME "https://"
#define INET_FILE_SCHEME "file://"
#define INET_MAILTO_SCHEME "mailto:"
-#define INET_NEWS_SCHEME "news:"
#define INET_HID_SCHEME "hid:"
#define URL_PREFIX_PRIV_SOFFICE "private:"
@@ -72,7 +71,6 @@ enum class INetProtocol
File,
Mailto,
VndSunStarWebdav,
- News,
PrivSoffice,
VndSunStarHelp,
Https,
@@ -882,7 +880,6 @@ public:
PART_UNAMBIGUOUS = 0x08000,
PART_URIC_NO_SLASH = 0x10000,
PART_HTTP_QUERY = 0x20000, //TODO! unused?
- PART_NEWS_ARTICLE_LOCALPART = 0x40000
};
enum EscapeType