diff options
author | os <os@openoffice.org> | 2009-11-23 14:40:33 +0100 |
---|---|---|
committer | os <os@openoffice.org> | 2009-11-23 14:40:33 +0100 |
commit | cd613532c9a147e4b02c1bbc6c7fe84949c691b5 (patch) | |
tree | 1ef262587c65774a349c137e4868377dabf44851 /sfx2 | |
parent | ca6aa7989726066a2855dd1f769e7fc3fbf6e81b (diff) |
#i97029# duration dialog HelpId
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/dialog/dinfdlg.src | 1 | ||||
-rw-r--r-- | sfx2/source/inc/helpid.hrc | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/sfx2/source/dialog/dinfdlg.src b/sfx2/source/dialog/dinfdlg.src index 31edbf06b506..3cad63ecb565 100644 --- a/sfx2/source/dialog/dinfdlg.src +++ b/sfx2/source/dialog/dinfdlg.src @@ -727,6 +727,7 @@ TabDialog SID_DOCINFO ModalDialog RID_EDIT_DURATIONS { + HelpId = HID_DLG_CUSTOMPROPS_DURATION; OutputSize = TRUE ; Size = MAP_APPFONT ( 176 , 140 ) ; Text [ en-US ] = "Edit Duration" ; diff --git a/sfx2/source/inc/helpid.hrc b/sfx2/source/inc/helpid.hrc index 1b2cc2220a28..8b458b1e21d0 100644 --- a/sfx2/source/inc/helpid.hrc +++ b/sfx2/source/inc/helpid.hrc @@ -346,8 +346,9 @@ #define HID_TP_CUSTOMPROPERTIES (HID_SFX_START + 324) #define HID_CTRL_CUSTOMPROPERTIES (HID_SFX_START + 325) #define HID_CTRL_CUSTOMPROPS_YES_NO (HID_SFX_START + 326) +#define HID_DLG_CUSTOMPROPS_DURATION (HID_SFX_START + 327) -#define ACT_SFX_HID_END HID_CTRL_CUSTOMPROPS_YES_NO +#define ACT_SFX_HID_END HID_DLG_CUSTOMPROPS_DURATION // "Uberlaufpr"ufung -------------------------------------------------------- |