diff options
author | Bryan Quigley <gquigs@gmail.com> | 2016-01-27 12:19:28 -0500 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2016-02-03 13:25:24 +0000 |
commit | 2503a1e99df463aef1bf87c94b7b4a8ee3554efe (patch) | |
tree | 7a4e5412188f578f2e5ac05b08292e65fc69b8d5 /sd/inc | |
parent | 8db902785ed40ef388218bd5068f14f5d4bedd69 (diff) |
tdf#96414 Remove showing navigator during slideshow
This isn't very user-friendly and the presenter console
does a much better job of this.
Change-Id: I621863b585d763fb65ed8637c3dab7b7f5ea7aed
Reviewed-on: https://gerrit.libreoffice.org/22062
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sd/inc')
-rw-r--r-- | sd/inc/drawdoc.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sd/inc/drawdoc.hxx b/sd/inc/drawdoc.hxx index 9208e6c6a54f..f3a599a66c56 100644 --- a/sd/inc/drawdoc.hxx +++ b/sd/inc/drawdoc.hxx @@ -126,7 +126,6 @@ namespace sd bool mbAnimationAllowed; sal_Int32 mnPauseTimeout; bool mbShowPauseLogo; - bool mbStartWithNavigator; PresentationSettings(); PresentationSettings( const PresentationSettings& r ); |