diff options
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 ); |