summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-05-01 22:12:48 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-05-10 09:14:59 +0200
commit4709cd82c7fa31eac7bbc9f1991968891080c5f8 (patch)
tree390750d73ef70bb51bfbc56331c8b1e24340a67a /include
parente16641769df8cb2631808acf43e0ee8bd31cb0f7 (diff)
tdf#62699 Drop pass-through header file include/svx/svdattr.hxx
Change-Id: I04289589196ac69b31f75989d9252c79d03c890f Reviewed-on: https://gerrit.libreoffice.org/71633 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'include')
-rw-r--r--include/svx/svdattr.hxx55
-rw-r--r--include/svx/svddef.hxx1
-rw-r--r--include/svx/svdhdl.hxx1
-rw-r--r--include/svx/svdoattr.hxx1
-rw-r--r--include/svx/svdomedia.hxx1
-rw-r--r--include/svx/svdotext.hxx4
6 files changed, 7 insertions, 56 deletions
diff --git a/include/svx/svdattr.hxx b/include/svx/svdattr.hxx
deleted file mode 100644
index 85ab6711f9f8..000000000000
--- a/include/svx/svdattr.hxx
+++ /dev/null
@@ -1,55 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
- */
-
-#ifndef INCLUDED_SVX_SVDATTR_HXX
-#define INCLUDED_SVX_SVDATTR_HXX
-
-#include <svl/solar.hrc>
-#include <svx/sdangitm.hxx>
-#include <svx/sderitm.hxx>
-#include <svx/sdmetitm.hxx>
-#include <svx/sdooitm.hxx>
-#include <svx/sdprcitm.hxx>
-#include <svx/sdshcitm.hxx>
-#include <svx/sdshitm.hxx>
-#include <svx/sdshtitm.hxx>
-#include <svx/sdsxyitm.hxx>
-#include <svx/sdtaaitm.hxx>
-#include <svx/sdtacitm.hxx>
-#include <svx/sdtaditm.hxx>
-#include <svx/sdtagitm.hxx>
-#include <svx/sdtaiitm.hxx>
-#include <svx/sdtaitm.hxx>
-#include <svx/sdtakitm.hxx>
-#include <svx/sdtayitm.hxx>
-#include <svx/sdtcfitm.hxx>
-#include <svx/sdtditm.hxx>
-#include <svx/sdtfsitm.hxx>
-#include <svx/sdtmfitm.hxx>
-#include <svx/sdynitm.hxx>
-#include <svx/sdgluitm.hxx>
-#include <svx/sdginitm.hxx>
-#include <svx/sdgtritm.hxx>
-#include <svx/sdgcoitm.hxx>
-#include <svx/sdggaitm.hxx>
-#include <svx/sdasitm.hxx>
-#include <svx/sdgmoitm.hxx>
-#endif
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/svx/svddef.hxx b/include/svx/svddef.hxx
index ae05a2d3c28c..0378eb392e10 100644
--- a/include/svx/svddef.hxx
+++ b/include/svx/svddef.hxx
@@ -136,6 +136,7 @@ class SdrTransformRef2XItem;
class SdrTransformRef2YItem;
class SdrVertShearAllItem;
class SdrVertShearOneItem;
+class SdrYesNoItem;
class SfxBoolItem;
class SfxStringItem;
class SfxVoidItem;
diff --git a/include/svx/svdhdl.hxx b/include/svx/svdhdl.hxx
index 325f91ca653e..a8e77e4ed285 100644
--- a/include/svx/svdhdl.hxx
+++ b/include/svx/svdhdl.hxx
@@ -21,6 +21,7 @@
#define INCLUDED_SVX_SVDHDL_HXX
#include <tools/gen.hxx>
+#include <vcl/graph.hxx>
#include <svl/solar.hrc>
diff --git a/include/svx/svdoattr.hxx b/include/svx/svdoattr.hxx
index 29622d0a9e89..bfab6084fcc2 100644
--- a/include/svx/svdoattr.hxx
+++ b/include/svx/svdoattr.hxx
@@ -25,7 +25,6 @@
#include <svx/xlineit0.hxx>
#include <svx/xlnasit.hxx>
#include <svx/svdobj.hxx>
-#include <svx/svdattr.hxx>
#include <svx/svxdllapi.h>
// Initial Declarations
diff --git a/include/svx/svdomedia.hxx b/include/svx/svdomedia.hxx
index c5dfdda2ea2b..9be379430316 100644
--- a/include/svx/svdomedia.hxx
+++ b/include/svx/svdomedia.hxx
@@ -28,6 +28,7 @@
class Graphic;
namespace sdr { namespace contact { class ViewContactOfSdrMediaObj; } }
+namespace com::sun::star::graphic { class XGraphic; }
class SVX_DLLPUBLIC SdrMediaObj final : public SdrRectObj
diff --git a/include/svx/svdotext.hxx b/include/svx/svdotext.hxx
index c87444c5fe4a..218fe94e8185 100644
--- a/include/svx/svdotext.hxx
+++ b/include/svx/svdotext.hxx
@@ -23,6 +23,9 @@
#include <vcl/field.hxx>
#include <svx/itextprovider.hxx>
#include <svx/svdoattr.hxx>
+#include <svx/sdtaitm.hxx>
+#include <svx/sdtakitm.hxx>
+#include <svx/sdtaditm.hxx>
#include <svx/svdtrans.hxx>
#include <tools/datetime.hxx>
#include <svl/style.hxx>
@@ -35,6 +38,7 @@
#include <memory>
#include <vector>
+#include <com/sun/star/drawing/TextFitToSizeType.hpp>
// forward declarations