https://bugs.documentfoundation.org/show_bug.cgi?id=145687
Bug ID: 145687
Summary: Unhandled exception in
utl::UCBContentHelper::IsYounger
Product: LibreOffice
Version: 7.2.2.2 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Writer
Assignee: [email protected]
Reporter: [email protected]
I told Writer to open the document License.rtf [1] and pressed the button [
Edit Document! ].
#7 0x00007fc9237a94fd in __cxxabiv1::__cxa_rethrow ()
at ../../../../libstdc++-v3/libsupc++/eh_throw.cc:133
#8 0x00007fc92741b77e in utl::UCBContentHelper::IsYounger (younger=...,
older=...)
at
/usr/src/debug/libreoffice-7.2.2.2-2.1.x86_64/unotools/source/ucbhelper/ucbhelper.cxx:280
#9 0x00007fc92823ccd6 in SfxViewFrame::ExecReload_Impl (this=0xbf0, rReq=...)
at
/usr/src/debug/libreoffice-7.2.2.2-2.1.x86_64/sfx2/source/view/viewfrm.cxx:436
275 > convert(
276 content(older).getPropertyValue(
277 "DateModified").
278 get<css::util::DateTime>());
279 } catch (css::uno::RuntimeException const &) {
280 throw;
What is the point of catching an exception in order to immediately re-throw it?
___
[1] <URL:
https://raw.githubusercontent.com/EWSoftware/VSSpellChecker/master/Source/VSSpellChecker2017And2019/License.rtf
>
--
You are receiving this mail because:
You are the assignee for the bug.