summaryrefslogtreecommitdiff
path: root/sd/inc
diff options
context:
space:
mode:
authorBryan Quigley <gquigs@gmail.com>2016-02-03 15:02:43 -0500
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2016-02-04 16:16:53 +0000
commite69c4f978228fb443cf0f6d2a6679cb5a4c82940 (patch)
tree2fb18e2b77d779944b69e5345e22d653149dcf02 /sd/inc
parent1fc4cb57755cdfb9ab65c112435997874fb057cd (diff)
Remove pointer (pen) from Navigator window
It doesn't appear to have worked since LibreOffice 5.0, and the best use case (to use it during a live slideshow) has been removed per bug 96414. Change-Id: I25dbaa0b9ab86a2a7324b9c496473bf29a5f6ac2 Reviewed-on: https://gerrit.libreoffice.org/22087 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sd/inc')
-rw-r--r--sd/inc/app.hrc1
-rw-r--r--sd/inc/helpids.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/sd/inc/app.hrc b/sd/inc/app.hrc
index 928a19f722c5..0c05093eef5a 100644
--- a/sd/inc/app.hrc
+++ b/sd/inc/app.hrc
@@ -325,7 +325,6 @@
#define SID_NAVIGATOR_STATE (SID_SD_START+288)
#define SID_NAVIGATOR_INIT (SID_SD_START+289)
// FREE
-#define SID_NAVIGATOR_PEN (SID_SD_START+291)
#define SID_NAVIGATOR_PAGE (SID_SD_START+292)
#define SID_NAVIGATOR_OBJECT (SID_SD_START+293)
#define SID_ANIMATOR_INIT (SID_SD_START+294)
diff --git a/sd/inc/helpids.h b/sd/inc/helpids.h
index c24b66273d74..fdc48b228890 100644
--- a/sd/inc/helpids.h
+++ b/sd/inc/helpids.h
@@ -28,7 +28,6 @@
#define HID_SD_NAVIGATOR "SD_HID_SD_NAVIGATOR"
#define HID_SD_NAVIGATOR_TBX "SD_HID_SD_NAVIGATOR_TBX"
#define HID_SD_NAVIGATOR_LB "SD_HID_SD_NAVIGATOR_LB"
-#define HID_SD_NAVIGATOR_TBI_PEN "SD_HID_SD_NAVIGATOR_TBI_PEN"
#define HID_SD_NAVIGATOR_TBI_FIRST "SD_HID_SD_NAVIGATOR_TBI_FIRST"
#define HID_SD_NAVIGATOR_TBI_PREV "SD_HID_SD_NAVIGATOR_TBI_PREV"
#define HID_SD_NAVIGATOR_TBI_NEXT "SD_HID_SD_NAVIGATOR_TBI_NEXT"