diff options
-rw-r--r-- | cui/source/options/optinet2.hrc | 4 | ||||
-rw-r--r-- | cui/source/options/optinet2.src | 27 |
2 files changed, 0 insertions, 31 deletions
diff --git a/cui/source/options/optinet2.hrc b/cui/source/options/optinet2.hrc index 31b169f15cbe..986e9a61e6e9 100644 --- a/cui/source/options/optinet2.hrc +++ b/cui/source/options/optinet2.hrc @@ -34,10 +34,6 @@ #define ED_FTP_PROXY 5 #define FT_FTP_PORT 6 #define ED_FTP_PORT 6 -#define FT_SOCKS_PROXY 7 -#define ED_SOCKS_PROXY 7 -#define FT_SOCKS_PORT 8 -#define ED_SOCKS_PORT 8 #define FT_NOPROXYFOR 11 #define ED_NOPROXYFOR 11 #define ED_NOPROXYDESC 12 diff --git a/cui/source/options/optinet2.src b/cui/source/options/optinet2.src index c396b50099f4..92acefd45cdf 100644 --- a/cui/source/options/optinet2.src +++ b/cui/source/options/optinet2.src @@ -152,33 +152,6 @@ TabPage RID_SVXPAGE_INET_PROXY Size = MAP_APPFONT ( ED_PORT_WIDTH , 12 ) ; Border = TRUE ; }; - FixedText FT_SOCKS_PROXY - { - Pos = MAP_APPFONT ( 12 , GB_TYPES_TOP + 77 ) ; - Size = MAP_APPFONT ( 50 , 10 ) ; - Text [ en-US ] = "~SOCKS proxy" ; - }; - Edit ED_SOCKS_PROXY - { - HelpID = "cui:Edit:RID_SVXPAGE_INET_PROXY:ED_SOCKS_PROXY"; - Pos = MAP_APPFONT ( 65 , GB_TYPES_TOP + 75 ) ; - Size = MAP_APPFONT ( 123 , 12 ) ; - Border = TRUE ; - }; - FixedText FT_SOCKS_PORT - { - Pos = MAP_APPFONT ( 190 , GB_TYPES_TOP + 77 ) ; - Size = MAP_APPFONT ( FT_PORT_WIDTH , 8 ) ; - Right = TRUE; - Text [ en-US ] = "Po~rt" ; - }; - Edit ED_SOCKS_PORT - { - HelpID = "cui:Edit:RID_SVXPAGE_INET_PROXY:ED_SOCKS_PORT"; - Pos = MAP_APPFONT ( ED_PORT_COL , GB_TYPES_TOP + 75 ) ; - Size = MAP_APPFONT ( ED_PORT_WIDTH , 12 ) ; - Border = TRUE ; - }; FixedText FT_NOPROXYFOR { Pos = MAP_APPFONT ( 12 , GB_TYPES_TOP + 93 ) ; |