diff options
author | Noel Grandin <noel@peralex.com> | 2015-07-24 11:01:45 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-07-24 12:36:53 +0200 |
commit | 93774f29ec42e86b55e89e3f13c011673a55c3ce (patch) | |
tree | 578bf97260d4df970d6f5395d6e548e4b2dc970d /include/tools/urlobj.hxx | |
parent | c29e194b4c37e0735c3bae8b35902c7401e7964a (diff) |
remove unused URL_PREFIX_PRIV constants
Change-Id: I4d49ebec2867e4c53661c20b277bfdbf4fd222a2
Diffstat (limited to 'include/tools/urlobj.hxx')
-rw-r--r-- | include/tools/urlobj.hxx | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/include/tools/urlobj.hxx b/include/tools/urlobj.hxx index 96bc0cd30953..77786661152d 100644 --- a/include/tools/urlobj.hxx +++ b/include/tools/urlobj.hxx @@ -43,24 +43,6 @@ namespace com { namespace sun { namespace star { namespace util { #define INET_HID_SCHEME "hid:" #define URL_PREFIX_PRIV_SOFFICE "private:" -enum -{ - URL_PREFIX_PRIV_SOFFICE_LEN - = RTL_CONSTASCII_LENGTH(URL_PREFIX_PRIV_SOFFICE) -}; - -#define URL_PREFIX_PRIV_OBSOLETE URL_PREFIX_PRIV_SOFFICE -enum -{ - URL_PREFIX_PRIV_OBSOLETE_LEN - = RTL_CONSTASCII_LENGTH(URL_PREFIX_PRIV_OBSOLETE) -}; - -#define URL_PREFIX_PRIV_EXTERN "staroffice:" -enum -{ - URL_PREFIX_PRIV_EXTERN_LEN = RTL_CONSTASCII_LENGTH(URL_PREFIX_PRIV_EXTERN) -}; // Schemes: enum class INetProtocol |