/************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * Copyright 2008 by Sun Microsystems, Inc. * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: conn_shared_res.hrc,v $ * $Revision: 1.5.56.1 $ * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License version 3 * only, as published by the Free Software Foundation. * * OpenOffice.org is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License version 3 for more details * (a copy is included in the LICENSE file that accompanied this code). * * You should have received a copy of the GNU Lesser General Public License * version 3 along with OpenOffice.org. If not, see * * for a copy of the LGPLv3 License. * ************************************************************************/ #ifndef CONNECTIVITY_SHARED_RES_HRC #define CONNECTIVITY_SHARED_RES_HRC // ============================================================================ // = normal resource ids, per driver // Mozilla driver resource ids #define STR_MOZAB_BASE 1000 // common resource ids #define STR_COMMON_BASE 1200 // Spreadsheet driver resource ids #define STR_CALC_BASE 1300 // DBase driver resource ids #define STR_DBASE_BASE 1400 // ADO driver resource ids #define STR_ADO_BASE 1450 // EVOAB2 driver resource ids #define STR_EVOAB2_BASE 1500 // FILE driver resource ids #define STR_FILE_BASE 1550 // KAB driver resource ids #define STR_KAB_BASE 1600 // MACAB driver resource ids #define STR_MACAB_BASE 1650 // Adabas D driver resource ids #define STR_ADABAS_BASE 1700 // hsqldb driver resource ids #define STR_HSQLDB_BASE 1750 // ============================================================================ // = resource ids for log messages #define STR_LOG_MESSAGE_BASE 10000 // log messages for the jdbc driver #define STR_JDBC_LOG_MESSAGE_BASE STR_LOG_MESSAGE_BASE + 500 #endif