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.hxx16
1 files changed, 1 insertions, 15 deletions
diff --git a/svx/inc/galobj.hxx b/svx/inc/galobj.hxx
index d106f4b6ce..6eb1e79b2c 100644
--- a/svx/inc/galobj.hxx
+++ b/svx/inc/galobj.hxx
@@ -33,6 +33,7 @@
#include <tools/urlobj.hxx>
#include <vcl/graph.hxx>
+#include "svx/galmisc.hxx"
// -----------
// - Defines -
@@ -50,21 +51,6 @@
#define SGA_FORMAT_SVDRAW 0x00010000L
#define SGA_FORMAT_ALL 0xFFFFFFFFL
-// --------------
-// - SgaObjKind -
-// --------------
-
-enum SgaObjKind
-{
- SGA_OBJ_NONE = 0, // Abstraktes Objekt
- SGA_OBJ_BMP = 1, // Bitmap-Objekt
- SGA_OBJ_SOUND = 2, // Sound-Objekt
- SGA_OBJ_VIDEO = 3, // Video-Objekt
- SGA_OBJ_ANIM = 4, // Animations-Objekt
- SGA_OBJ_SVDRAW = 5, // Svdraw-Objekt
- SGA_OBJ_INET = 6 // Grafik aus dem Internet
-};
-
// ----------------
// - GalSoundType -
// ----------------