summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/morphdlg.src
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/dlg/morphdlg.src')
-rw-r--r--sd/source/ui/dlg/morphdlg.src8
1 files changed, 7 insertions, 1 deletions
diff --git a/sd/source/ui/dlg/morphdlg.src b/sd/source/ui/dlg/morphdlg.src
index 64e63a33cd59..026a4fd29609 100644
--- a/sd/source/ui/dlg/morphdlg.src
+++ b/sd/source/ui/dlg/morphdlg.src
@@ -27,6 +27,8 @@
#include "app.hrc"
#include "morphdlg.hrc"
+#include "helpids.h"
+
/******************************************************************************
|*
|*
@@ -34,7 +36,8 @@
\******************************************************************************/
ModalDialog DLG_MORPH
{
- HelpID = SID_POLYGON_MORPHING ;
+ HelpID = CMD_SID_POLYGON_MORPHING ;
+ HelpID = ".uno:Morphing" ;
OutputSize = TRUE ;
SVLook = TRUE ;
Size = MAP_APPFONT ( 196 , 68 ) ;
@@ -74,6 +77,7 @@ ModalDialog DLG_MORPH
};
MetricField MTF_STEPS
{
+ HelpID = "sd:MetricField:DLG_MORPH:MTF_STEPS";
Border = TRUE ;
Pos = MAP_APPFONT ( 56 , 14 ) ;
Size = MAP_APPFONT ( 30 , 12 ) ;
@@ -87,6 +91,7 @@ ModalDialog DLG_MORPH
};
CheckBox CBX_ATTRIBUTES
{
+ HelpID = "sd:CheckBox:DLG_MORPH:CBX_ATTRIBUTES";
Pos = MAP_APPFONT ( 12 , 29 ) ;
Size = MAP_APPFONT ( 121 , 12 ) ;
/* ### ACHTUNG: Neuer Text in Resource? Attributierung überblenden : Attributierung ³berblenden */
@@ -95,6 +100,7 @@ ModalDialog DLG_MORPH
};
CheckBox CBX_ORIENTATION
{
+ HelpID = "sd:CheckBox:DLG_MORPH:CBX_ORIENTATION";
Pos = MAP_APPFONT ( 12 , 44 ) ;
Size = MAP_APPFONT ( 121 , 12 ) ;
TabStop = TRUE ;