[Libreoffice-bugs] [Bug 90333] LibreOffice Dictionaries Path Cannot Be Changed
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Mon Aug 6 08:28:33 UTC 2018
https://bugs.documentfoundation.org/show_bug.cgi?id=90333
--- Comment #11 from himajin100000 at gmail.com ---
https://opengrok.libreoffice.org/xref/core/cui/source/options/optpath.cxx?r=d4073045#809
after successfully saving the user value, the code seems to throw an exception,
bybassing code to save the writable value.
if I comment-out the following line,
Impl->m_xPathSettings->setPropertyValue(sCfgName + POSTFIX_USER, aValue);
the following line correctly saves the "writable" value, but this line also
throws an exception. so SAL_INFO placed after this line in try block, that
logging will not work.
pImpl->m_xPathSettings->setPropertyValue(sCfgName + POSTFIX_WRITABLE, aValue);
info:salhelper.thread:4024:4008:salhelper/source/thread.cxx:21: launch
configmgrWriter
warn:cui.options:4024:4008:cui/source/options/optpath.cxx:831: caught: class
com::sun::star::uno::Exception msg: configmgr inappropriate property value
* line number would not be exactly the same as mine, due to some
modifications(not fix) on my side.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20180806/68e26330/attachment.html>
More information about the Libreoffice-bugs
mailing list