diff options
-rw-r--r-- | cui/source/options/optinet2.hrc | 9 | ||||
-rw-r--r-- | cui/source/options/optinet2.src | 38 |
2 files changed, 0 insertions, 47 deletions
diff --git a/cui/source/options/optinet2.hrc b/cui/source/options/optinet2.hrc index 6fe0a437f0b2..f28bb6d8bf4d 100644 --- a/cui/source/options/optinet2.hrc +++ b/cui/source/options/optinet2.hrc @@ -47,15 +47,6 @@ #define FT_HTTPS_PORT 15 #define ED_HTTPS_PORT 15 -// Protocols -------------------------------------------------------------- -#define GB_DNS 105 -#define RB_DNS_AUTO 106 -#define RB_DNS_MANUAL 107 -#define ED_DNS 107 - -#define ST_MSG_255_0 111 -#define ST_MSG_255_1 112 - // Defines - JavaScriptDisableQueryBox_Impl ------------------------------- #define IMG_JSCPT_WARNING 220 diff --git a/cui/source/options/optinet2.src b/cui/source/options/optinet2.src index 9a8bf0c71dd0..e20f6d1af6e9 100644 --- a/cui/source/options/optinet2.src +++ b/cui/source/options/optinet2.src @@ -202,44 +202,6 @@ TabPage RID_SVXPAGE_INET_PROXY Size = MAP_APPFONT ( 56 , 8 ) ; Text [ en-US ] = "Separator ;" ; }; - FixedLine GB_DNS - { - Pos = MAP_APPFONT( 6, 100 ); - Size = MAP_APPFONT( 248, 8 ); - Text [ en-US ] = "DNS server" ; - }; - RadioButton RB_DNS_AUTO - { - HelpID = "cui:RadioButton:RID_SVXPAGE_INET_PROXY:RB_DNS_AUTO"; - Pos = MAP_APPFONT( 12, 111 ); - Size = MAP_APPFONT( 236, 10 ); - Text [ en-US ] = "~Automatic" ; - }; - RadioButton RB_DNS_MANUAL - { - HelpID = "cui:RadioButton:RID_SVXPAGE_INET_PROXY:RB_DNS_MANUAL"; - Pos = MAP_APPFONT( 12, 124 ); - Size = MAP_APPFONT( 75, 10 ); - Text [ en-US ] = "~Manual" ; - }; - PatternField ED_DNS - { - HelpID = "cui:PatternField:RID_SVXPAGE_INET_PROXY:ED_DNS"; - Pos = MAP_APPFONT( 90, 126 ); - Size = MAP_APPFONT( 66, 12 ); - Border = TRUE ; - LiteralMask = " . . . " ; - EditMask = "nnnLnnnLnnnLnnn" ; - StrictFormat = TRUE ; - }; - String ST_MSG_255_0 - { - Text [ en-US ] = "is not a valid entry for this field. Please specify a value between 0 and 255." ; - }; - String ST_MSG_255_1 - { - Text [ en-US ] = "is not a valid entry for this field. Please specify a value between 1 and 255." ; - }; }; ErrorBox RID_SVXERR_OPT_PROXYPORTS |