diff options
author | Rene Engelhard <rene@debian.org> | 2020-12-10 18:39:26 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-12-13 17:29:09 +0100 |
commit | ee9ed2192b56c98e5b8ee9890ddb4c533117332a (patch) | |
tree | bdbc4f7d4bb0b0228d3e94b29e5428a07fc32b7f /compilerplugins | |
parent | e7fb2c18e96d04ec54274721df003ab01f2064ab (diff) |
tdf#138715 remove mork driver
since TB moved to sqlite
Change-Id: Ifddf1a6c9783a294ee9ccfac667c7e798674d7a0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107574
Tested-by: Jenkins
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'compilerplugins')
5 files changed, 0 insertions, 24 deletions
diff --git a/compilerplugins/clang/constantparam.numbers.results b/compilerplugins/clang/constantparam.numbers.results index 6d9d11c8e5a0..07016070b487 100644 --- a/compilerplugins/clang/constantparam.numbers.results +++ b/compilerplugins/clang/constantparam.numbers.results @@ -102,14 +102,6 @@ connectivity/source/drivers/firebird/Util.hxx:122 class rtl::OUString escapeWith(const class rtl::OUString &,const char,const char) const char aKey 39 -connectivity/source/drivers/mork/MorkParser.hxx:79 - struct MorkTableMap * MorkParser::getTables(int) - int tableScope - 128 -connectivity/source/drivers/mork/MQueryHelper.hxx:169 - _Bool connectivity::mork::MQueryHelper::getRowValue(class connectivity::ORowSetValue &,int,const class rtl::OUString &,int) - int nType - 12 connectivity/source/inc/java/sql/ConnectionLog.hxx:106 void connectivity::java::sql::ConnectionLog::log(const int,const class rtl::OUString &,type-parameter-?-?,type-parameter-?-?,type-parameter-?-?) const const int _nLogLevel diff --git a/compilerplugins/clang/unusedenumconstants.writeonly.results b/compilerplugins/clang/unusedenumconstants.writeonly.results index b8ff65f99e98..3465277daf9a 100644 --- a/compilerplugins/clang/unusedenumconstants.writeonly.results +++ b/compilerplugins/clang/unusedenumconstants.writeonly.results @@ -976,16 +976,6 @@ configmgr/source/access.hxx:442 enum configmgr::Access::(anonymous at /home/noel/libo/configmgr/source/access.hxx:441:5) IS_ANY configmgr/source/partial.hxx:33 enum configmgr::Partial::Containment CONTAINS_SUBNODES -connectivity/source/drivers/mork/MorkParser.hxx:59 - enum MorkErrors NoError -connectivity/source/drivers/mork/MorkParser.hxx:60 - enum MorkErrors FailedToOpen -connectivity/source/drivers/mork/MorkParser.hxx:61 - enum MorkErrors DefectedFormat -connectivity/source/drivers/mork/MorkParser.hxx:143 - enum MorkParser::NP Values -connectivity/source/drivers/mork/MStatement.hxx:99 - enum connectivity::mork::OCommonStatement::StatementType eCreateTable connectivity/source/inc/java/sql/ConnectionLog.hxx:67 enum connectivity::java::sql::ConnectionLog::ObjectType CONNECTION connectivity/source/inc/java/sql/ConnectionLog.hxx:68 diff --git a/compilerplugins/clang/unusedfields.untouched.results b/compilerplugins/clang/unusedfields.untouched.results index ff36b9e4d6b3..17de79de05b5 100644 --- a/compilerplugins/clang/unusedfields.untouched.results +++ b/compilerplugins/clang/unusedfields.untouched.results @@ -12,8 +12,6 @@ chart2/source/inc/ModifyListenerCallBack.hxx:53 chart::ModifyListenerCallBack m_xModifyListener css::uno::Reference<css::util::XModifyListener> comphelper/source/container/enumerablemap.cxx:297 comphelper::(anonymous namespace)::MapEnumeration m_xKeepMapAlive Reference<class com::sun::star::uno::XInterface> -connectivity/source/drivers/mork/MDatabaseMetaData.hxx:28 - connectivity::mork::ODatabaseMetaData m_pMetaDataHelper std::unique_ptr<MDatabaseMetaDataHelper> cppu/source/threadpool/threadpool.cxx:365 _uno_ThreadPool dummy sal_Int32 cppu/source/typelib/typelib.cxx:59 diff --git a/compilerplugins/clang/unusedfields.writeonly.results b/compilerplugins/clang/unusedfields.writeonly.results index 5d16d0717968..2f9e21552c0e 100644 --- a/compilerplugins/clang/unusedfields.writeonly.results +++ b/compilerplugins/clang/unusedfields.writeonly.results @@ -110,8 +110,6 @@ comphelper/source/misc/asyncnotification.cxx:86 comphelper::EventNotifierImpl pKeepThisAlive std::shared_ptr<AsyncEventNotifierAutoJoin> configmgr/source/components.cxx:162 configmgr::Components::WriteThread reference_ rtl::Reference<WriteThread> * -connectivity/source/drivers/mork/MorkParser.hxx:132 - MorkParser error_ enum MorkErrors connectivity/source/inc/calc/CConnection.hxx:51 connectivity::calc::OCalcConnection::CloseVetoButTerminateListener m_pCloseListener std::unique_ptr<utl::CloseVeto> connectivity/source/inc/odbc/OConnection.hxx:54 diff --git a/compilerplugins/clang/unusedmethods.results b/compilerplugins/clang/unusedmethods.results index 34d876877891..83e17844b03d 100644 --- a/compilerplugins/clang/unusedmethods.results +++ b/compilerplugins/clang/unusedmethods.results @@ -56,8 +56,6 @@ connectivity/source/drivers/firebird/Util.hxx:72 short connectivity::firebird::ColumnTypeInfo::getSubType() const connectivity/source/drivers/firebird/Util.hxx:74 const class rtl::OUString & connectivity::firebird::ColumnTypeInfo::getCharacterSet() const -connectivity/source/drivers/mork/mork_helper.cxx:37 - int main(int,char **) connectivity/source/drivers/mysqlc/mysqlc_connection.hxx:176 class rtl::OUString connectivity::mysqlc::OConnection::transFormPreparedStatement(const class rtl::OUString &) connectivity/source/drivers/mysqlc/mysqlc_prepared_resultset.hxx:94 |