summaryrefslogtreecommitdiff
path: root/svx/inc/svx/svdograf.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/inc/svx/svdograf.hxx')
-rw-r--r--svx/inc/svx/svdograf.hxx16
1 files changed, 0 insertions, 16 deletions
diff --git a/svx/inc/svx/svdograf.hxx b/svx/inc/svx/svdograf.hxx
index 1399ca9f629a..5d663dcc3215 100644
--- a/svx/inc/svx/svdograf.hxx
+++ b/svx/inc/svx/svdograf.hxx
@@ -26,9 +26,6 @@
#include <svtools/grfmgr.hxx>
#include "svx/svxdllapi.h"
-//////////////////////////////////////////////////////////////////////////////
-// predeclarations
-
namespace sdr
{
namespace properties
@@ -41,21 +38,12 @@ namespace sdr
} // end of namespace contact
} // end of namespace sdr
-// -----------
-// - Defines -
-// -----------
-
#define SDRGRAFOBJ_TRANSFORMATTR_NONE 0x00000000UL
#define SDRGRAFOBJ_TRANSFORMATTR_COLOR 0x00000001UL
#define SDRGRAFOBJ_TRANSFORMATTR_MIRROR 0x00000002UL
#define SDRGRAFOBJ_TRANSFORMATTR_ROTATE 0x00000004UL
#define SDRGRAFOBJ_TRANSFORMATTR_ALL 0xffffffffUL
-// ---------------------
-// - SdrGrafObjGeoData -
-// ---------------------
-
-// #109872#
class SdrGrafObjGeoData : public SdrTextObjGeoData
{
public:
@@ -67,10 +55,6 @@ public:
}
};
-// --------------
-// - SdrGrafObj -
-// --------------
-
class GraphicObject;
class SdrGraphicLink;