Tag: cws_src680_qiq User: fs Date: 06/05/23 23:47:51 Modified: /dba/dbaccess/source/ui/inc/ dbu_misc.hrc
Log: moved two strings to another place (adbt lib) File Changes: Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: dbu_misc.hrc Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/dbu_misc.hrc?r1=1.5.124.3&r2=1.5.124.4 Delta lines: +3 -5 ------------------- --- dbu_misc.hrc 18 May 2006 09:16:13 -0000 1.5.124.3 +++ dbu_misc.hrc 24 May 2006 06:47:48 -0000 1.5.124.4 @@ -4,9 +4,9 @@ * * $RCSfile: dbu_misc.hrc,v $ * - * $Revision: 1.5.124.3 $ + * $Revision: 1.5.124.4 $ * - * last change: $Author: fs $ $Date: 2006/05/18 09:16:13 $ + * last change: $Author: fs $ $Date: 2006/05/24 06:47:48 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -57,12 +57,10 @@ #define STR_FILE_DOES_NOT_EXIST RID_STR_MISC_START + 14 #define STR_WARNINGS_DURING_CONNECT RID_STR_MISC_START + 15 #define STR_NAMED_OBJECT_ALREADY_EXISTS RID_STR_MISC_START + 16 -#define STR_NAME_ALREADY_USED_IN_DB RID_STR_MISC_START + 17 -#define STR_QUERY_AND_TABLE_DISTINCT_NAMES RID_STR_MISC_START + 18 // please adjust checking before insert new strings -#if STR_OBJECT_EXISTS_ALREADY > RID_STR_MISC_END +#if STR_NAMED_OBJECT_ALREADY_EXISTS > RID_STR_MISC_END #error Resource-Id Ueberlauf in #file, #line #endif --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
