diff options
Diffstat (limited to 'sfx2/source/appl/newhelp.cxx')
-rw-r--r-- | sfx2/source/appl/newhelp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/appl/newhelp.cxx b/sfx2/source/appl/newhelp.cxx index 55ef86a3b272..cf1ba0403df6 100644 --- a/sfx2/source/appl/newhelp.cxx +++ b/sfx2/source/appl/newhelp.cxx @@ -3114,7 +3114,7 @@ void SfxHelpWindow_Impl::openDone(const OUString& sURL , Reference < XPropertySet > xViewProps = xSettings->getViewSettings(); Reference< XPropertySetInfo > xInfo = xViewProps->getPropertySetInfo(); Any aBoolAny = makeAny( sal_Bool( sal_True ) ); - xViewProps->setPropertyValue( "PreventHelpTips", aBoolAny ); + xViewProps->setPropertyValue( "ShowContentTips", makeAny( sal_Bool( sal_False ) ) ); xViewProps->setPropertyValue( "ShowGraphics", aBoolAny ); xViewProps->setPropertyValue( "ShowTables", aBoolAny ); xViewProps->setPropertyValue( "HelpURL", makeAny( OUString("HID:SFX2_HID_HELP_ONHELP") ) ); |