sd/qa/unit/TextFittingTest.cxx |   45 ++++++-----------------------------------
 1 file changed, 7 insertions(+), 38 deletions(-)

New commits:
commit d23ec642e9eecd792da7a39b7871b384b9256e91
Author:     Tomaž Vajngerl <tomaz.vajng...@collabora.co.uk>
AuthorDate: Tue May 9 21:51:05 2023 +0900
Commit:     Tomaž Vajngerl <qui...@gmail.com>
CommitDate: Fri May 12 11:03:16 2023 +0200

    sd: remove unneeded includes in TextFittingTest
    
    Change-Id: Ifaf94f0e9cce1a54ddd592b480aa52bb1f6377e3
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151666
    Tested-by: Jenkins
    Reviewed-by: Tomaž Vajngerl <qui...@gmail.com>

diff --git a/sd/qa/unit/TextFittingTest.cxx b/sd/qa/unit/TextFittingTest.cxx
index 5cbe8a6b9c69..588d3f0ddd54 100644
--- a/sd/qa/unit/TextFittingTest.cxx
+++ b/sd/qa/unit/TextFittingTest.cxx
@@ -7,51 +7,20 @@
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
  */
 
-#include <officecfg/Office/Common.hxx>
-
 #include "sdmodeltestbase.hxx"
 
-#include <com/sun/star/uno/Reference.hxx>
-#include <LibreOfficeKit/LibreOfficeKitEnums.h>
-
-#include <com/sun/star/awt/Gradient.hpp>
-#include <com/sun/star/drawing/FillStyle.hpp>
-#include <com/sun/star/drawing/TextVerticalAdjust.hpp>
-#include <com/sun/star/drawing/XDrawPagesSupplier.hpp>
-#include <com/sun/star/drawing/XDrawPages.hpp>
-#include <com/sun/star/drawing/XDrawPage.hpp>
-#include <com/sun/star/drawing/XShapes.hpp>
-#include <com/sun/star/graphic/XGraphic.hpp>
-#include <com/sun/star/container/XIndexAccess.hpp>
-#include <com/sun/star/table/XTable.hpp>
-#include <com/sun/star/table/XMergeableCellRange.hpp>
-#include <com/sun/star/lang/XSingleServiceFactory.hpp>
+#include <com/sun/star/frame/Desktop.hpp>
 
-#include <DrawDocShell.hxx>
-#include <editeng/editeng.hxx>
-#include <drawdoc.hxx>
 #include <vcl/scheduler.hxx>
-#include <svx/sdr/table/tablecontroller.hxx>
-#include <sfx2/request.hxx>
+#include <svx/svdview.hxx>
 #include <svx/svdpagv.hxx>
-#include <svx/svxids.hrc>
-#include <editeng/eeitem.hxx>
-#include <editeng/adjustitem.hxx>
-#include <editeng/outlobj.hxx>
+#include <editeng/editeng.hxx>
 #include <editeng/editobj.hxx>
-#include <undo/undomanager.hxx>
-#include <GraphicViewShell.hxx>
-#include <sdpage.hxx>
-#include <comphelper/base64.hxx>
-#include <LayerTabBar.hxx>
-#include <vcl/event.hxx>
-#include <vcl/keycodes.hxx>
-#include <svx/svdoashp.hxx>
-#include <tools/gen.hxx>
-#include <svx/view3d.hxx>
-#include <svx/scene3d.hxx>
-#include <svx/sdmetitm.hxx>
+
+#include <DrawDocShell.hxx>
 #include <unomodel.hxx>
+#include <sdpage.hxx>
+#include <ViewShell.hxx>
 
 using namespace css;
 

Reply via email to