View | Details | Raw Unified | Return to issue 123198
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +7 lines)
Line  Link Here
0
-- main/sfx2/source/sidebar/TabBar.cxx
0
++ main/sfx2/source/sidebar/TabBar.cxx
Lines 309-315 Image TabBar::GetItemImage (const DeckDescriptor& rDeckDescriptor) const Link Here
309
309
310
IMPL_LINK(TabBar::Item, HandleClick, Button*, EMPTYARG)
310
IMPL_LINK(TabBar::Item, HandleClick, Button*, EMPTYARG)
311
{
311
{
312
    maDeckActivationFunctor(msDeckId);
312
    try
313
    {
314
        maDeckActivationFunctor(msDeckId);
315
    }
316
    catch( const ::com::sun::star::uno::Exception&) {} // workaround for #i123198#
317
313
    return 1;
318
    return 1;
314
}
319
}
315
320

Return to issue 123198