diff options
author | Tom Verbeek <tv@openoffice.org> | 2001-11-16 13:22:12 +0000 |
---|---|---|
committer | Tom Verbeek <tv@openoffice.org> | 2001-11-16 13:22:12 +0000 |
commit | 9b666a1532f761da72b3319b125e3e8655039c0c (patch) | |
tree | 2cd0ebccf9e333c00c65b7dd8ec35848b2e865b8 /wizards/util | |
parent | a964fb2a003fc725b377885ba50b4960b45380bf (diff) |
#94799# added HID for template correspondence dialog
Diffstat (limited to 'wizards/util')
-rw-r--r-- | wizards/util/hidother.src | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/wizards/util/hidother.src b/wizards/util/hidother.src index aff9a25760dd..82e9dd6737ed 100644 --- a/wizards/util/hidother.src +++ b/wizards/util/hidother.src @@ -2,9 +2,9 @@ * * $RCSfile: hidother.src,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: bc $ $Date: 2001-09-12 16:22:24 $ + * last change: $Author: tv $ $Date: 2001-11-16 14:22:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -311,6 +311,19 @@ hidspecial HID { HelpID = HID_DLGIMPORT_0_CHKIMPRESS; }; #define HID_DLGIMPORT_0_CHKMATHGLOBAL 34599 hidspecial HID { HelpID = HID_DLGIMPORT_0_CHKMATHGLOBAL; }; + +#define HID_DLGCORRESPONDENCE_DIALOG 34630 +hidspecial HID { HelpID = HID_DLGCORRESPONDENCE_DIALOG; }; +#define HID_DLGCORRESPONDENCE_OPTIONBUTTON1 34631 +hidspecial HID { HelpID = HID_DLGCORRESPONDENCE_OPTIONBUTTON1; }; +#define HID_DLGCORRESPONDENCE_OPTIONBUTTON2 34632 +hidspecial HID { HelpID = HID_DLGCORRESPONDENCE_OPTIONBUTTON2; }; +#define HID_DLGCORRESPONDENCE_OKAY 34633 +hidspecial HID { HelpID = HID_DLGCORRESPONDENCE_OKAY; }; +#define HID_DLGCORRESPONDENCE_CANCEL 34634 +hidspecial HID { HelpID = HID_DLGCORRESPONDENCE_CANCEL; }; + + #define HID_DLGCONVERT_DIALOG 34660 hidspecial HID { HelpID = HID_DLGCONVERT_DIALOG; }; #define HID_DLGCONVERT_CHECKBOX1 34661 |