diff options
author | Andras Timar <atimar@suse.com> | 2013-08-27 13:06:05 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2013-08-27 13:07:58 +0200 |
commit | 751fe319dc1a5ae99b3e4874791d6c171f9d20f0 (patch) | |
tree | b9e7f82d99619e0aed39b92a6cccf87d9d98fafd /sc | |
parent | 0fdc9a07e97fedcefb6de4b97f0b23321e83565d (diff) |
add HelpIDs to CALC Conditional Formatting dialogs
Change-Id: I7b56a3af83afcb7ca41fa92415ea1591af3b85d2
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/src/condformatdlg.src | 1 | ||||
-rw-r--r-- | sc/source/ui/src/condformatmgr.src | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/ui/src/condformatdlg.src b/sc/source/ui/src/condformatdlg.src index da9601d486c2..e0f13a1e7442 100644 --- a/sc/source/ui/src/condformatdlg.src +++ b/sc/source/ui/src/condformatdlg.src @@ -11,6 +11,7 @@ ModalDialog RID_SCDLG_CONDFORMAT { + HelpID = "sc:ModalDialog:RID_SCDLG_CONDFORMAT"; OutputSize = TRUE; Hide = TRUE; Size = MAP_APPFONT ( 300, 300 ); diff --git a/sc/source/ui/src/condformatmgr.src b/sc/source/ui/src/condformatmgr.src index 9009d213e4ba..035d736eb0f4 100644 --- a/sc/source/ui/src/condformatmgr.src +++ b/sc/source/ui/src/condformatmgr.src @@ -12,6 +12,7 @@ ModalDialog RID_SCDLG_COND_FORMAT_MANAGER { + HelpID = "sc:ModalDialog:RID_SCDLG_COND_FORMAT_MANAGER"; OutputSize = TRUE; Hide = TRUE; Size = MAP_APPFONT ( 300, 275 ); |