summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-02-18 20:24:08 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-02-19 13:38:45 +0000
commitaf9709c3cba8c386a30553c43a620320b15c65f4 (patch)
tree9577932ccec61d1bc10553092abba92af332f765 /connectivity
parent3b2b7be3b721a328b2cd32a34d0c03dd98a89a6c (diff)
remove adabas/adabasui
Diffstat (limited to 'connectivity')
-rwxr-xr-xconnectivity/source/inc/resource/adabas_res.hrc43
-rwxr-xr-xconnectivity/source/inc/resource/conn_shared_res.hrc3
-rw-r--r--connectivity/source/resource/conn_shared_res.src19
3 files changed, 0 insertions, 65 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
// ============================================================================
diff --git a/connectivity/source/resource/conn_shared_res.src b/connectivity/source/resource/conn_shared_res.src
index 1c1d703e6679..18edb166b61d 100644
--- a/connectivity/source/resource/conn_shared_res.src
+++ b/connectivity/source/resource/conn_shared_res.src
@@ -33,7 +33,6 @@
#include "resource/file_res.hrc"
#include "resource/evoab2_res.hrc"
#include "resource/kab_res.hrc"
-#include "resource/adabas_res.hrc"
#include "resource/hsqldb_res.hrc"
// ============================================================================
@@ -599,24 +598,6 @@ String STR_NO_MAC_OS_FOUND
Text [ en-US ] = "No suitable Mac OS installation was found.";
};
-// ADABAS D
-String STR_NO_DISK_SPACE
-{
- Text [ en-US ] = "The database file '$filename$' could not be created. Please check your disk space.";
-};
-
-String STR_COMMAND_NOT_FOUND
-{
- Text [ en-US ] = "The database '$databasename$' could not be started because the command '$progname$' could not be executed.";
-};
-String STR_DATABASE_NEEDS_CONVERTING
-{
- Text [ en-US ] = "The current database need to be converted. Please insert control user and password.";
-};
-String STR_USER_NO_DELETE
-{
- Text [ en-US ] = "This user couldn't be deleted. Otherwise the database stays in a inconsistent state.";
-};
// hsqldb
String STR_NO_STROAGE
{