summaryrefslogtreecommitdiffstats
path: root/sd
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-07-01 18:24:05 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-07-01 18:33:42 +0200
commit00240d049790d11c4ef35de7a294819107197efd (patch)
tree6479f4fee0eac540ca6d0b80552834f2b19e4364 /sd
parenthrc cleanup: Remove unused resource definitions (diff)
downloadcore-00240d049790d11c4ef35de7a294819107197efd.tar.gz
core-00240d049790d11c4ef35de7a294819107197efd.zip
Remove unused defines
Change-Id: Ic36b131ee9964a6671f7f41e1cad1631c43ad565
Diffstat (limited to 'sd')
-rw-r--r--sd/source/filter/html/htmlex.hxx2
-rw-r--r--sd/source/filter/ppt/pptanimations.hxx9
-rw-r--r--sd/source/ui/inc/drawview.hxx2
-rw-r--r--sd/source/ui/inc/slideshow.hxx3
4 files changed, 0 insertions, 16 deletions
diff --git a/sd/source/filter/html/htmlex.hxx b/sd/source/filter/html/htmlex.hxx
index b85c0cddfdae..2bde062bd990 100644
--- a/sd/source/filter/html/htmlex.hxx
+++ b/sd/source/filter/html/htmlex.hxx
@@ -61,8 +61,6 @@
#define PUB_THUMBNAIL_WIDTH 256
#define PUB_THUMBNAIL_HEIGHT 192
-#define HtmlButtonThemaStr = "private://gallery/hidden/HtmlExportButtons";
-
class SfxProgress;
class SdrOutliner;
class SdPage;
diff --git a/sd/source/filter/ppt/pptanimations.hxx b/sd/source/filter/ppt/pptanimations.hxx
index 63360170b07b..972eea42e295 100644
--- a/sd/source/filter/ppt/pptanimations.hxx
+++ b/sd/source/filter/ppt/pptanimations.hxx
@@ -59,8 +59,6 @@ namespace ppt
#define PPT_TRANSITION_TYPE_WHEEL 26
#define PPT_TRANSITION_TYPE_CIRCLE 27
-
-
// atoms
#define DFF_msofbtAnimEvent 0xf125
#define DFF_msofbtAnimNode 0xf127
@@ -116,17 +114,12 @@ namespace ppt
#define DFF_ANIM_VOLUME 22
#define DFF_ANIM_PROPERTY_ID_COUNT DFF_ANIM_VOLUME
-
-
// property types
#define DFF_ANIM_PROP_TYPE_BYTE 0
#define DFF_ANIM_PROP_TYPE_INT32 1
#define DFF_ANIM_PROP_TYPE_FLOAT 2
#define DFF_ANIM_PROP_TYPE_UNISTRING 3
-#define DFF_ANIM_PATH_EDIT_MODE_FIXED 0
-#define DFF_ANIM_PATH_EDIT_MODE_RELATIVE 1
-
#define DFF_ANIM_PRESS_CLASS_USER_DEFINED 0
#define DFF_ANIM_PRESS_CLASS_ENTRANCE 1
#define DFF_ANIM_PRESS_CLASS_EXIT 2
@@ -142,8 +135,6 @@ namespace ppt
#define DFF_ANIM_NODE_TYPE_INTERACTIVE_SEQ 5
#define DFF_ANIM_NODE_TYPE_TIMING_ROOT 9
-#define DFF_ANIM_PROPERTY_AFTEREFFECT 20
-
/* constants for fill entry in AnimationNode */
const sal_Int32 mso_Anim_GroupType_PAR = 0;
const sal_Int32 mso_Anim_GroupType_SEQ = 1;
diff --git a/sd/source/ui/inc/drawview.hxx b/sd/source/ui/inc/drawview.hxx
index a2b27c3703b8..1e46c583a09f 100644
--- a/sd/source/ui/inc/drawview.hxx
+++ b/sd/source/ui/inc/drawview.hxx
@@ -28,8 +28,6 @@ namespace sd {
class DrawDocShell;
class DrawViewShell;
-#define SDDRAWVIEW_MAGIC 0x456789BA
-
/*************************************************************************
|*
|* Ableitung von ::sd::View; enthaelt auch einen Zeiger auf das Dokument
diff --git a/sd/source/ui/inc/slideshow.hxx b/sd/source/ui/inc/slideshow.hxx
index 581402d19767..d27480e141da 100644
--- a/sd/source/ui/inc/slideshow.hxx
+++ b/sd/source/ui/inc/slideshow.hxx
@@ -64,9 +64,6 @@ class WorkWindow;
// TODO: Remove
#define PAGE_NO_END 65535
-#define PAGE_NO_SOFTEND (PAGE_NO_END - 1)
-#define PAGE_NO_PAUSE (PAGE_NO_SOFTEND - 1)
-#define PAGE_NO_FIRSTDEF PAGE_NO_PAUSE // immer mit anpassen
/* Definition of SlideShow class */