summaryrefslogtreecommitdiff
path: root/compilerplugins
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2023-12-29 00:58:06 +0100
committerThorsten Behrens <thorsten.behrens@allotropia.de>2024-01-03 15:38:17 +0100
commitbae684927c46e6105e78863bd9ee8560426a1b95 (patch)
tree150c1f41119b3988fc5117a84a4914c9d586ea48 /compilerplugins
parente0f710ad29d33acda3c1b77d7a0980ca9ae2e3d1 (diff)
Drop now unused SvtSlideSorterBarOptions class
Change-Id: I9db309b15e490c9bd03e767c192ba364a4ffe214 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161452 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'compilerplugins')
-rw-r--r--compilerplugins/clang/staticmethods.cxx1
-rw-r--r--compilerplugins/clang/unusedvarsglobal.untouched.results2
2 files changed, 0 insertions, 3 deletions
diff --git a/compilerplugins/clang/staticmethods.cxx b/compilerplugins/clang/staticmethods.cxx
index 38180c1daa2c..a28d605b3af3 100644
--- a/compilerplugins/clang/staticmethods.cxx
+++ b/compilerplugins/clang/staticmethods.cxx
@@ -137,7 +137,6 @@ bool StaticMethods::TraverseCXXMethodDecl(const CXXMethodDecl * pCXXMethodDecl)
|| cdc.Class("SvtOptionsDrawinglayer").GlobalNamespace()
|| cdc.Class("SvtMenuOptions").GlobalNamespace()
|| cdc.Class("SvtToolPanelOptions").GlobalNamespace()
- || cdc.Class("SvtSlideSorterBarOptions").GlobalNamespace()
|| (cdc.Class("SharedResources").Namespace("connectivity")
.GlobalNamespace())
|| (cdc.Class("OParseContextClient").Namespace("svxform")
diff --git a/compilerplugins/clang/unusedvarsglobal.untouched.results b/compilerplugins/clang/unusedvarsglobal.untouched.results
index 4fcb089e21b3..8f96ddf92ab3 100644
--- a/compilerplugins/clang/unusedvarsglobal.untouched.results
+++ b/compilerplugins/clang/unusedvarsglobal.untouched.results
@@ -26,8 +26,6 @@ desktop/source/lib/init.cxx:7379
svtools::ColorConfig aColorConfig
desktop/source/lib/init.cxx:7380
SvtMiscOptions aSvtMiscOptions
-desktop/source/lib/init.cxx:7381
- SvtSlideSorterBarOptions aSvtSlideSorterBarOptions
desktop/source/lib/init.cxx:7382
SvtCommandOptions aSvtCommandOptions
desktop/source/lib/init.cxx:7383