{
XStorable store =
(XStorable) UnoRuntime.queryInterface(
XStorable.class, _xComponent
);
store.storeToURL(_sDestinationName, PropertyHelper.createPropertyValueArrayFormArrayList(aPropertyList));
}
catch (com.sun.star.io.IOException e)
{
GlobalLogWriter.get().println("IO Exception caught.");
GlobalLogWriter.get().println("Message: " + e.getMessage());