diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-04-02 11:55:10 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-04-02 16:30:33 +0200 |
commit | 9af6b70fc2f6dd0eacafd8e3bd9d0c2fcbb3ef45 (patch) | |
tree | d36fd35b2f51da6d5b83f655cb3d975ae5e46f61 /include | |
parent | 796ca9ba61ab14e4bdb7b244c64f7fb2c6bf5f65 (diff) |
Plug the hole in INetProtocol
...left by d9cf110dae8030c93c4cc7909b30c779b523359f "Bye bye ODMA."
Change-Id: I7537a134299d3b2e9c172dabea1bc1d25b7e05d2
Diffstat (limited to 'include')
-rw-r--r-- | include/tools/urlobj.hxx | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/include/tools/urlobj.hxx b/include/tools/urlobj.hxx index b28b5cee69c6..bbe6d3945bbc 100644 --- a/include/tools/urlobj.hxx +++ b/include/tools/urlobj.hxx @@ -92,15 +92,15 @@ enum INetProtocol INET_PROT_LDAP = 23, INET_PROT_DB = 24, INET_PROT_VND_SUN_STAR_CMD = 25, - INET_PROT_TELNET = 27, - INET_PROT_VND_SUN_STAR_EXPAND = 28, - INET_PROT_VND_SUN_STAR_TDOC = 29, - INET_PROT_GENERIC = 30, - INET_PROT_SMB = 31, - INET_PROT_HID = 32, - INET_PROT_SFTP = 33, - INET_PROT_CMIS = 34, - INET_PROT_END = 35 + INET_PROT_TELNET = 26, + INET_PROT_VND_SUN_STAR_EXPAND = 27, + INET_PROT_VND_SUN_STAR_TDOC = 28, + INET_PROT_GENERIC = 29, + INET_PROT_SMB = 30, + INET_PROT_HID = 31, + INET_PROT_SFTP = 32, + INET_PROT_CMIS = 33, + INET_PROT_END = 34 }; class TOOLS_DLLPUBLIC SAL_WARN_UNUSED INetURLObject |