Issue 50165

Summary: API: fwk.UIConfigurationManager::com::sun::star::ui::XUIConfigurationManager::reset()
Product: App Dev Reporter: chne
Component: apiAssignee: AOO issues mailing list <issues>
Status: ACCEPTED --- QA Contact:
Severity: Trivial    
Priority: P3 CC: issues
Version: 3.3.0 or older (OOo)   
Target Milestone: ---   
Hardware: All   
OS: All   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

Description chne 2005-06-01 11:05:57 UTC
The method reset() runs into a disposed exception while calling it under special
conditions.

To reproduce this behavior just start your office with parameter

"-accept=socket,host=0,port=8100;urp;" 

and call inside a solar shell:

checkapi -o
fwk.UIConfigurationManager::com::sun::star::ui::XUIConfigurationStorage,com::sun::star::ui::XUIConfiguration,com::sun::star::ui::XUIConfigurationManager

At first the configiartion was stored with  XUIConfigurationStorage. Then the
Listener was tested and the environment (UIConfigurationManager) was disposed
and new created. In this pahse the reset() method gets a
com.sun.star.lang.DisposedException.
Note: If I dispose the environment after the XUIConfigurationStorage test all
works fine.
Comment 1 carsten.driesner 2005-06-01 16:16:27 UTC
.