INTEGRATION: CWS qwizardsbf6 (1.12.22); FILE MERGED

2005/07/19 11:52:42 tv 1.12.22.1: #i48944# dynamically check installed letter wizard template and display the languages accordingly
This commit is contained in:
Jens-Heiner Rechtien 2005-09-23 14:32:47 +00:00
parent 1eabfecb1a
commit 7ba37873f1

View file

@ -4,9 +4,9 @@
* *
* $RCSfile: WizardDialog.java,v $ * $RCSfile: WizardDialog.java,v $
* *
* $Revision: 1.13 $ * $Revision: 1.14 $
* *
* last change: $Author: rt $ $Date: 2005-09-09 09:49:32 $ * last change: $Author: hr $ $Date: 2005-09-23 15:32:47 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
@ -49,7 +49,6 @@ import com.sun.star.lang.XMultiServiceFactory;
import com.sun.star.wizards.common.Desktop; import com.sun.star.wizards.common.Desktop;
import com.sun.star.wizards.common.Helper; import com.sun.star.wizards.common.Helper;
import com.sun.star.wizards.common.Resource; import com.sun.star.wizards.common.Resource;
import com.sun.star.wizards.common.SystemDialog;
import com.sun.star.container.XIndexContainer; import com.sun.star.container.XIndexContainer;
import com.sun.star.frame.XTerminateListener; import com.sun.star.frame.XTerminateListener;
import com.sun.star.frame.TerminationVetoException; import com.sun.star.frame.TerminationVetoException;