StarMath's SmEdit class has a bogus duplicate member checkout: starmath/source/edit.cxx The 'xAccessible' and 'pAccessible' point to the same thing. Instead we should use an rtl::Reference<<SmEditAccessible> replacing the 'xAccessible' member, kill the pAccessible (replace them all with xAccessible) - and life should be good =) There is a similar commit here: git log -u -1 c0be3d072956d97f10d3ade9c80c426cb8c6d605 And I imagine there are quite a number of other instances of this sort of pointless-ness around the code =) Thanks ! =)
Takeshi Abe committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=8c5471c3a625c42523b144cf8d1dddf75f4a2746 tdf#91053 cleanup bogus member ... It will be available in 5.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.
Migrating Whiteboard tags to Keywords: (easyHack, difficultyBeginner, skillCpp, topicCleanup) [NinjaEdit]
JanI is default CC for Easy Hacks (Add Jan; remove LibreOffice Dev List from CC) [NinjaEdit]