Issue 116951 - ToolBarManager::CreateControllers() should try/catch
Summary: ToolBarManager::CreateControllers() should try/catch
Status: CONFIRMED
Alias: None
Product: General
Classification: Code
Component: code (show other issues)
Version: DEV300m99
Hardware: Unknown All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-14 10:37 UTC by Oliver Specht
Modified: 2013-01-29 21:48 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Oliver Specht 2011-02-14 10:37:28 UTC
In ToolBarManager::CreateControllers() there's a line: 

xController = Reference< XStatusListener >(
xToolbarControllerFactory->createInstanceWithArgumentsAndContext(            
aCommandURL, aArgs, xComponentContext ),.. 

If this createIntance... call throws then the application crashes.