diff options
author | Bryan Quigley <gquigs@gmail.com> | 2016-02-03 15:02:43 -0500 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2016-02-04 16:16:53 +0000 |
commit | e69c4f978228fb443cf0f6d2a6679cb5a4c82940 (patch) | |
tree | 2fb18e2b77d779944b69e5345e22d653149dcf02 /sd/sdi | |
parent | 1fc4cb57755cdfb9ab65c112435997874fb057cd (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/sdi')
-rw-r--r-- | sd/sdi/drviewsh.sdi | 5 | ||||
-rw-r--r-- | sd/sdi/sdraw.sdi | 20 |
2 files changed, 0 insertions, 25 deletions
diff --git a/sd/sdi/drviewsh.sdi b/sd/sdi/drviewsh.sdi index b97d2b340173..228467b77c1f 100644 --- a/sd/sdi/drviewsh.sdi +++ b/sd/sdi/drviewsh.sdi @@ -106,11 +106,6 @@ interface ImpressEditView : DrawView ExecMethod = ExecAnimationWin ; StateMethod = GetAnimationWinState ; ] - SID_NAVIGATOR_PEN // ole : no, status : ? - [ - ExecMethod = ExecNavigatorWin ; - StateMethod = GetNavigatorWinState ; - ] SID_PRESENTATION_DLG [ ExecMethod = FuTemporary ; diff --git a/sd/sdi/sdraw.sdi b/sd/sdi/sdraw.sdi index ab32aa799599..48fcbd183162 100644 --- a/sd/sdi/sdraw.sdi +++ b/sd/sdi/sdraw.sdi @@ -3418,26 +3418,6 @@ SfxStringItem NavigatorPageName SID_NAVIGATOR_PAGENAME GroupId = GID_EDIT; ] -SfxBoolItem NavigatorPen SID_NAVIGATOR_PEN - -[ - /* flags: */ - AutoUpdate = FALSE, - FastCall = FALSE, - ReadOnlyDoc = TRUE, - Toggle = FALSE, - Container = FALSE, - RecordAbsolute = FALSE, - RecordPerSet; - - Readonly = FALSE, - - /* config: */ - AccelConfig = FALSE, - MenuConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = GID_EDIT; -] SfxUInt32Item NavigatorState SID_NAVIGATOR_STATE |