From a41aef4c1648519b934f0aed06d1c75f75fd852a Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 12 Apr 2021 16:59:53 +0200 Subject: loplugin:unusedmethods Change-Id: I9c1c6f27e35a66d8e3623c3ebb1618dceda60e24 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113988 Tested-by: Jenkins Reviewed-by: Noel Grandin --- solenv/clang-format/excludelist | 2 -- 1 file changed, 2 deletions(-) (limited to 'solenv') diff --git a/solenv/clang-format/excludelist b/solenv/clang-format/excludelist index 3a08ed8cf255..ae149d09096b 100644 --- a/solenv/clang-format/excludelist +++ b/solenv/clang-format/excludelist @@ -10350,7 +10350,6 @@ sfx2/inc/sidebar/ContextChangeBroadcaster.hxx sfx2/inc/sidebar/ContextList.hxx sfx2/inc/sidebar/ControllerFactory.hxx sfx2/inc/sidebar/DeckLayouter.hxx -sfx2/inc/sidebar/DrawHelper.hxx sfx2/inc/sidebar/PanelDescriptor.hxx sfx2/inc/sidebar/PanelTitleBar.hxx sfx2/inc/sidebar/SidebarToolBox.hxx @@ -10563,7 +10562,6 @@ sfx2/source/sidebar/Deck.cxx sfx2/source/sidebar/DeckDescriptor.cxx sfx2/source/sidebar/DeckLayouter.cxx sfx2/source/sidebar/DeckTitleBar.cxx -sfx2/source/sidebar/DrawHelper.cxx sfx2/source/sidebar/FocusManager.cxx sfx2/source/sidebar/IContextChangeReceiver.cxx sfx2/source/sidebar/ILayoutableWindow.cxx -- cgit