summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-24 13:39:49 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-07-27 06:12:01 +0000
commitefac5fa06e2d00bd67c582d8a6b1f1fc69c9b9f5 (patch)
tree4fdf4539e1b876d4d3d671379be040661c6e847a /sd
parentafbf466103fd8bb2f3c120a36c181852ad4c967f (diff)
remove some unused defines
Change-Id: Ib2d50e8c29ccbc5ffcb52cdff4ae3eaae9a62188 Reviewed-on: https://gerrit.libreoffice.org/17332 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/app/menuids_tmpl.src8
-rw-r--r--sd/source/ui/app/tbxids_tmpl.src8
-rw-r--r--sd/source/ui/remotecontrol/mDNSResponder/DebugServices.h3
3 files changed, 0 insertions, 19 deletions
diff --git a/sd/source/ui/app/menuids_tmpl.src b/sd/source/ui/app/menuids_tmpl.src
index bf3083077840..5221ff1f35f2 100644
--- a/sd/source/ui/app/menuids_tmpl.src
+++ b/sd/source/ui/app/menuids_tmpl.src
@@ -76,14 +76,6 @@
Text [ en-US ] = "Page ~Layout" ; \
};
-#define MN_MODIFY_SLIDE \
- MenuItem\
- {\
- Identifier = SID_MODIFYPAGE ; \
- HelpId = CMD_SID_MODIFYPAGE ; \
- Text [ en-US ] = "Slide ~Layout" ; \
- };
-
#define MN_FORMAT_PAGE \
MenuItem\
{\
diff --git a/sd/source/ui/app/tbxids_tmpl.src b/sd/source/ui/app/tbxids_tmpl.src
index 6e790cd80e45..d175504f6a49 100644
--- a/sd/source/ui/app/tbxids_tmpl.src
+++ b/sd/source/ui/app/tbxids_tmpl.src
@@ -429,14 +429,6 @@
AutoCheck = TRUE ; \
};
-#define TBI_SOLID_CREATE \
- ToolBoxItem\
- {\
- Identifier = SID_SOLID_CREATE ; \
- HelpID = SID_SOLID_CREATE ; \
- AutoCheck = TRUE ; \
- };
-
#define TBI_LEAVE_ALL_GROUPS \
ToolBoxItem\
{\
diff --git a/sd/source/ui/remotecontrol/mDNSResponder/DebugServices.h b/sd/source/ui/remotecontrol/mDNSResponder/DebugServices.h
index 11d927a60fa5..b8411e57ad56 100644
--- a/sd/source/ui/remotecontrol/mDNSResponder/DebugServices.h
+++ b/sd/source/ui/remotecontrol/mDNSResponder/DebugServices.h
@@ -258,9 +258,6 @@ enum
kDebugInterruptDepthMask = 0x00FF0000
};
-#define DebugExtractTaskLevelInterruptLevel( LEVEL ) \
- ( ( ( LEVEL ) &kDebugInterruptLevelMask ) >> kDebugInterruptLevelShift )
-
#define DebugExtractTaskLevelInterruptDepth( LEVEL ) \
( ( ( LEVEL ) &kDebugInterruptDepthMask ) >> kDebugInterruptDepthShift )