Kaydet (Commit) 1d171331 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Bin unneeded forward declarations

Change-Id: Ic1224311fbab77c7bb21a502dfa4af9506ddfd75
üst 17825ecb
...@@ -40,12 +40,9 @@ ...@@ -40,12 +40,9 @@
#include <vector> #include <vector>
class Color; class Color;
class SdrModel;
class SdrObject; class SdrObject;
class SdrPathObj;
class SfxItemSet; class SfxItemSet;
struct SvxMSDffVertPair;
struct SvxMSDffCalculationData;
struct SvxMSDffTextRectangles;
enum class HandleFlags enum class HandleFlags
{ {
...@@ -74,8 +71,6 @@ namespace o3tl ...@@ -74,8 +71,6 @@ namespace o3tl
// escher, but we are using it internally in to differentiate // escher, but we are using it internally in to differentiate
// between X_RANGE and Y_RANGE // between X_RANGE and Y_RANGE
class SdrPathObj;
class SVX_DLLPUBLIC EnhancedCustomShape2d : public SfxItemSet class SVX_DLLPUBLIC EnhancedCustomShape2d : public SfxItemSet
{ {
SdrObject* pCustomShapeObj; SdrObject* pCustomShapeObj;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment