Kaydet (Commit) 77ae49e2 authored tarafından heiko tietze's avatar heiko tietze Kaydeden (comit) Stephan Bergmann

tdf#117437 - Console error message about ShowInlineTooltips

Issue introduced with https://gerrit.libreoffice.org/#/c/52586/

Change-Id: I6959a645da1df9e956aecc8d923cfd6a9e0b7089
Reviewed-on: https://gerrit.libreoffice.org/53928Reviewed-by: 's avatarHeiko Tietze <tietze.heiko@gmail.com>
Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst 96b08e18
......@@ -1055,6 +1055,14 @@
</info>
<value>true</value>
</prop>
<prop oor:name="ShowInlineTooltips" oor:type="xs:boolean" oor:nillable="false">
<!-- UIHints: Tools - Options - Text document - Contents - [Section] Display -->
<info>
<desc>Enables the writer to show the display of tips for tracked changes.</desc>
<label>Show inline tips</label>
</info>
<value>true</value>
</prop>
</group>
<group oor:name="NonprintingCharacter">
<info>
......
......@@ -833,6 +833,7 @@ void SwXViewSettings::_getSingleValue( const comphelper::PropertyInfo & rInfo, u
case HANDLE_VIEWSET_TEXT_BOUNDARIES : bBoolVal = SwViewOption::IsDocBoundaries(); break;
case HANDLE_VIEWSET_SMOOTH_SCROLLING : bBoolVal = mpConstViewOption->IsSmoothScroll(); break;
case HANDLE_VIEWSET_SHOW_CONTENT_TIPS : bBoolVal = mpConstViewOption->IsShowContentTips(); break;
case HANDLE_VIEWSET_INLINECHANGES_TIPS : bBoolVal = mpConstViewOption->IsShowInlineTooltips(); break;
case HANDLE_VIEWSET_IS_RASTER_VISIBLE : bBoolVal = mpConstViewOption->IsGridVisible(); break;
case HANDLE_VIEWSET_IS_SNAP_TO_RASTER : bBoolVal = mpConstViewOption->IsSnap(); break;
case HANDLE_VIEWSET_SCROLLBAR_TIPS : bBoolVal = mpConstViewOption->IsShowScrollBarTips(); break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment