[Libreoffice-commits] core.git: sc/source
Andras Timar
atimar at suse.com
Tue Aug 27 05:02:12 PDT 2013
sc/source/ui/src/condformatdlg.src | 1 +
sc/source/ui/src/condformatmgr.src | 1 +
2 files changed, 2 insertions(+)
New commits:
commit 751fe319dc1a5ae99b3e4874791d6c171f9d20f0
Author: Andras Timar <atimar at suse.com>
Date: Tue Aug 27 13:06:05 2013 +0200
add HelpIDs to CALC Conditional Formatting dialogs
Change-Id: I7b56a3af83afcb7ca41fa92415ea1591af3b85d2
diff --git a/sc/source/ui/src/condformatdlg.src b/sc/source/ui/src/condformatdlg.src
index da9601d..e0f13a1 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 9009d21..035d736 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 );
More information about the Libreoffice-commits
mailing list