diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-01 12:46:18 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-01 12:46:18 +0000 |
commit | ada3ba7846ebf7e60328be526bbf3bfadbef4e99 (patch) | |
tree | 4c58348b474c1ae1cccbaf2b7a8e0eae2eb5b3b8 /svx | |
parent | 6384617649bdc931b310855d817ff7fd649e3f52 (diff) |
INTEGRATION: CWS dba03 (1.7.122); FILE MERGED
2003/03/20 09:20:10 fs 1.7.122.1: #107897# +UID_ABSOLUTE_RECORD_WINDOW
Diffstat (limited to 'svx')
-rw-r--r-- | svx/inc/fmhelp.hrc | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/svx/inc/fmhelp.hrc b/svx/inc/fmhelp.hrc index 1b738315d1e4..a5bc5fe1f4a6 100644 --- a/svx/inc/fmhelp.hrc +++ b/svx/inc/fmhelp.hrc @@ -2,9 +2,9 @@ * * $RCSfile: fmhelp.hrc,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: fs $ $Date: 2002-08-08 04:33:31 $ + * last change: $Author: vg $ $Date: 2003-04-01 13:46:18 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -314,12 +314,17 @@ #define UID_SQLERROR_BUTTONMORE (HID_FORM_DLG_START + 36) #define UID_FORMPROPBROWSER_FRAME (HID_FORM_DLG_START + 37) +#define UID_ABSOLUTE_RECORD_WINDOW (HID_FORM_DLG_START + 38) + +// if you add a new define here, please adjust the overflow check +// at the end of the file!! + // ----------------------------------------------------------------------- // "Uberlaufpr"ufung ----------------------------------------------------- // ----------------------------------------------------------------------- -#define ACT_SVX_HID_END HID_GRID_NUMBEROFRECORDS +#define ACT_SVX_HID_END UID_ABSOLUTE_RECORD_WINDOW #if ACT_SVX_HID_END > HID_FORMS_END #error Resource-Ueberlauf in #line, #file |