diff options
Diffstat (limited to 'sc/source/ui/miscdlgs/linkarea.src')
-rw-r--r-- | sc/source/ui/miscdlgs/linkarea.src | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sc/source/ui/miscdlgs/linkarea.src b/sc/source/ui/miscdlgs/linkarea.src index 715d3fd20766..11780c2995fe 100644 --- a/sc/source/ui/miscdlgs/linkarea.src +++ b/sc/source/ui/miscdlgs/linkarea.src @@ -29,6 +29,7 @@ ModalDialog RID_SCDLG_LINKAREA { + HelpID = "sc:ModalDialog:RID_SCDLG_LINKAREA"; OutputSize = TRUE ; SVLook = TRUE ; Moveable = TRUE ; @@ -58,6 +59,7 @@ ModalDialog RID_SCDLG_LINKAREA }; ComboBox CB_URL { + HelpID = "sc:ComboBox:RID_SCDLG_LINKAREA:CB_URL"; Pos = MAP_APPFONT ( 12 , 15 ) ; Size = MAP_APPFONT ( 174 , 80 ) ; TabStop = TRUE ; @@ -65,6 +67,7 @@ ModalDialog RID_SCDLG_LINKAREA }; PushButton BTN_BROWSE { + HelpID = "sc:PushButton:RID_SCDLG_LINKAREA:BTN_BROWSE"; Pos = MAP_APPFONT ( 190 , 14 ) ; Size = MAP_APPFONT ( 14 , 14 ) ; Text = "~..." ; @@ -84,6 +87,7 @@ ModalDialog RID_SCDLG_LINKAREA }; MultiListBox LB_RANGES { + HelpID = "sc:MultiListBox:RID_SCDLG_LINKAREA:LB_RANGES"; SimpleMode = TRUE ; Border = TRUE ; Pos = MAP_APPFONT ( 12 , 74 ) ; @@ -92,6 +96,7 @@ ModalDialog RID_SCDLG_LINKAREA }; CheckBox BTN_RELOAD { + HelpID = "sc:CheckBox:RID_SCDLG_LINKAREA:BTN_RELOAD"; Pos = MAP_APPFONT ( 12 , 168 ) ; Size = MAP_APPFONT ( 100 , 10 ) ; TabStop = TRUE ; @@ -99,6 +104,7 @@ ModalDialog RID_SCDLG_LINKAREA }; NumericField NF_DELAY { + HelpID = "sc:NumericField:RID_SCDLG_LINKAREA:NF_DELAY"; Border = TRUE ; Pos = MAP_APPFONT ( 113 , 166 ) ; Size = MAP_APPFONT ( 32 , 12 ) ; |