summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorSiqi LIU <me@siqi.fr>2013-08-21 17:23:37 +0800
committerSiqi LIU <me@siqi.fr>2013-08-21 17:23:53 +0800
commit6488f90af96c86c132c16b06d736f6121fb33d6b (patch)
tree16f5af53bcc5385d59cb0f1f269280e066bd88dd /sd
parentd931e5fced36a7976aff7f32dd2902afa2886c65 (diff)
enable Impress Remote item in the menu by default
Change-Id: Ic61833df904babc9668ff57231e300395ce3c582
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/view/drviews7.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/view/drviews7.cxx b/sd/source/ui/view/drviews7.cxx
index 4b578fad3d74..ee80d434c3c5 100644
--- a/sd/source/ui/view/drviews7.cxx
+++ b/sd/source/ui/view/drviews7.cxx
@@ -1005,7 +1005,7 @@ void DrawViewShell::GetMenuState( SfxItemSet &rSet )
#endif
uno::Reference< uno::XComponentContext > xContext = comphelper::getProcessComponentContext();
if ( xContext.is() )
- bDisableSdremoteForGood |= ! ( officecfg::Office::Common::Misc::ExperimentalMode::get( xContext ) &&
+ bDisableSdremoteForGood |= ! ( /*officecfg::Office::Common::Misc::ExperimentalMode::get( xContext ) &&*/
officecfg::Office::Impress::Misc::Start::EnableSdremote::get( xContext ) );