| Summary: | Console error message about ShowInlineTooltips | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Julien Nabet <serval2412> |
| Component: | Writer | Assignee: | Heiko Tietze <heiko.tietze> |
| Status: | CLOSED FIXED | ||
| Severity: | normal | CC: | heiko.tietze, sberg.fun, serval2412, xiscofauli |
| Priority: | medium | ||
| Version: | 6.1.0.0.alpha1+ | ||
| Hardware: | x86-64 (AMD64) | ||
| OS: | Linux (All) | ||
| Whiteboard: | target:6.1.0 | ||
| Crash report or crash signature: | Regression By: | ||
|
Description
Julien Nabet
2018-05-05 08:34:23 UTC
Heiko: noticing https://cgit.freedesktop.org/libreoffice/core/commit/?id=8b34efff7a7ed13553dfe87cd2413d01c76dec1d, thought you might be interested in this one Right, have seen it but forgot to investigate. Obviously I forgot to add something about the new UNO command. But what? (Taking but need expert help) Comparing "ShowInlineTooltips" and "ShowContentTips", I noticed these: 1) declaration in offapi.idl for second one 2) use in sfx2/source/appl/newhelp.cxx for second one I also compared "HANDLE_VIEWSET_SHOW_CONTENT_TIPS" and "HANDLE_VIEWSET_INLINECHANGES_TIPS" I noticed second one isn't used in SwXViewSettings::_getSingleValue from sw/source/uibase/uno/unomod.cxx But maybe all these are unrelated or not relevant. <https://cgit.freedesktop.org/libreoffice/core/commit/?id=8b34efff7a7ed13553dfe87cd2413d01c76dec1d> "tdf#114523 Make inline tooltips for changes optional" adds "Display/ShowInlineTooltips" to aPropNames in SwContentViewConfig::GetPropertyNames (sw/source/uibase/config/usrpref.cxx), implying that there should be a configuration property /org.openoffice.Office.Writer/Content/Display/ShowInlineTooltips. But no such property is declared in officecfg/registry/schema/org/openoffice/Office/Writer.xcs. heiko tietze committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=77ae49e2e22bc4094f26932286404e50ec1c9c36 tdf#117437 - Console error message about ShowInlineTooltips It will be available in 6.1.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. (In reply to Stephan Bergmann from comment #4) > But no such property is declared in > officecfg/registry/schema/org/openoffice/Office/Writer.xcs. Thank you! Thank you Heiko for the patch! |