tdf#146619 Recheck include/[e-j]* with IWYU
Change-Id: I705becd4618989ca274ca8c42eeff3bc18a4ae76 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156986 Tested-by: Jenkins Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
This commit is contained in:
parent
c17d369230
commit
7d66020d29
12 changed files with 7 additions and 9 deletions
|
@ -754,6 +754,7 @@ excludelist:
|
|||
- com/sun/star/awt/FontDescriptor.hpp
|
||||
- com/sun/star/style/LineSpacing.hpp
|
||||
- com/sun/star/style/TabStop.hpp
|
||||
- com/sun/star/util/XComplexColor.hpp
|
||||
- editeng/eeitem.hxx
|
||||
include/formula/FormulaOpCodeMapperObj.hxx:
|
||||
# base class has to be a complete type
|
||||
|
|
|
@ -28,7 +28,6 @@
|
|||
#include <cppuhelper/compbase.hxx>
|
||||
#include <cppuhelper/basemutex.hxx>
|
||||
#include <editeng/editengdllapi.h>
|
||||
#include <rtl/ref.hxx>
|
||||
|
||||
namespace com::sun::star::accessibility { class XAccessibleRelationSet; }
|
||||
namespace com::sun::star::accessibility { struct AccessibleEventObject; }
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
#define INCLUDED_EDITENG_ACCESSIBLEEDITABLETEXTPARA_HXX
|
||||
|
||||
#include <config_options.h>
|
||||
#include <rtl/ref.hxx>
|
||||
#include <rtl/ustring.hxx>
|
||||
#include <tools/gen.hxx>
|
||||
#include <comphelper/compbase.hxx>
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
#include <rtl/ustring.hxx>
|
||||
#include <unotools/resmgr.hxx>
|
||||
#include <memory>
|
||||
#include <mutex>
|
||||
|
||||
class GlobalEditData;
|
||||
namespace editeng
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <editeng/editengdllapi.h>
|
||||
#include <rtl/ustring.hxx>
|
||||
|
||||
/*************************************************************************
|
||||
* class SvxDoCapitals
|
||||
|
|
|
@ -44,7 +44,6 @@
|
|||
#include <com/sun/star/util/XComplexColor.hpp>
|
||||
#include <comphelper/interfacecontainer4.hxx>
|
||||
#include <cppuhelper/implbase.hxx>
|
||||
#include <cppuhelper/implbase1.hxx>
|
||||
#include <cppuhelper/weakagg.hxx>
|
||||
#include <osl/diagnose.hxx>
|
||||
#include <o3tl/span.hxx>
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
|
||||
#include <filter/msfilter/msfilterdllapi.h>
|
||||
#include <rtl/string.hxx>
|
||||
#include <rtl/ustring.hxx>
|
||||
#include <rtl/textenc.h>
|
||||
#include <sal/types.h>
|
||||
#include <tools/solar.h>
|
||||
|
|
|
@ -40,6 +40,7 @@
|
|||
#include <rtl/ustring.hxx>
|
||||
#include <sal/types.h>
|
||||
#include <svx/msdffdef.hxx>
|
||||
#include <svx/svdobj.hxx>
|
||||
#include <tools/color.hxx>
|
||||
#include <tools/fontenum.hxx>
|
||||
#include <tools/gen.hxx>
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
|
||||
#include <com/sun/star/table/CellAddress.hpp>
|
||||
#include <com/sun/star/uno/Reference.hxx>
|
||||
#include <rtl/string.hxx>
|
||||
#include <rtl/ustring.hxx>
|
||||
#include <sal/types.h>
|
||||
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
#ifndef INCLUDED_FORMULA_FORMULAHELPER_HXX
|
||||
#define INCLUDED_FORMULA_FORMULAHELPER_HXX
|
||||
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
|
||||
#include <formula/formuladllapi.h>
|
||||
|
|
|
@ -20,7 +20,8 @@
|
|||
#define INCLUDED_I18NUTIL_SCRIPTTYPEDETECTOR_HXX
|
||||
|
||||
#include <i18nutil/i18nutildllapi.h>
|
||||
#include <rtl/ustring.hxx>
|
||||
|
||||
#include <string_view>
|
||||
|
||||
class I18NUTIL_DLLPUBLIC ScriptTypeDetector
|
||||
{
|
||||
|
|
|
@ -32,7 +32,8 @@
|
|||
#endif
|
||||
|
||||
#include <jvmaccess/jvmaccessdllapi.h>
|
||||
#include <rtl/ustring.hxx>
|
||||
|
||||
#include <string_view>
|
||||
|
||||
namespace com::sun::star::uno
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue