System.out.println("... done");
// TODO: It seems not possible to close the document without interactiv question
// there the follow test will not be execute
if (false) {
System.out.println("Opening document with label wizard");
XTextDocument xTextDoc = wHelper.openFromDialog("private:factory/swriter?slot=21051", "", false);
shortWait();
XWindow xWindow = UnoRuntime.queryInterface(XWindow.class, wHelper.getToolkit().getActiveTopWindow());
UITools ut = new UITools(m_xMSF,xWindow);
notifyEvents.clear();
System.out.println("pressing button 'New Document'");