I don't understand.

The call to getContent() comes from uno::Sequence < OUString >
SfxContentHelper::GetResultSet( const String& rURL ) in
sfx2/source/bastyp/helper.cxx.

And it sure is surrounded by a try { ... } followed by catch( const
ucb::CommandAbortedException& ) { ... } catch( const uno::Exception& )
{ ... } .

css::ucb::ContentCreationException is a subclass of
css::uno::Exception. So why doesn't the second catch() work?

Is exception handling broken in the Android NDK r7b and its
gnustl_shared library? Then we will have lots of fun in the Android
port... But surely exception handling brokenness would have shown up
earlier already? Sigh, my head hurts (just figuratively speaking).

--tml
_______________________________________________
LibreOffice mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to