summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2010-02-01 15:41:57 +0100
committerIvo Hinkelmann <ihi@openoffice.org>2010-02-01 15:41:57 +0100
commit02f1b698feb68c70166be96eae9f557fbf076ac2 (patch)
treef775514317a96b8e16bab58c177945d757fb649a
parent7db24fbf87af39d77fe8c8c57d719cdbad153aac (diff)
#i10000# removed ifdef
Notes
Notes: split repo tag: impress_ooo/DEV300_m71
-rw-r--r--sd/source/ui/slideshow/slideshow.hrc2
1 files changed, 0 insertions, 2 deletions
diff --git a/sd/source/ui/slideshow/slideshow.hrc b/sd/source/ui/slideshow/slideshow.hrc
index 85b2cf0f3009..34dbd5c6536b 100644
--- a/sd/source/ui/slideshow/slideshow.hrc
+++ b/sd/source/ui/slideshow/slideshow.hrc
@@ -41,7 +41,6 @@
#define CM_FIRST_SLIDE 8
#define CM_LAST_SLIDE 9
#define CM_SLIDES 10
-#ifdef ENABLE_PRESENTER_EXTRA_UI
//CM for extra presenter UI
#define CM_ERASE_ALLINK 11
#define CM_ERASE_INK 12
@@ -61,6 +60,5 @@
#define CM_PEN_MODE 26
#define CM_ERASE_MODE 27
#define CM_POINTER_OPTION 28
-#endif //ENABLE_PRESENTER_EXTRA_UI
#endif