diff options
Diffstat (limited to 'connectivity/source/inc/resource')
-rwxr-xr-x | connectivity/source/inc/resource/adabas_res.hrc | 43 | ||||
-rwxr-xr-x | connectivity/source/inc/resource/conn_shared_res.hrc | 3 |
2 files changed, 0 insertions, 46 deletions
diff --git a/connectivity/source/inc/resource/adabas_res.hrc b/connectivity/source/inc/resource/adabas_res.hrc deleted file mode 100755 index a5911dcd0e98..000000000000 --- a/connectivity/source/inc/resource/adabas_res.hrc +++ /dev/null @@ -1,43 +0,0 @@ -/************************************************************************* - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * - * Copyright 2000, 2010 Oracle and/or its affiliates. - * - * OpenOffice.org - a multi-platform office productivity suite - * - * 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 - * <http://www.openoffice.org/license.html> - * for a copy of the LGPLv3 License. - * - ************************************************************************/ - -#ifndef CONNECTIVITY_RESOURCE_ADABAS_HRC -#define CONNECTIVITY_RESOURCE_ADABAS_HRC - -#include "resource/conn_shared_res.hrc" -#include "resource/common_res.hrc" - -// ============================================================================ -// = the Adabas D driver's resource strings -// ============================================================================ -#define STR_NO_DISK_SPACE ( STR_ADABAS_BASE + 1 ) -#define STR_COMMAND_NOT_FOUND ( STR_ADABAS_BASE + 2 ) -#define STR_DATABASE_NEEDS_CONVERTING ( STR_ADABAS_BASE + 3 ) -#define STR_USER_NO_DELETE ( STR_ADABAS_BASE + 9 ) - -#endif // CONNECTIVITY_RESOURCE_ADABAS_HRC - diff --git a/connectivity/source/inc/resource/conn_shared_res.hrc b/connectivity/source/inc/resource/conn_shared_res.hrc index 981f5a89b4df..e11ca7a78b56 100755 --- a/connectivity/source/inc/resource/conn_shared_res.hrc +++ b/connectivity/source/inc/resource/conn_shared_res.hrc @@ -58,9 +58,6 @@ // 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 // ============================================================================ |