summaryrefslogtreecommitdiffstats
path: root/include/svx/svdhdl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/svdhdl.hxx')
-rw-r--r--include/svx/svdhdl.hxx16
1 files changed, 0 insertions, 16 deletions
diff --git a/include/svx/svdhdl.hxx b/include/svx/svdhdl.hxx
index 3b9fcf454240..b9df48548676 100644
--- a/include/svx/svdhdl.hxx
+++ b/include/svx/svdhdl.hxx
@@ -82,7 +82,6 @@ enum SdrHdlKind
};
-
enum BitmapColorIndex
{
LightGreen,
@@ -94,7 +93,6 @@ enum BitmapColorIndex
};
-
enum BitmapMarkerKind
{
Rect_7x7,
@@ -130,7 +128,6 @@ enum BitmapMarkerKind
};
-
class SVX_DLLPUBLIC SdrHdl
{
friend class SdrMarkView; // for the access to nObjHdlNum
@@ -241,7 +238,6 @@ public:
};
-
#define SDR_HANDLE_COLOR_SIZE_NORMAL Size(13, 13)
#define SDR_HANDLE_COLOR_SIZE_SELECTED Size(17, 17)
@@ -283,7 +279,6 @@ public:
};
-
class SdrHdlGradient : public SdrHdl
{
private:
@@ -332,7 +327,6 @@ public:
};
-
// Spiegelachse
class SdrHdlLine: public SdrHdl
{
@@ -368,7 +362,6 @@ public:
};
-
class E3dVolumeMarker : public SdrHdl
{
basegfx::B2DPolyPolygon aWireframePoly;
@@ -381,7 +374,6 @@ public:
};
-
class ImpEdgeHdl: public SdrHdl
{
SdrEdgeLineCode eLineCode;
@@ -400,7 +392,6 @@ public:
};
-
class ImpMeasureHdl: public SdrHdl
{
// create marker for this kind
@@ -414,7 +405,6 @@ public:
};
-
class ImpTextframeHdl: public SdrHdl
{
const Rectangle maRect;
@@ -427,9 +417,6 @@ public:
};
-
-
-
class SVX_DLLPUBLIC SdrHdlList
{
protected:
@@ -488,7 +475,6 @@ public:
};
-
class SVX_DLLPUBLIC SdrCropHdl : public SdrHdl
{
private:
@@ -514,7 +500,6 @@ protected:
};
-
class SVX_DLLPUBLIC SdrCropViewHdl : public SdrHdl
{
private:
@@ -540,7 +525,6 @@ protected:
};
-
#endif // INCLUDED_SVX_SVDHDL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */