summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorjucasaca <jucasaca@gmail.com>2024-04-03 18:15:39 +0200
committerMike Kaganski <mike.kaganski@collabora.com>2024-04-18 16:19:04 +0200
commit7edca7dc740f6877fa85c2a996ca869c6b971a48 (patch)
tree5d627cea026d412fb58854d6d5213708c40f312d /sw/inc
parente1268721d4266ed1254da99581a7c2c3dfb72ba6 (diff)
tdf#158056 Connect to MS Access .mdb files by mean of ACE.OLEDB.12.0 provider
* Modify the code so that all connections to MS Access files, both .mdb and .accdb are made with the provider "Microsoft.ACE.OLEDB.12.0". * Remove all references to the "Microsoft.Jet.OLEDB.4.0" provider to clean up the code. * Leave only one entry "Microsoft Access" in the Connection Wizard, which would work for .mdb and .accdb files. * Remove the entry "Microsoft Access 2007" from the Connection Wizard, since it is no longer needed. Change-Id: If523712d071199d61e0c994b35291d3a69246ad1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165756 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/dbmgr.hxx1
-rw-r--r--sw/inc/strings.hrc3
2 files changed, 1 insertions, 3 deletions
diff --git a/sw/inc/dbmgr.hxx b/sw/inc/dbmgr.hxx
index 9693eee95c74..ae5730d5cfc1 100644
--- a/sw/inc/dbmgr.hxx
+++ b/sw/inc/dbmgr.hxx
@@ -485,7 +485,6 @@ enum class DBConnURIType
CALC,
DBASE,
FLAT,
- MSJET,
MSACE,
WRITER
};
diff --git a/sw/inc/strings.hrc b/sw/inc/strings.hrc
index b3e9a9370bfc..ea58fccb736c 100644
--- a/sw/inc/strings.hrc
+++ b/sw/inc/strings.hrc
@@ -891,8 +891,7 @@
#define STR_FILTER_DOC NC_("STR_FILTER_DOC", "Microsoft Word")
#define STR_FILTER_TXT NC_("STR_FILTER_TXT", "Plain text")
#define STR_FILTER_CSV NC_("STR_FILTER_CSV", "Text Comma Separated")
-#define STR_FILTER_MDB NC_("STR_FILTER_MDB", "Microsoft Access")
-#define STR_FILTER_ACCDB NC_("STR_FILTER_ACCDB", "Microsoft Access 2007")
+#define STR_FILTER_ACCDB NC_("STR_FILTER_ACCDB", "Microsoft Access")
#define ST_CONFIGUREMAIL NC_("ST_CONFIGUREMAIL", "In order to be able to send mail merge documents by email, %PRODUCTNAME requires information about the email account to be used.\n\nDo you want to enter email account information now?")
#define ST_FILTERNAME NC_("ST_FILTERNAME", "%PRODUCTNAME Address List (.csv)")