summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2017-02-14 20:16:30 +0200
committerTor Lillqvist <tml@collabora.com>2017-02-14 21:21:29 +0200
commit1d171331cd65017f0a4de167a1e3e9a56304dac1 (patch)
treecba2594afb4f1f3b71ff4269f19e2b486917a2c6 /include
parent17825ecb662e5e1824c82a91054b71d9814f39ef (diff)
Bin unneeded forward declarations
Change-Id: Ic1224311fbab77c7bb21a502dfa4af9506ddfd75
Diffstat (limited to 'include')
-rw-r--r--include/svx/EnhancedCustomShape2d.hxx7
1 files changed, 1 insertions, 6 deletions
diff --git a/include/svx/EnhancedCustomShape2d.hxx b/include/svx/EnhancedCustomShape2d.hxx
index ee1d0e429330..26a9c86246cb 100644
--- a/include/svx/EnhancedCustomShape2d.hxx
+++ b/include/svx/EnhancedCustomShape2d.hxx
@@ -40,12 +40,9 @@
#include <vector>
class Color;
-class SdrModel;
class SdrObject;
+class SdrPathObj;
class SfxItemSet;
-struct SvxMSDffVertPair;
-struct SvxMSDffCalculationData;
-struct SvxMSDffTextRectangles;
enum class HandleFlags
{
@@ -74,8 +71,6 @@ namespace o3tl
// escher, but we are using it internally in to differentiate
// between X_RANGE and Y_RANGE
-class SdrPathObj;
-
class SVX_DLLPUBLIC EnhancedCustomShape2d : public SfxItemSet
{
SdrObject* pCustomShapeObj;