Remove some unused includes
Mostly com/sun/star/frame/Desktop.hpp is unused after inheriting from UnoApiTest. Change-Id: Ifba307353a11a14e033a230a291314bee86b51c8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143190 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
This commit is contained in:
parent
8ba1c4e273
commit
c130063895
56 changed files with 10 additions and 118 deletions
|
@ -7,13 +7,10 @@
|
|||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*/
|
||||
|
||||
#include <com/sun/star/frame/Desktop.hpp>
|
||||
#include <test/unoapi_test.hxx>
|
||||
|
||||
#include <comphelper/processfactory.hxx>
|
||||
#include <sfx2/app.hxx>
|
||||
#include <sfx2/objsh.hxx>
|
||||
#include <sfx2/sfxbasemodel.hxx>
|
||||
#include <test/unoapi_test.hxx>
|
||||
#include <vcl/BitmapReadAccess.hxx>
|
||||
#include <vcl/filter/PngImageWriter.hxx>
|
||||
#include <vcl/gdimtf.hxx>
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
|
||||
#include <test/unoapi_test.hxx>
|
||||
|
||||
#include <com/sun/star/frame/Desktop.hpp>
|
||||
#include <com/sun/star/embed/XStorage.hpp>
|
||||
|
||||
#include <comphelper/embeddedobjectcontainer.hxx>
|
||||
|
|
|
@ -4,9 +4,6 @@ excludelist:
|
|||
filter/source/graphicfilter/icgm/cgm.cxx:
|
||||
# OSL_BIGENDIAN is being checked
|
||||
- osl/endian.h
|
||||
filter/source/graphicfilter/ieps/ieps.cxx:
|
||||
# Needed on WIN32
|
||||
- o3tl/char16_t2wchar_t.hxx
|
||||
filter/source/msfilter/mscodec.cxx:
|
||||
# Actually used
|
||||
- com/sun/star/beans/NamedValue.hpp
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
|
||||
#include <com/sun/star/document/XExporter.hpp>
|
||||
#include <com/sun/star/document/XFilter.hpp>
|
||||
#include <com/sun/star/frame/Desktop.hpp>
|
||||
#include <com/sun/star/xml/crypto/SEInitializer.hpp>
|
||||
#include <com/sun/star/drawing/XDrawPageSupplier.hpp>
|
||||
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||
|
|
|
@ -9,11 +9,8 @@
|
|||
|
||||
#include <sal/config.h>
|
||||
|
||||
#include <string_view>
|
||||
|
||||
#include <test/unoapixml_test.hxx>
|
||||
|
||||
#include <com/sun/star/frame/Desktop.hpp>
|
||||
#include <com/sun/star/frame/XStorable.hpp>
|
||||
#include <com/sun/star/io/XOutputStream.hpp>
|
||||
#include <com/sun/star/drawing/XShape.hpp>
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
#include <test/unoapi_test.hxx>
|
||||
|
||||
#include <com/sun/star/document/XExtendedFilterDetection.hpp>
|
||||
#include <com/sun/star/frame/Desktop.hpp>
|
||||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||
#include <com/sun/star/drawing/XDrawPagesSupplier.hpp>
|
||||
#include <com/sun/star/sheet/XCellRangesAccess.hpp>
|
||||
|
|
|
@ -16,8 +16,6 @@
|
|||
#include <com/sun/star/drawing/XDrawPagesSupplier.hpp>
|
||||
#include <com/sun/star/drawing/FillStyle.hpp>
|
||||
#include <com/sun/star/drawing/XShape.hpp>
|
||||
#include <com/sun/star/frame/Desktop.hpp>
|
||||
#include <com/sun/star/frame/XStorable.hpp>
|
||||
#include <com/sun/star/drawing/EnhancedCustomShapeAdjustmentValue.hpp>
|
||||
#include <com/sun/star/chart2/XChartDocument.hpp>
|
||||
#include <com/sun/star/chart2/XCoordinateSystemContainer.hpp>
|
||||
|
@ -32,8 +30,6 @@
|
|||
#include <com/sun/star/table/XCellRange.hpp>
|
||||
|
||||
#include <comphelper/sequenceashashmap.hxx>
|
||||
#include <unotools/mediadescriptor.hxx>
|
||||
#include <unotools/tempfile.hxx>
|
||||
|
||||
using namespace ::com::sun::star;
|
||||
|
||||
|
|
|
@ -9,12 +9,6 @@
|
|||
|
||||
#include <test/unoapixml_test.hxx>
|
||||
|
||||
#include <com/sun/star/frame/Desktop.hpp>
|
||||
#include <com/sun/star/frame/XStorable.hpp>
|
||||
|
||||
#include <unotools/mediadescriptor.hxx>
|
||||
#include <unotools/tempfile.hxx>
|
||||
|
||||
using namespace ::com::sun::star;
|
||||
|
||||
namespace
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
#include <test/unoapi_test.hxx>
|
||||
|
||||
#include <com/sun/star/drawing/XDrawPagesSupplier.hpp>
|
||||
#include <com/sun/star/frame/Desktop.hpp>
|
||||
|
||||
using namespace ::com::sun::star;
|
||||
|
||||
|
|
|
@ -9,15 +9,14 @@
|
|||
|
||||
#include <sal/config.h>
|
||||
|
||||
#include <string_view>
|
||||
|
||||
#include <test/unoapi_test.hxx>
|
||||
|
||||
#include <string_view>
|
||||
|
||||
#include <com/sun/star/awt/Size.hpp>
|
||||
#include <com/sun/star/drawing/TextHorizontalAdjust.hpp>
|
||||
#include <com/sun/star/drawing/TextVerticalAdjust.hpp>
|
||||
#include <com/sun/star/drawing/XDrawPagesSupplier.hpp>
|
||||
#include <com/sun/star/frame/Desktop.hpp>
|
||||
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||
#include <com/sun/star/text/XTextRange.hpp>
|
||||
|
||||
|
|
|
@ -9,8 +9,6 @@
|
|||
|
||||
#include <sal/config.h>
|
||||
|
||||
#include <string_view>
|
||||
|
||||
#include <test/unoapi_test.hxx>
|
||||
|
||||
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||
|
@ -20,7 +18,6 @@
|
|||
#include <com/sun/star/drawing/PolygonKind.hpp>
|
||||
#include <com/sun/star/drawing/PolyPolygonBezierCoords.hpp>
|
||||
#include <com/sun/star/drawing/XDrawPagesSupplier.hpp>
|
||||
#include <com/sun/star/frame/Desktop.hpp>
|
||||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||
#include <com/sun/star/drawing/ColorMode.hpp>
|
||||
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
#include <com/sun/star/text/XTextCursor.hpp>
|
||||
#include <com/sun/star/text/WritingMode.hpp>
|
||||
#include <com/sun/star/text/WritingMode2.hpp>
|
||||
#include <svx/svdtrans.hxx>
|
||||
#include <oox/helper/attributelist.hxx>
|
||||
#include <oox/token/namespaces.hxx>
|
||||
#include <oox/token/tokens.hxx>
|
||||
|
@ -30,6 +29,7 @@
|
|||
#include <oox/drawingml/drawingmltypes.hxx>
|
||||
#include <drawingml/textbody.hxx>
|
||||
#include <drawingml/textbodyproperties.hxx>
|
||||
#include <tools/helpers.hxx>
|
||||
|
||||
#include <optional>
|
||||
|
||||
|
|
|
@ -12,13 +12,10 @@
|
|||
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||
#include <com/sun/star/drawing/XDrawPagesSupplier.hpp>
|
||||
#include <com/sun/star/drawing/XMasterPageTarget.hpp>
|
||||
#include <com/sun/star/frame/Desktop.hpp>
|
||||
#include <com/sun/star/frame/XStorable.hpp>
|
||||
#include <com/sun/star/util/Color.hpp>
|
||||
|
||||
#include <unotools/mediadescriptor.hxx>
|
||||
#include <unotools/tempfile.hxx>
|
||||
#include <test/xmldocptr.hxx>
|
||||
#include <comphelper/sequenceashashmap.hxx>
|
||||
|
||||
using namespace ::com::sun::star;
|
||||
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
|
||||
#include <test/unoapi_test.hxx>
|
||||
|
||||
#include <com/sun/star/frame/Desktop.hpp>
|
||||
#include <com/sun/star/view/XSelectionSupplier.hpp>
|
||||
#include <com/sun/star/drawing/XDrawPagesSupplier.hpp>
|
||||
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
|
||||
#include <test/unoapi_test.hxx>
|
||||
|
||||
#include <com/sun/star/frame/Desktop.hpp>
|
||||
#include <com/sun/star/drawing/XDrawView.hpp>
|
||||
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
|
||||
#include <test/unoapi_test.hxx>
|
||||
#include <com/sun/star/embed/XStorage.hpp>
|
||||
#include <com/sun/star/frame/Desktop.hpp>
|
||||
#include <com/sun/star/drawing/XDrawPagesSupplier.hpp>
|
||||
|
||||
#include <comphelper/storagehelper.hxx>
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
|
||||
#include <com/sun/star/drawing/XDrawPagesSupplier.hpp>
|
||||
#include <com/sun/star/drawing/XDrawPage.hpp>
|
||||
#include <com/sun/star/frame/Desktop.hpp>
|
||||
|
||||
#include <drawinglayer/tools/primitive2dxmldump.hxx>
|
||||
#include <rtl/ustring.hxx>
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
#include <test/unoapi_test.hxx>
|
||||
|
||||
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||
#include <com/sun/star/frame/Desktop.hpp>
|
||||
#include <com/sun/star/drawing/XDrawPagesSupplier.hpp>
|
||||
#include <com/sun/star/drawing/XMasterPageTarget.hpp>
|
||||
#include <com/sun/star/text/XTextRange.hpp>
|
||||
|
|
|
@ -12,8 +12,6 @@
|
|||
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||
#include <com/sun/star/drawing/XDrawPagesSupplier.hpp>
|
||||
#include <com/sun/star/drawing/XDrawPage.hpp>
|
||||
#include <com/sun/star/frame/Desktop.hpp>
|
||||
#include <com/sun/star/frame/XStorable.hpp>
|
||||
#include <com/sun/star/text/XTextRange.hpp>
|
||||
#include <com/sun/star/drawing/FillStyle.hpp>
|
||||
#include <com/sun/star/drawing/LineStyle.hpp>
|
||||
|
@ -26,7 +24,6 @@
|
|||
#include <svx/sdr/contact/displayinfo.hxx>
|
||||
#include <svx/sdr/contact/viewcontact.hxx>
|
||||
#include <svx/sdr/contact/viewobjectcontact.hxx>
|
||||
#include <svx/svdpage.hxx>
|
||||
#include <svx/svdorect.hxx>
|
||||
#include <svx/unopage.hxx>
|
||||
#include <svx/svdview.hxx>
|
||||
|
@ -36,7 +33,6 @@
|
|||
#include <sfx2/viewsh.hxx>
|
||||
#include <svl/itempool.hxx>
|
||||
#include <svx/svdomedia.hxx>
|
||||
#include <unotools/mediadescriptor.hxx>
|
||||
#include <vcl/filter/PDFiumLibrary.hxx>
|
||||
|
||||
#include <sdr/contact/objectcontactofobjlistpainter.hxx>
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
|
||||
#include <com/sun/star/drawing/XDrawPagesSupplier.hpp>
|
||||
#include <com/sun/star/drawing/XDrawPage.hpp>
|
||||
#include <com/sun/star/frame/Desktop.hpp>
|
||||
|
||||
#include <drawinglayer/tools/primitive2dxmldump.hxx>
|
||||
#include <rtl/ustring.hxx>
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
|
||||
#include <com/sun/star/drawing/GraphicExportFilter.hpp>
|
||||
#include <com/sun/star/drawing/XDrawPageSupplier.hpp>
|
||||
#include <com/sun/star/frame/Desktop.hpp>
|
||||
#include <com/sun/star/drawing/XDrawPagesSupplier.hpp>
|
||||
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||
#include <com/sun/star/awt/XControlModel.hpp>
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
|
||||
#include <com/sun/star/drawing/XDrawPagesSupplier.hpp>
|
||||
#include <com/sun/star/drawing/XDrawPage.hpp>
|
||||
#include <com/sun/star/frame/Desktop.hpp>
|
||||
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||
#include <com/sun/star/graphic/XGraphic.hpp>
|
||||
|
||||
|
|
|
@ -9,13 +9,11 @@
|
|||
|
||||
#include <test/unoapi_test.hxx>
|
||||
|
||||
#include <com/sun/star/frame/Desktop.hpp>
|
||||
#include <com/sun/star/drawing/XDrawPagesSupplier.hpp>
|
||||
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||
|
||||
#include <sal/types.h>
|
||||
#include <tools/stream.hxx>
|
||||
#include <unotest/directories.hxx>
|
||||
#include <unotools/tempfile.hxx>
|
||||
#include <vcl/graph.hxx>
|
||||
#include <vcl/graphicfilter.hxx>
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
#include <comphelper/propertysequence.hxx>
|
||||
#include <svl/srchitem.hxx>
|
||||
#include <vcl/scheduler.hxx>
|
||||
#include <comphelper/propertyvalue.hxx>
|
||||
|
||||
#include <docsh.hxx>
|
||||
#include <unotxdoc.hxx>
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
#include <swmodeltestbase.hxx>
|
||||
|
||||
#include <svx/svdpage.hxx>
|
||||
#include <unotools/mediadescriptor.hxx>
|
||||
|
||||
#include <IDocumentDrawModelAccess.hxx>
|
||||
#include <docsh.hxx>
|
||||
|
@ -19,7 +18,6 @@
|
|||
#include <frameformats.hxx>
|
||||
#include <textboxhelper.hxx>
|
||||
|
||||
#include <com/sun/star/frame/XStorable.hpp>
|
||||
#include <com/sun/star/table/BorderLine2.hpp>
|
||||
#include <com/sun/star/text/XTextFramesSupplier.hpp>
|
||||
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
#include <vcl/gdimtf.hxx>
|
||||
#include <vcl/filter/PDFiumLibrary.hxx>
|
||||
#include <comphelper/propertyvalue.hxx>
|
||||
#include <unotools/mediadescriptor.hxx>
|
||||
#include <editeng/fhgtitem.hxx>
|
||||
#include <editeng/wghtitem.hxx>
|
||||
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
#include <com/sun/star/linguistic2/XHyphenator.hpp>
|
||||
|
||||
#include <comphelper/scopeguard.hxx>
|
||||
#include <comphelper/propertysequence.hxx>
|
||||
#include <comphelper/sequence.hxx>
|
||||
#include <unotools/syslocaleoptions.hxx>
|
||||
#include <editeng/unolingu.hxx>
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
#include <com/sun/star/text/XTextTable.hpp>
|
||||
#include <com/sun/star/text/XTextViewCursorSupplier.hpp>
|
||||
#include <comphelper/propertysequence.hxx>
|
||||
#include <unotools/mediadescriptor.hxx>
|
||||
#include <LibreOfficeKit/LibreOfficeKitEnums.h>
|
||||
#include <vcl/scheduler.hxx>
|
||||
#include <vcl/settings.hxx>
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
|
||||
#include <swmodeltestbase.hxx>
|
||||
|
||||
#include <comphelper/propertyvalue.hxx>
|
||||
#include <vcl/gdimtf.hxx>
|
||||
|
||||
#include <docsh.hxx>
|
||||
|
|
|
@ -12,21 +12,14 @@
|
|||
#include <com/sun/star/container/XContentEnumerationAccess.hpp>
|
||||
#include <com/sun/star/document/XFilter.hpp>
|
||||
#include <com/sun/star/document/XImporter.hpp>
|
||||
#include <com/sun/star/frame/Desktop.hpp>
|
||||
#include <com/sun/star/packages/zip/ZipFileAccess.hpp>
|
||||
#include <com/sun/star/text/XPageCursor.hpp>
|
||||
#include <com/sun/star/text/XTextTable.hpp>
|
||||
#include <com/sun/star/text/XTextViewCursorSupplier.hpp>
|
||||
|
||||
#include <comphelper/processfactory.hxx>
|
||||
#include <comphelper/propertyvalue.hxx>
|
||||
#include <officecfg/Office/Common.hxx>
|
||||
#include <rtl/ustrbuf.hxx>
|
||||
#include <sfx2/app.hxx>
|
||||
#include <unotools/mediadescriptor.hxx>
|
||||
#include <unotools/streamwrap.hxx>
|
||||
#include <unotools/ucbstreamhelper.hxx>
|
||||
#include <vcl/filter/PDFiumLibrary.hxx>
|
||||
|
||||
#include <IDocumentLayoutAccess.hxx>
|
||||
#include <docsh.hxx>
|
||||
|
|
|
@ -36,7 +36,6 @@
|
|||
#include <editeng/memberids.h>
|
||||
#include <svx/svdoashp.hxx>
|
||||
#include <svx/svdpage.hxx>
|
||||
#include <svx/svdogrp.hxx>
|
||||
#include <svl/itemiter.hxx>
|
||||
#include <comphelper/sequenceashashmap.hxx>
|
||||
#include <sal/log.hxx>
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
#include <unolinebreak.hxx>
|
||||
|
||||
#include <cppuhelper/supportsservice.hxx>
|
||||
#include <cppuhelper/weakref.hxx>
|
||||
#include <comphelper/servicehelper.hxx>
|
||||
#include <sal/log.hxx>
|
||||
#include <svl/listener.hxx>
|
||||
|
|
|
@ -10,12 +10,6 @@ excludelist:
|
|||
vcl/inc/headless/svpinst.hxx:
|
||||
# Don't propose hxx -> h change in URE libs
|
||||
- osl/thread.hxx
|
||||
vcl/inc/opengl/RenderList.hxx:
|
||||
# Don't replace with impl. details
|
||||
- glm/glm.hpp
|
||||
vcl/inc/opengl/VertexUtils.hxx:
|
||||
# Don't replace with impl. details
|
||||
- glm/gtx/norm.hpp
|
||||
vcl/inc/unx/gendata.hxx:
|
||||
# Don't propose hxx -> h change in URE libs
|
||||
- osl/socket.hxx
|
||||
|
@ -53,9 +47,6 @@ excludelist:
|
|||
vcl/source/filter/wmf/wmfexternal.cxx:
|
||||
# Actually these are used
|
||||
- com/sun/star/beans/PropertyValue.hpp
|
||||
vcl/source/font/fontselect.cxx:
|
||||
# Needed on WIN32
|
||||
- PhysicalFontFace.hxx
|
||||
vcl/source/fontsubset/sft.cxx:
|
||||
# OSL_BIGENDIAN is being checked
|
||||
- osl/endian.h
|
||||
|
|
|
@ -7,13 +7,10 @@
|
|||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*/
|
||||
|
||||
#include <com/sun/star/frame/Desktop.hpp>
|
||||
#include <test/unoapi_test.hxx>
|
||||
|
||||
#include <comphelper/processfactory.hxx>
|
||||
#include <sfx2/app.hxx>
|
||||
#include <sfx2/objsh.hxx>
|
||||
#include <sfx2/sfxbasemodel.hxx>
|
||||
#include <test/unoapi_test.hxx>
|
||||
#include <vcl/BitmapReadAccess.hxx>
|
||||
#include <vcl/gdimtf.hxx>
|
||||
#include <vcl/virdev.hxx>
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
|
||||
#include <vcl/filter/pdfdocument.hxx>
|
||||
#include <pdf/pdfcompat.hxx>
|
||||
#include <config_features.h>
|
||||
|
||||
#include <map>
|
||||
#include <memory>
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
|
||||
#include <vcl/filter/PDFiumLibrary.hxx>
|
||||
#include <sal/log.hxx>
|
||||
#include <o3tl/string_view.hxx>
|
||||
|
||||
using namespace com::sun::star;
|
||||
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
|
||||
#include <test/unoapi_test.hxx>
|
||||
|
||||
#include <com/sun/star/frame/Desktop.hpp>
|
||||
#include <com/sun/star/text/XTextDocument.hpp>
|
||||
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||
#include <com/sun/star/drawing/FillStyle.hpp>
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
|
||||
#include <test/unoapi_test.hxx>
|
||||
|
||||
#include <com/sun/star/frame/Desktop.hpp>
|
||||
#include <com/sun/star/text/XTextDocument.hpp>
|
||||
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||
#include <com/sun/star/beans/PropertyValues.hpp>
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
#include <test/unoapi_test.hxx>
|
||||
|
||||
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||
#include <com/sun/star/frame/Desktop.hpp>
|
||||
#include <com/sun/star/table/BorderLine2.hpp>
|
||||
#include <com/sun/star/text/XTextTable.hpp>
|
||||
#include <com/sun/star/text/XTextTablesSupplier.hpp>
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
|
||||
#include <test/unoapi_test.hxx>
|
||||
|
||||
#include <com/sun/star/frame/Desktop.hpp>
|
||||
#include <com/sun/star/text/XTextDocument.hpp>
|
||||
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||
#include <com/sun/star/style/BreakType.hpp>
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
#include <com/sun/star/awt/Size.hpp>
|
||||
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||
#include <com/sun/star/drawing/XDrawPageSupplier.hpp>
|
||||
#include <com/sun/star/frame/Desktop.hpp>
|
||||
#include <com/sun/star/container/XNamed.hpp>
|
||||
#include <com/sun/star/text/RelOrientation.hpp>
|
||||
#include <com/sun/star/text/VertOrientation.hpp>
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
|
||||
#include <test/unoapi_test.hxx>
|
||||
|
||||
#include <com/sun/star/frame/Desktop.hpp>
|
||||
#include <com/sun/star/text/XPageCursor.hpp>
|
||||
#include <com/sun/star/text/XTextViewCursorSupplier.hpp>
|
||||
#include <com/sun/star/style/XStyleFamiliesSupplier.hpp>
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
|
||||
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||
#include <com/sun/star/beans/PropertyValues.hpp>
|
||||
#include <com/sun/star/frame/Desktop.hpp>
|
||||
#include <com/sun/star/text/XTextDocument.hpp>
|
||||
|
||||
using namespace com::sun::star;
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
#include <test/unoapi_test.hxx>
|
||||
|
||||
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||
#include <com/sun/star/frame/Desktop.hpp>
|
||||
#include <com/sun/star/text/XTextDocument.hpp>
|
||||
|
||||
using namespace ::com::sun::star;
|
||||
|
|
|
@ -9,10 +9,6 @@
|
|||
|
||||
#include <test/unoapi_test.hxx>
|
||||
|
||||
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||
#include <com/sun/star/frame/Desktop.hpp>
|
||||
#include <com/sun/star/style/XStyleFamiliesSupplier.hpp>
|
||||
#include <com/sun/star/table/BorderLine2.hpp>
|
||||
#include <com/sun/star/text/XTextDocument.hpp>
|
||||
|
||||
using namespace ::com::sun::star;
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
#include <test/unoapi_test.hxx>
|
||||
|
||||
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||
#include <com/sun/star/frame/Desktop.hpp>
|
||||
#include <com/sun/star/style/XStyleFamiliesSupplier.hpp>
|
||||
#include <com/sun/star/table/BorderLine2.hpp>
|
||||
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
|
||||
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||
#include <com/sun/star/drawing/XDrawPageSupplier.hpp>
|
||||
#include <com/sun/star/frame/Desktop.hpp>
|
||||
#include <com/sun/star/graphic/XGraphic.hpp>
|
||||
#include <com/sun/star/text/XTextTablesSupplier.hpp>
|
||||
#include <com/sun/star/text/XTextTable.hpp>
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
|
||||
#include <test/unoapi_test.hxx>
|
||||
|
||||
#include <com/sun/star/frame/Desktop.hpp>
|
||||
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||
#include <com/sun/star/drawing/XDrawPageSupplier.hpp>
|
||||
#include <com/sun/star/drawing/ColorMode.hpp>
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
|
||||
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||
#include <com/sun/star/beans/XPropertyState.hpp>
|
||||
#include <com/sun/star/frame/Desktop.hpp>
|
||||
#include <com/sun/star/text/XTextDocument.hpp>
|
||||
|
||||
using namespace ::com::sun::star;
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
|
||||
#include <test/unoapi_test.hxx>
|
||||
|
||||
#include <com/sun/star/frame/Desktop.hpp>
|
||||
#include <com/sun/star/text/XTextDocument.hpp>
|
||||
|
||||
using namespace ::com::sun::star;
|
||||
|
|
|
@ -9,12 +9,13 @@
|
|||
|
||||
#include <sal/config.h>
|
||||
|
||||
#include <test/unoapixml_test.hxx>
|
||||
|
||||
#include <string_view>
|
||||
|
||||
#include <libepubgen/libepubgen.h>
|
||||
|
||||
#include <com/sun/star/document/XFilter.hpp>
|
||||
#include <com/sun/star/frame/Desktop.hpp>
|
||||
#include <com/sun/star/frame/XStorable.hpp>
|
||||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||
#include <com/sun/star/packages/zip/ZipFileAccess.hpp>
|
||||
|
@ -22,7 +23,6 @@
|
|||
#include <comphelper/propertysequence.hxx>
|
||||
#include <comphelper/string.hxx>
|
||||
#include <o3tl/safeint.hxx>
|
||||
#include <test/unoapixml_test.hxx>
|
||||
#include <unotools/docinfohelper.hxx>
|
||||
#include <unotools/mediadescriptor.hxx>
|
||||
#include <unotools/tempfile.hxx>
|
||||
|
|
|
@ -11,8 +11,6 @@
|
|||
|
||||
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||
#include <com/sun/star/drawing/XDrawPageSupplier.hpp>
|
||||
#include <com/sun/star/frame/Desktop.hpp>
|
||||
#include <com/sun/star/frame/XStorable.hpp>
|
||||
#include <com/sun/star/drawing/EnhancedCustomShapeMetalType.hpp>
|
||||
#include <com/sun/star/drawing/EnhancedCustomShapeSegment.hpp>
|
||||
#include <com/sun/star/drawing/EnhancedCustomShapeSegmentCommand.hpp>
|
||||
|
@ -25,9 +23,8 @@
|
|||
|
||||
#include <comphelper/propertyvalue.hxx>
|
||||
#include <comphelper/sequence.hxx>
|
||||
#include <unotools/mediadescriptor.hxx>
|
||||
#include <comphelper/sequenceashashmap.hxx>
|
||||
#include <unotools/tempfile.hxx>
|
||||
#include <unotools/ucbstreamhelper.hxx>
|
||||
#include <unotools/saveopt.hxx>
|
||||
#include <svx/unopage.hxx>
|
||||
#include <svx/svdpage.hxx>
|
||||
|
|
|
@ -9,22 +9,13 @@
|
|||
|
||||
#include <sal/config.h>
|
||||
|
||||
#include <string_view>
|
||||
|
||||
#include <test/unoapixml_test.hxx>
|
||||
|
||||
#include <com/sun/star/frame/Desktop.hpp>
|
||||
#include <com/sun/star/container/XNameContainer.hpp>
|
||||
#include <com/sun/star/frame/XStorable.hpp>
|
||||
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||
#include <com/sun/star/style/XStyleFamiliesSupplier.hpp>
|
||||
|
||||
#include <comphelper/propertysequence.hxx>
|
||||
#include <officecfg/Office/Common.hxx>
|
||||
#include <unotools/mediadescriptor.hxx>
|
||||
#include <unotools/saveopt.hxx>
|
||||
#include <unotools/tempfile.hxx>
|
||||
#include <unotools/ucbstreamhelper.hxx>
|
||||
#include <rtl/character.hxx>
|
||||
|
||||
using namespace ::com::sun::star;
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
|
||||
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||
#include <com/sun/star/beans/PropertyValues.hpp>
|
||||
#include <com/sun/star/frame/Desktop.hpp>
|
||||
#include <com/sun/star/frame/XStorable.hpp>
|
||||
#include <com/sun/star/text/XTextDocument.hpp>
|
||||
#include <com/sun/star/text/BibliographyDataType.hpp>
|
||||
|
@ -22,7 +21,6 @@
|
|||
#include <comphelper/propertyvalue.hxx>
|
||||
#include <comphelper/sequenceashashmap.hxx>
|
||||
#include <unotools/tempfile.hxx>
|
||||
#include <unotools/ucbstreamhelper.hxx>
|
||||
|
||||
using namespace ::com::sun::star;
|
||||
|
||||
|
|
|
@ -68,9 +68,6 @@ excludelist:
|
|||
- com/sun/star/security/XCertificate.hpp
|
||||
- com/sun/star/lang/XUnoTunnel.hpp
|
||||
- com/sun/star/lang/XServiceInfo.hpp
|
||||
xmlsecurity/source/gpg/GpgComponentFactory.cxx:
|
||||
# Silence warning due to incorrect include path
|
||||
- com/sun/star/lang/XSingleServiceFactory.hpp
|
||||
xmlsecurity/source/gpg/SecurityEnvironment.hxx:
|
||||
# Base class needs complete type
|
||||
- com/sun/star/xml/crypto/XSecurityEnvironment.hpp
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#include <com/sun/star/embed/StorageFormats.hpp>
|
||||
#include <com/sun/star/embed/ElementModes.hpp>
|
||||
#include <com/sun/star/embed/XStorage.hpp>
|
||||
#include <com/sun/star/io/TempFile.hpp>
|
||||
#include <com/sun/star/io/XTempFile.hpp>
|
||||
#include <com/sun/star/io/XTruncate.hpp>
|
||||
#include <com/sun/star/embed/XTransactedObject.hpp>
|
||||
#include <com/sun/star/xml/crypto/SEInitializer.hpp>
|
||||
|
|
Loading…
Reference in a new issue