summaryrefslogtreecommitdiff
path: root/svx/inc/galobj.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/inc/galobj.hxx')
-rw-r--r--svx/inc/galobj.hxx33
1 files changed, 0 insertions, 33 deletions
diff --git a/svx/inc/galobj.hxx b/svx/inc/galobj.hxx
index 6031d86cbfd7..fed858cba3e6 100644
--- a/svx/inc/galobj.hxx
+++ b/svx/inc/galobj.hxx
@@ -24,13 +24,8 @@
#include <vcl/graph.hxx>
#include "svx/galmisc.hxx"
-// -----------
-// - Defines -
-// -----------
-
#define S_THUMB 80
-// -----------------------------------------------------------------------------
#define SGA_FORMAT_NONE 0x00000000L
#define SGA_FORMAT_STRING 0x00000001L
@@ -40,10 +35,6 @@
#define SGA_FORMAT_SVDRAW 0x00010000L
#define SGA_FORMAT_ALL 0xFFFFFFFFL
-// ----------------
-// - GalSoundType -
-// ----------------
-
enum GalSoundType
{
SOUND_STANDARD = 0,
@@ -56,10 +47,6 @@ enum GalSoundType
SOUND_ANIMAL = 7
};
-// -------------
-// - SgaObject -
-// -------------
-
class SVX_DLLPUBLIC SgaObject
{
friend class GalleryTheme;
@@ -104,10 +91,6 @@ public:
friend SvStream& operator>>( SvStream& rIn, SgaObject& rObj );
};
-// ------------------
-// - SgaObjectSound -
-// ------------------
-
class SgaObjectSound : public SgaObject
{
private:
@@ -130,10 +113,6 @@ public:
GalSoundType GetSoundType() const { return eSoundType; }
};
-// -------------------
-// - SgaObjectSvDraw -
-// -------------------
-
class FmFormModel;
class SgaObjectSvDraw : public SgaObject
@@ -163,10 +142,6 @@ public:
static sal_Bool DrawCentered( OutputDevice* pOut, const FmFormModel& rModel );
};
-// ----------------
-// - SgaObjectBmp -
-// ----------------
-
class SgaObjectBmp: public SgaObject
{
private:
@@ -188,10 +163,6 @@ public:
virtual SgaObjKind GetObjKind() const { return SGA_OBJ_BMP; }
};
-// -----------------
-// - SgaObjectAnim -
-// -----------------
-
class SgaObjectAnim : public SgaObjectBmp
{
private:
@@ -208,10 +179,6 @@ public:
virtual SgaObjKind GetObjKind() const { return SGA_OBJ_ANIM; }
};
-// -----------------
-// - SgaObjectINet -
-// -----------------
-
class SgaObjectINet : public SgaObjectAnim
{
private: