User: rt Date: 2007-11-13 14:09:14+0000 Modified: dba/dbaccess/source/ui/inc/dbu_uno.hrc
Log: INTEGRATION: CWS dba24lastminutestrings (1.4.362); FILE MERGED 2007/11/09 20:09:30 fs 1.4.362.1: #i83469# File Changes: Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: dbu_uno.hrc Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/dbu_uno.hrc?r1=1.4&r2=1.5 Delta lines: +13 -5 -------------------- --- dbu_uno.hrc 2005-09-08 15:51:04+0000 1.4 +++ dbu_uno.hrc 2007-11-13 14:09:11+0000 1.5 @@ -39,13 +39,21 @@ #include "dbu_resource.hrc" #endif -#define STR_REMEMBERPASSWORD_PERSISTENT RID_STR_UNO_START +#define STR_REMEMBERPASSWORD_PERSISTENT ( RID_STR_UNO_START + 0 ) +#define STR_CTW_NO_VIEWS_SUPPORT ( RID_STR_UNO_START + 1 ) +#define STR_CTW_NO_PRIMARY_KEY_SUPPORT ( RID_STR_UNO_START + 2 ) +#define STR_CTW_INVALID_DATA_ACCESS_DESCRIPTOR ( RID_STR_UNO_START + 3 ) +#define STR_CTW_ONLY_TABLES_AND_QUERIES_SUPPORT ( RID_STR_UNO_START + 4 ) +#define STR_CTW_COPY_SOURCE_NEEDS_BOOKMARKS ( RID_STR_UNO_START + 5 ) +#define STR_CTW_UNSUPPORTED_COLUMN_TYPE ( RID_STR_UNO_START + 6 ) +#define STR_CTW_ILLEGAL_PARAMETER_COUNT ( RID_STR_UNO_START + 7 ) +#define STR_CTW_ERROR_DURING_INITIALIZATION ( RID_STR_UNO_START + 8 ) +// please adjust when inserting new strings: +#define RID_STR_UNO_LAST_USED STR_CTW_ERROR_DURING_INITIALIZATION -// please adjust checking before insert new strings - -#if STR_REMEMBERPASSWORD_PERSISTENT > RID_STR_UNO_END -#error Resource-Id Ueberlauf in #file, #line +#if RID_STR_UNO_LAST_USED >= RID_STR_UNO_END +#error too many resources in uno .... #endif #endif // _DBU_UNO_HRC_ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
