<div dir="ltr">Hey,<br><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Apr 22, 2017 at 9:42 PM, Luke Benes <span dir="ltr"><<a href="mailto:lukebenes@hotmail.com" target="_blank">lukebenes@hotmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">With Ubuntu 17.04 x86-64, after commit: <a href="https://cgit.freedesktop.org/libreoffice/core/commit/sw/source/core/access/accmap.cxx?id=c99f72bebdce6d294eb47e070fa1397a98ba2087" rel="noreferrer" target="_blank">https://cgit.<wbr>freedesktop.org/libreoffice/<wbr>core/commit/sw/source/core/<wbr>access/accmap.cxx?id=<wbr>c99f72bebdce6d294eb47e070fa139<wbr>7a98ba2087</a><br>
<br>
sw: fix a11y crash on double Dispose<br>
<br>
I'm getting the following build error<br>
<br>
<br>
[CXX] sw/source/core/access/accmap.<wbr>cxx<br>
[CXX] sw/source/core/access/<wbr>accnotextframe.cxx<br>
[CXX] sw/source/core/access/<wbr>accnotexthyperlink.cxx<br>
[CXX] sw/source/core/access/accpage.<wbr>cxx<br>
[CXX] sw/source/core/access/accpara.<wbr>cxx<br>
/sw/source/core/access/accmap.<wbr>cxx:2393:31: error: 'GetMap' is a protected member of 'SwAccessibleContext'<br>
                if (xAccImpl->GetMap()) // not if disposed by FireEvents()<br>
                    ~~~~~~~~~~^~~~~~<br>
/sw/source/core/access/<wbr>acccontext.hxx:115:22: note: declared protected here<br>
    SwAccessibleMap *GetMap() { return m_pMap; }<br>
                     ^<br>
1 error generated.<br>
/solenv/gbuild/LinkTarget.mk:<wbr>288: recipe for target '/workdir/CxxObject/sw/source/<wbr>core/access/accmap.o' failed<br>
make[1]: *** [/workdir/CxxObject/sw/source/<wbr>core/access/accmap.o] Error 1<br>
make[1]: *** Waiting for unfinished jobs....<br>
Makefile:264: recipe for target 'build' failed<br>

</blockquote></div><br><br></div><div class="gmail_extra">This should be fixed with <a href="https://cgit.freedesktop.org/libreoffice/core/commit/?id=42b40ede8c496aad1021e68a72523af4f57e89f6">https://cgit.freedesktop.org/libreoffice/core/commit/?id=42b40ede8c496aad1021e68a72523af4f57e89f6</a><br><br></div><div class="gmail_extra">Best to pull and rebuild.<br><br></div><div class="gmail_extra">Regards,<br></div><div class="gmail_extra">Markus<br></div></div>