diff options
author | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2023-10-02 01:11:21 +0200 |
---|---|---|
committer | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2023-12-30 22:42:05 +0100 |
commit | ebae130b0978f48af555a1f19f56685d3b3414e8 (patch) | |
tree | 0045a897a6f05c5892dd9ac711ff714285adce87 /svx/source/sidebar | |
parent | 819630ee52ae9e9249bb8e25ca8d97e9b3ce90de (diff) |
tdf#146619 Recheck svx/ with IWYU
Change-Id: I99650b50587294c20b1e92270e541140d9ec9cae
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161240
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'svx/source/sidebar')
4 files changed, 0 insertions, 5 deletions
diff --git a/svx/source/sidebar/area/AreaPropertyPanelBase.cxx b/svx/source/sidebar/area/AreaPropertyPanelBase.cxx index 682b83fc8908..9e9c5b882e52 100644 --- a/svx/source/sidebar/area/AreaPropertyPanelBase.cxx +++ b/svx/source/sidebar/area/AreaPropertyPanelBase.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <osl/diagnose.h> #include <svx/sidebar/AreaPropertyPanelBase.hxx> #include <svx/drawitem.hxx> #include <svx/itemwin.hxx> diff --git a/svx/source/sidebar/inspector/InspectorTextPanel.cxx b/svx/source/sidebar/inspector/InspectorTextPanel.cxx index 3ddba2db9e58..813dfc371092 100644 --- a/svx/source/sidebar/inspector/InspectorTextPanel.cxx +++ b/svx/source/sidebar/inspector/InspectorTextPanel.cxx @@ -24,8 +24,6 @@ #include <svx/sidebar/InspectorTextPanel.hxx> -#include <svl/cjkoptions.hxx> -#include <svl/ctloptions.hxx> #include <com/sun/star/awt/FontSlant.hpp> #include <com/sun/star/lang/IllegalArgumentException.hpp> #include <inspectorvalues.hrc> diff --git a/svx/source/sidebar/paragraph/ParaLineSpacingControl.cxx b/svx/source/sidebar/paragraph/ParaLineSpacingControl.cxx index bda7eb62e632..0046453614a4 100644 --- a/svx/source/sidebar/paragraph/ParaLineSpacingControl.cxx +++ b/svx/source/sidebar/paragraph/ParaLineSpacingControl.cxx @@ -28,7 +28,6 @@ #include <svtools/unitconv.hxx> #include <svl/intitem.hxx> -#include <svl/itempool.hxx> #include <svl/itemset.hxx> #include <ParaLineSpacingPopup.hxx> diff --git a/svx/source/sidebar/tools/ValueSetWithTextControl.cxx b/svx/source/sidebar/tools/ValueSetWithTextControl.cxx index 91cea51325e6..8919140b5d07 100644 --- a/svx/source/sidebar/tools/ValueSetWithTextControl.cxx +++ b/svx/source/sidebar/tools/ValueSetWithTextControl.cxx @@ -19,7 +19,6 @@ #include <svx/sidebar/ValueSetWithTextControl.hxx> #include <sfx2/sidebar/Theme.hxx> -#include <i18nlangtag/mslangid.hxx> #include <svtools/valueset.hxx> #include <vcl/event.hxx> #include <vcl/settings.hxx> |