From 7bb20ab2e84cf4d84d24bfcd8103946e92f2ae06 Mon Sep 17 00:00:00 2001 From: Maxim Monastirsky Date: Thu, 13 Aug 2020 01:05:59 +0300 Subject: One toolbar generic controller is enough The one from framework is more feature complete, so use that one. Change-Id: I499f0ae1d20c588cfc04beebc643819559325882 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100726 Tested-by: Jenkins Reviewed-by: Maxim Monastirsky --- solenv/clang-format/excludelist | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'solenv/clang-format') diff --git a/solenv/clang-format/excludelist b/solenv/clang-format/excludelist index f8dc69f04d38..281b92c86875 100644 --- a/solenv/clang-format/excludelist +++ b/solenv/clang-format/excludelist @@ -4922,7 +4922,6 @@ framework/inc/uielement/fontmenucontroller.hxx framework/inc/uielement/fontsizemenucontroller.hxx framework/inc/uielement/footermenucontroller.hxx framework/inc/uielement/genericstatusbarcontroller.hxx -framework/inc/uielement/generictoolbarcontroller.hxx framework/inc/uielement/headermenucontroller.hxx framework/inc/uielement/imagebuttontoolbarcontroller.hxx framework/inc/uielement/itemcontainer.hxx @@ -6046,6 +6045,7 @@ include/framework/documentundoguard.hxx include/framework/framecontainer.hxx include/framework/framelistanalyzer.hxx include/framework/gate.hxx +include/framework/generictoolbarcontroller.hxx include/framework/imutex.hxx include/framework/interaction.hxx include/framework/sfxhelperfunctions.hxx @@ -6571,7 +6571,6 @@ include/svtools/extcolorcfg.hxx include/svtools/filechangedchecker.hxx include/svtools/fontsubstconfig.hxx include/svtools/framestatuslistener.hxx -include/svtools/generictoolboxcontroller.hxx include/svtools/genericunodialog.hxx include/svtools/helpids.h include/svtools/helpopt.hxx @@ -13087,7 +13086,6 @@ svtools/source/uno/addrtempuno.cxx svtools/source/uno/fpicker.cxx svtools/source/uno/fpicker.hxx svtools/source/uno/framestatuslistener.cxx -svtools/source/uno/generictoolboxcontroller.cxx svtools/source/uno/genericunodialog.cxx svtools/source/uno/miscservices.cxx svtools/source/uno/popupmenucontrollerbase.cxx -- cgit