diff options
author | Jan-Marek Glogowski <glogow@fbihome.de> | 2020-12-14 14:22:01 +0100 |
---|---|---|
committer | Jan-Marek Glogowski <glogow@fbihome.de> | 2020-12-14 16:16:09 +0100 |
commit | c1625e807ff7d94d0598b2aa86735fb94b829288 (patch) | |
tree | 92932df052ecb5aa56dc3a7903189dbd050f46ee /compilerplugins | |
parent | f5af2104fc490b90510e36bbf1d2adec8017c594 (diff) |
tdf#138715 remove mork strings and install targets
Hopefully fixes the package build. Regression from commit
ee9ed2192b56c98e5b8ee9890ddb4c533117332a ("tdf#138715 remove mork
driver").
Change-Id: I0faad65af834e3668c9845eadfe3439ae57b3699
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107692
Tested-by: Jenkins
Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
Diffstat (limited to 'compilerplugins')
-rw-r--r-- | compilerplugins/clang/staticmethods.cxx | 2 | ||||
-rw-r--r-- | compilerplugins/clang/unusedmethods.results | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/compilerplugins/clang/staticmethods.cxx b/compilerplugins/clang/staticmethods.cxx index 86206022496f..06afc3d92584 100644 --- a/compilerplugins/clang/staticmethods.cxx +++ b/compilerplugins/clang/staticmethods.cxx @@ -150,8 +150,6 @@ bool StaticMethods::TraverseCXXMethodDecl(const CXXMethodDecl * pCXXMethodDecl) .Class("OleEmbeddedObject").GlobalNamespace()) || (fdc.Function("GetRidOfComponent").Class("OleEmbeddedObject") .GlobalNamespace()) - || (fdc.Function("isProfileLocked").Class("ProfileAccess") - .Namespace("mozab").Namespace("connectivity").GlobalNamespace()) || cdc.Class("SbxDecimal").GlobalNamespace() || fdc.Function("Call").Class("SbiDllMgr").GlobalNamespace() || fdc.Function("FreeDll").Class("SbiDllMgr").GlobalNamespace() diff --git a/compilerplugins/clang/unusedmethods.results b/compilerplugins/clang/unusedmethods.results index 56846f836155..cb8303fbb3d8 100644 --- a/compilerplugins/clang/unusedmethods.results +++ b/compilerplugins/clang/unusedmethods.results @@ -54,8 +54,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 |