User: rt Date: 2007-07-06 08:28:00+0000 Modified: dba/dbaccess/source/ui/inc/dbu_dlg.hrc
Log: INTEGRATION: CWS oj14 (1.12.4); FILE MERGED 2007/06/06 07:34:39 lla 1.12.4.1: #i77259# new dialog if extension is not present File Changes: Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: dbu_dlg.hrc Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/dbu_dlg.hrc?r1=1.12&r2=1.13 Delta lines: +5 -1 ------------------- --- dbu_dlg.hrc 2006-12-13 16:52:15+0000 1.12 +++ dbu_dlg.hrc 2007-07-06 08:27:58+0000 1.13 @@ -128,9 +128,13 @@ #define STR_EXCEPTION_INFO RID_STR_DLG_START + 64 #define STR_EXCEPTION_DETAILS RID_STR_DLG_START + 65 + + // please adjust checking before insert new strings -#if STR_EXCEPTION_DETAILS > RID_STR_DLG_END +#define LAST_STR_HERE RID_STR_DLG_START + 65 + +#if LAST_STR_HERE > RID_STR_DLG_END #error Resource-Id Overflow in #file, #line #endif --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
