summaryrefslogtreecommitdiff
path: root/wizards/com
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-06-19 12:54:22 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-06-19 12:54:22 +0200
commite2682561337c521f10fa2c87594c86c01b3c662a (patch)
treea8cb220cf9888183c2de5edd3644597c63b67b9a /wizards/com
parent68f53efa2572acc661c8a75ee2ec09f87348aa65 (diff)
parentf9c2beb2cdb4ae448d22ae390c63159b88df9e9e (diff)
Merge branch 'master' into feature/gnumake4
Conflicts: lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx lingucomponent/source/spellcheck/spell/sspellimp.cxx setup_native/prj/build.lst setup_native/prj/d.lst wizards/Jar_query.mk wizards/Module_wizards.mk wizards/Zip_launcher.mk wizards/com/sun/star/wizards/report/makefile.mk wizards/prj/build.lst wizards/prj/d.lst wizards/util/target.pmk
Diffstat (limited to 'wizards/com')
-rw-r--r--wizards/com/sun/star/wizards/agenda/makefile.mk1
-rw-r--r--wizards/com/sun/star/wizards/common/UCB.java6
-rw-r--r--wizards/com/sun/star/wizards/document/TimeStampControl.java2
-rw-r--r--wizards/com/sun/star/wizards/fax/makefile.mk1
-rw-r--r--wizards/com/sun/star/wizards/form/makefile.mk5
-rw-r--r--[-rwxr-xr-x]wizards/com/sun/star/wizards/letter/LetterWizardDialogConst.java0
-rw-r--r--wizards/com/sun/star/wizards/letter/LetterWizardDialogImpl.java54
-rw-r--r--wizards/com/sun/star/wizards/letter/LocaleCodes.java4
-rw-r--r--wizards/com/sun/star/wizards/letter/makefile.mk1
-rw-r--r--wizards/com/sun/star/wizards/makefile.mk4
-rw-r--r--wizards/com/sun/star/wizards/query/makefile.mk5
-rw-r--r--wizards/com/sun/star/wizards/reportbuilder/layout/makefile.mk6
-rw-r--r--wizards/com/sun/star/wizards/table/makefile.mk5
-rw-r--r--wizards/com/sun/star/wizards/ui/UIConsts.java7
-rw-r--r--wizards/com/sun/star/wizards/web/LogTaskListener.java7
-rw-r--r--wizards/com/sun/star/wizards/web/data/makefile.mk4
-rw-r--r--wizards/com/sun/star/wizards/web/export/ConfiguredExporter.java6
-rw-r--r--wizards/com/sun/star/wizards/web/export/CopyExporter.java7
-rw-r--r--wizards/com/sun/star/wizards/web/export/makefile.mk4
-rw-r--r--wizards/com/sun/star/wizards/web/makefile.mk2
-rw-r--r--wizards/com/sun/star/wizards/web/status/ErrorLog.java7
-rw-r--r--wizards/com/sun/star/wizards/web/status/ErrorReporter.java7
-rw-r--r--wizards/com/sun/star/wizards/web/status/LogTaskListener.java7
-rw-r--r--wizards/com/sun/star/wizards/web/status/Task.java7
-rw-r--r--wizards/com/sun/star/wizards/web/status/TaskEvent.java7
-rw-r--r--wizards/com/sun/star/wizards/web/status/TaskListener.java7
26 files changed, 13 insertions, 160 deletions
diff --git a/wizards/com/sun/star/wizards/agenda/makefile.mk b/wizards/com/sun/star/wizards/agenda/makefile.mk
index 1f07e9adfbcc..9b89c720038b 100644
--- a/wizards/com/sun/star/wizards/agenda/makefile.mk
+++ b/wizards/com/sun/star/wizards/agenda/makefile.mk
@@ -33,7 +33,6 @@ PACKAGE = com$/sun$/star$/wizards$/agenda
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
-#.INCLUDE : $(PRJ)$/util$/makefile.pmk
JARFILES= unoil.jar \
jurt.jar \
diff --git a/wizards/com/sun/star/wizards/common/UCB.java b/wizards/com/sun/star/wizards/common/UCB.java
index 5d032639d5e3..5d8ddb4385e3 100644
--- a/wizards/com/sun/star/wizards/common/UCB.java
+++ b/wizards/com/sun/star/wizards/common/UCB.java
@@ -26,12 +26,6 @@
*
************************************************************************/
-/*
- * Created on 31.10.2003
- *
- * To change the template for this generated file go to
- * Window>Preferences>Java>Code Generation>Code and Comments
- */
package com.sun.star.wizards.common;
import java.util.List;
diff --git a/wizards/com/sun/star/wizards/document/TimeStampControl.java b/wizards/com/sun/star/wizards/document/TimeStampControl.java
index 7c951921bde6..3f0e3609e654 100644
--- a/wizards/com/sun/star/wizards/document/TimeStampControl.java
+++ b/wizards/com/sun/star/wizards/document/TimeStampControl.java
@@ -149,14 +149,12 @@ public class TimeStampControl extends DatabaseControl
{
// --> TESTING
Point aBeforePt = xShapeGroup.getPosition();
- // <--
xShapeGroup.setPosition(_aPoint);
// oDateControl.xShape.setPosition(_aPoint);
// Point atimepoint = new Point(oDateControl.xShape.getPosition().X + oDateControl.xShape.getSize().Width, oDateControl.xShape.getPosition().Y );
// oTimeControl.xShape.setPosition(atimepoint);
// --> TESTING
Point aAfterPt = xShapeGroup.getPosition();
- // <--
}
public int getControlType()
diff --git a/wizards/com/sun/star/wizards/fax/makefile.mk b/wizards/com/sun/star/wizards/fax/makefile.mk
index 5cf08939263b..4ef462041f75 100644
--- a/wizards/com/sun/star/wizards/fax/makefile.mk
+++ b/wizards/com/sun/star/wizards/fax/makefile.mk
@@ -33,7 +33,6 @@ PACKAGE = com$/sun$/star$/wizards$/fax
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
-#.INCLUDE : $(PRJ)$/util$/makefile.pmk
JARFILES= unoil.jar jurt.jar ridl.jar juh.jar java_uno.jar java_uno_accessbridge commonwizards.jar
diff --git a/wizards/com/sun/star/wizards/form/makefile.mk b/wizards/com/sun/star/wizards/form/makefile.mk
index b6366607324e..abd66032dda2 100644
--- a/wizards/com/sun/star/wizards/form/makefile.mk
+++ b/wizards/com/sun/star/wizards/form/makefile.mk
@@ -33,7 +33,6 @@ PACKAGE = com$/sun$/star$/wizards$/form
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
-#.INCLUDE : $(PRJ)$/util$/makefile.pmk
JARFILES= unoil.jar jurt.jar ridl.jar juh.jar java_uno.jar commonwizards.jar
CUSTOMMANIFESTFILE= MANIFEST.MF
@@ -43,10 +42,6 @@ JARTARGET = $(TARGET).jar
JARCLASSPATH = commonwizards.jar
# --- Files --------------------------------------------------------
-#SRS2NAME = dbwizres
-#SRC2FILES= dbwizres.src
-#RESLIB2SRSFILES= $(SRS)$/dbwizres.srs
-#RESLIB2NAME= dbw
JAVAFILES= \
CallFormWizard.java \
diff --git a/wizards/com/sun/star/wizards/letter/LetterWizardDialogConst.java b/wizards/com/sun/star/wizards/letter/LetterWizardDialogConst.java
index b94ac6f0c0ac..b94ac6f0c0ac 100755..100644
--- a/wizards/com/sun/star/wizards/letter/LetterWizardDialogConst.java
+++ b/wizards/com/sun/star/wizards/letter/LetterWizardDialogConst.java
diff --git a/wizards/com/sun/star/wizards/letter/LetterWizardDialogImpl.java b/wizards/com/sun/star/wizards/letter/LetterWizardDialogImpl.java
index a7198b6ba955..ed3161c7282d 100644
--- a/wizards/com/sun/star/wizards/letter/LetterWizardDialogImpl.java
+++ b/wizards/com/sun/star/wizards/letter/LetterWizardDialogImpl.java
@@ -1115,14 +1115,6 @@ public class LetterWizardDialogImpl extends LetterWizardDialog
{
PropertyNames.EMPTY_STRING, PropertyNames.EMPTY_STRING
};
- String[] nameList1 =
- {
- PropertyNames.EMPTY_STRING, PropertyNames.EMPTY_STRING
- };
- String[] nameList1b =
- {
- PropertyNames.EMPTY_STRING, PropertyNames.EMPTY_STRING
- };
String[] nameList2 =
{
PropertyNames.EMPTY_STRING, PropertyNames.EMPTY_STRING
@@ -1145,47 +1137,13 @@ public class LetterWizardDialogImpl extends LetterWizardDialog
sMainPath = FileAccess.deleteLastSlashfromUrl(sMainPath);
sLetterPath = sMainPath + sLetterSubPath;
- //sLetterLangPackPath = FileAccess.combinePaths(xMSF, sTemplatePath, sLetterSubPath);
XInterface xInterface = (XInterface) xMSF.createInstance("com.sun.star.ucb.SimpleFileAccess");
com.sun.star.ucb.XSimpleFileAccess xSimpleFileAccess = UnoRuntime.queryInterface(com.sun.star.ucb.XSimpleFileAccess.class, xInterface);
- nameList1 = xSimpleFileAccess.getFolderContents(sMainPath, true);
nameList2 = xSimpleFileAccess.getFolderContents(sLetterPath, true);
- for (int i = 0; i < nameList1.length; i++)
- {
- String theFileName = FileAccess.getFilename(nameList1[i]);
- if (!theFileName.equalsIgnoreCase("wizard"))
- {
- sLocLetterPath = FileAccess.deleteLastSlashfromUrl(nameList1[i] + sLetterSubPath);
- try
- {
- nameList1b = xSimpleFileAccess.getFolderContents(sLocLetterPath, true);
- for (int j = 0; j < nameList1b.length; j++)
- {
- String theFileNameb = FileAccess.getFilename(nameList1b[j]);
- allPaths.add(nameList1[i] + sLetterSubPath + theFileNameb);
- }
- }
- catch (Exception e)
- {
- //if the path is invalid an exception is thrown - try the fallback below then
- }
- }
- }
for (int i = 0; i < nameList2.length; i++)
{
- boolean found = false;
- for (int t = 0; t < nameList1.length; t++)
- {
- if (FileAccess.getFilename(nameList2[i]).equalsIgnoreCase(FileAccess.getFilename(nameList1[t])))
- {
- found = true;
- }
- }
- if (!found)
- {
- allPaths.add(nameList2[i]);
- }
+ allPaths.add(nameList2[i]);
}
nameList = allPaths.toArray();
@@ -1247,12 +1205,6 @@ public class LetterWizardDialogImpl extends LetterWizardDialog
NormsVector.add(cIsoCode);
NormsPathVector.add(nameList[i]);
LanguageLabelsVector.add(lc.getLanguageString(MSID));
- /*
- Norms[z] = cIsoCode;
- NormPaths[z] = (String) nameList[i];
- LanguageLabels[z] = lc.getLanguageString(MSID);
- z++;
- **/
}
}
@@ -1266,10 +1218,6 @@ public class LetterWizardDialogImpl extends LetterWizardDialog
LanguageLabels = new String[LanguageLabelsVector.size()];
LanguageLabelsVector.toArray(LanguageLabels);
- //Norms = new String[nameList.length];
- //NormPaths = new String[nameList.length];
- //LanguageLabels = new String[Norms.length];
-
setControlProperty("lstLetterNorm", PropertyNames.STRING_ITEM_LIST, LanguageLabels);
}
diff --git a/wizards/com/sun/star/wizards/letter/LocaleCodes.java b/wizards/com/sun/star/wizards/letter/LocaleCodes.java
index 82994f40dc6b..e9849812d01a 100644
--- a/wizards/com/sun/star/wizards/letter/LocaleCodes.java
+++ b/wizards/com/sun/star/wizards/letter/LocaleCodes.java
@@ -41,7 +41,7 @@ public class LocaleCodes extends Resource
public LocaleCodes(XMultiServiceFactory xmsf)
{
super(xmsf, UNIT_NAME, MODULE_NAME);
- allLanguageStrings = getStringList(16635); // STR_ARR_SVT_LANGUAGE_TABLE from svtools/source/misc/langtab.src
+ allLanguageStrings = getStringList(16633); // STR_ARR_SVT_LANGUAGE_TABLE from svtools/source/misc/langtab.src
}
public String getLanguageString(String MSID)
@@ -158,7 +158,7 @@ public class LocaleCodes extends Resource
Ids[94] = "Slovenian;sl;1060";
Ids[95] = "Slovak;sk;1051";
Ids[96] = "Sorbian;sb;1070";
- Ids[97] = "Spanish - Spain;es-es;1034";
+ Ids[97] = "Spanish - Spain;es-es;3082";
Ids[98] = "Spanish - Argentina;es-ar;11274";
Ids[99] = "Spanish - Bolivia;es-bo;16394";
Ids[100] = "Spanish - Chile;es-cl;13322";
diff --git a/wizards/com/sun/star/wizards/letter/makefile.mk b/wizards/com/sun/star/wizards/letter/makefile.mk
index ca6c750bac81..25d388346017 100644
--- a/wizards/com/sun/star/wizards/letter/makefile.mk
+++ b/wizards/com/sun/star/wizards/letter/makefile.mk
@@ -33,7 +33,6 @@ PACKAGE = com$/sun$/star$/wizards$/letter
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
-#.INCLUDE : $(PRJ)$/util$/makefile.pmk
JARFILES= unoil.jar jurt.jar ridl.jar juh.jar java_uno.jar java_uno_accessbridge commonwizards.jar
diff --git a/wizards/com/sun/star/wizards/makefile.mk b/wizards/com/sun/star/wizards/makefile.mk
index b3fb389bb551..c44b369d4ffa 100644
--- a/wizards/com/sun/star/wizards/makefile.mk
+++ b/wizards/com/sun/star/wizards/makefile.mk
@@ -32,7 +32,6 @@ PACKAGE = com$/sun$/star$/wizards
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
-#.INCLUDE : $(PRJ)$/util$/makefile.pmk
JARFILES= unoil.jar jurt.jar ridl.jar juh.jar jut.jar java_uno.jar java_uno_accessbridge
@@ -143,9 +142,6 @@ JAVAFILES= \
text$/TextTableHandler.java \
text$/ViewHandler.java
-
-#JAVACLASSFILES = $(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:s/.java/.class/))
-
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
diff --git a/wizards/com/sun/star/wizards/query/makefile.mk b/wizards/com/sun/star/wizards/query/makefile.mk
index 080076668ce8..7a844f475808 100644
--- a/wizards/com/sun/star/wizards/query/makefile.mk
+++ b/wizards/com/sun/star/wizards/query/makefile.mk
@@ -33,7 +33,6 @@ PACKAGE = com$/sun$/star$/wizards$/query
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
-#.INCLUDE : $(PRJ)$/util$/makefile.pmk
JARFILES= unoil.jar jurt.jar ridl.jar juh.jar jut.jar java_uno.jar commonwizards.jar
CUSTOMMANIFESTFILE= MANIFEST.MF
@@ -43,10 +42,6 @@ JARTARGET = $(TARGET).jar
JARCLASSPATH = commonwizards.jar
# --- Files --------------------------------------------------------
-#SRS2NAME = dbwizres
-#SRC2FILES= dbwizres.src
-#RESLIB2SRSFILES= $(SRS)$/dbwizres.srs
-#RESLIB2NAME= dbw
JAVAFILES= \
CallQueryWizard.java \
diff --git a/wizards/com/sun/star/wizards/reportbuilder/layout/makefile.mk b/wizards/com/sun/star/wizards/reportbuilder/layout/makefile.mk
index 1af9e7c53862..3781f4246acd 100644
--- a/wizards/com/sun/star/wizards/reportbuilder/layout/makefile.mk
+++ b/wizards/com/sun/star/wizards/reportbuilder/layout/makefile.mk
@@ -33,19 +33,13 @@ PACKAGE = com$/sun$/star$/wizards$/reportbuilder$/layout
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
-#.INCLUDE : $(PRJ)$/util$/makefile.pmk
JARFILES= unoil.jar jurt.jar ridl.jar juh.jar java_uno.jar commonwizards.jar report.jar
-# CUSTOMMANIFESTFILE= MANIFEST.MF
-
JARCLASSDIRS = \
com$/sun$/star$/wizards$/reportbuilder$/layout \
com$/sun$/star$/wizards$/report
-# JARTARGET = $(TARGET).jar
-# JARCLASSPATH = commonwizards.jar report.jar
-
# --- Files --------------------------------------------------------
JAVAFILES= \
diff --git a/wizards/com/sun/star/wizards/table/makefile.mk b/wizards/com/sun/star/wizards/table/makefile.mk
index 4343af99d45d..fd2b09ea780a 100644
--- a/wizards/com/sun/star/wizards/table/makefile.mk
+++ b/wizards/com/sun/star/wizards/table/makefile.mk
@@ -32,7 +32,6 @@ PACKAGE = com$/sun$/star$/wizards$/table
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
-#.INCLUDE : $(PRJ)$/util$/makefile.pmk
JARFILES= unoil.jar jurt.jar ridl.jar juh.jar java_uno.jar commonwizards.jar
CUSTOMMANIFESTFILE= MANIFEST.MF
@@ -42,10 +41,6 @@ JARTARGET = $(TARGET).jar
JARCLASSPATH = commonwizards.jar
# --- Files --------------------------------------------------------
-#SRS2NAME = dbwizres
-#SRC2FILES= dbwizres.src
-#RESLIB2SRSFILES= $(SRS)$/dbwizres.srs
-#RESLIB2NAME= dbw
JAVAFILES= \
CallTableWizard.java \
diff --git a/wizards/com/sun/star/wizards/ui/UIConsts.java b/wizards/com/sun/star/wizards/ui/UIConsts.java
index 0d5915481943..9b1c547dbd9e 100644
--- a/wizards/com/sun/star/wizards/ui/UIConsts.java
+++ b/wizards/com/sun/star/wizards/ui/UIConsts.java
@@ -1,9 +1,4 @@
-/*
- * Created on 14.11.2003
- *
- * To change the template for this generated file go to
- * Window>Preferences>Java>Code Generation>Code and Comments
- */
+
package com.sun.star.wizards.ui;
/**
diff --git a/wizards/com/sun/star/wizards/web/LogTaskListener.java b/wizards/com/sun/star/wizards/web/LogTaskListener.java
index 8666aaf9738e..b98ac5261e7a 100644
--- a/wizards/com/sun/star/wizards/web/LogTaskListener.java
+++ b/wizards/com/sun/star/wizards/web/LogTaskListener.java
@@ -25,12 +25,7 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-/*
- * Created on 04.11.2003
- *
- * To change the template for this generated file go to
- * Window>Preferences>Java>Code Generation>Code and Comments
- */
+
package com.sun.star.wizards.web;
import com.sun.star.wizards.common.PropertyNames;
diff --git a/wizards/com/sun/star/wizards/web/data/makefile.mk b/wizards/com/sun/star/wizards/web/data/makefile.mk
index 1bfc02cf8351..17a78f063246 100644
--- a/wizards/com/sun/star/wizards/web/data/makefile.mk
+++ b/wizards/com/sun/star/wizards/web/data/makefile.mk
@@ -34,7 +34,6 @@ PACKAGE = com$/sun$/star$/wizards$/web$/data
.INCLUDE : settings.mk
-#.INCLUDE : $(PRJ)$/util$/makefile.pmk
JARFILES= unoil.jar jurt.jar ridl.jar juh.jar jut.jar java_uno.jar java_uno_accessbridge commonwizards.jar
.IF "$(SYSTEM_SAXON)" == "YES"
@@ -43,9 +42,6 @@ EXTRAJARFILES = $(SAXON_JAR)
JARFILES += saxon9.jar
.ENDIF
-#JARCLASSDIRS = com$/sun$/star$/wizards$/web
-#JARTARGET = $(TARGET).jar
-
# --- Files --------------------------------------------------------
JAVAFILES= \
diff --git a/wizards/com/sun/star/wizards/web/export/ConfiguredExporter.java b/wizards/com/sun/star/wizards/web/export/ConfiguredExporter.java
index de13a8c31bbe..fcc2d21f57d8 100644
--- a/wizards/com/sun/star/wizards/web/export/ConfiguredExporter.java
+++ b/wizards/com/sun/star/wizards/web/export/ConfiguredExporter.java
@@ -26,12 +26,6 @@
*
************************************************************************/
-/*
- * Created on 31.10.2003
- *
- * To change the template for this generated file go to
- * Window>Preferences>Java>Code Generation>Code and Comments
- */
package com.sun.star.wizards.web.export;
import java.util.Iterator;
diff --git a/wizards/com/sun/star/wizards/web/export/CopyExporter.java b/wizards/com/sun/star/wizards/web/export/CopyExporter.java
index f620e3b106d3..c2d5501d91d0 100644
--- a/wizards/com/sun/star/wizards/web/export/CopyExporter.java
+++ b/wizards/com/sun/star/wizards/web/export/CopyExporter.java
@@ -25,12 +25,7 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-/*
- * Created on 17.10.2003
- *
- * To change the template for this generated file go to
- * Window>Preferences>Java>Code Generation>Code and Comments
- */
+
package com.sun.star.wizards.web.export;
import com.sun.star.lang.XMultiServiceFactory;
diff --git a/wizards/com/sun/star/wizards/web/export/makefile.mk b/wizards/com/sun/star/wizards/web/export/makefile.mk
index 46cd65044e81..c898fdfce964 100644
--- a/wizards/com/sun/star/wizards/web/export/makefile.mk
+++ b/wizards/com/sun/star/wizards/web/export/makefile.mk
@@ -34,7 +34,6 @@ PACKAGE = com$/sun$/star$/wizards$/web$/export
.INCLUDE : settings.mk
-#.INCLUDE : $(PRJ)$/util$/makefile.pmk
JARFILES= unoil.jar jurt.jar ridl.jar juh.jar java_uno.jar java_uno_accessbridge commonwizards.jar
.IF "$(SYSTEM_SAXON)" == "YES"
@@ -43,9 +42,6 @@ EXTRAJARFILES = $(SAXON_JAR)
JARFILES += saxon9.jar
.ENDIF
-#JARCLASSDIRS = com$/sun$/star$/wizards$/web
-#JARTARGET = $(TARGET).jar
-
# --- Files --------------------------------------------------------
JAVAFILES= \
diff --git a/wizards/com/sun/star/wizards/web/makefile.mk b/wizards/com/sun/star/wizards/web/makefile.mk
index 2e0394d2971c..e1be1497fe0f 100644
--- a/wizards/com/sun/star/wizards/web/makefile.mk
+++ b/wizards/com/sun/star/wizards/web/makefile.mk
@@ -33,7 +33,7 @@ PACKAGE = com$/sun$/star$/wizards$/web
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
-#.INCLUDE : $(PRJ)$/util$/makefile.pmk
+
JARFILES= unoil.jar jurt.jar ridl.jar juh.jar jut.jar java_uno.jar java_uno_accessbridge commonwizards.jar
.IF "$(SYSTEM_SAXON)" == "YES"
diff --git a/wizards/com/sun/star/wizards/web/status/ErrorLog.java b/wizards/com/sun/star/wizards/web/status/ErrorLog.java
index d039fa5c64a3..a0448858c259 100644
--- a/wizards/com/sun/star/wizards/web/status/ErrorLog.java
+++ b/wizards/com/sun/star/wizards/web/status/ErrorLog.java
@@ -25,12 +25,7 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-/*
- * Created on 04.11.2003
- *
- * To change the template for this generated file go to
- * Window>Preferences>Java>Code Generation>Code and Comments
- */
+
package com.sun.star.wizards.web.status;
import java.util.List;
diff --git a/wizards/com/sun/star/wizards/web/status/ErrorReporter.java b/wizards/com/sun/star/wizards/web/status/ErrorReporter.java
index 4d967e24f3df..8f5eff93113c 100644
--- a/wizards/com/sun/star/wizards/web/status/ErrorReporter.java
+++ b/wizards/com/sun/star/wizards/web/status/ErrorReporter.java
@@ -25,12 +25,7 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-/*
- * Created on 14.10.2003
- *
- * To change the template for this generated file go to
- * Window>Preferences>Java>Code Generation>Code and Comments
- */
+
package com.sun.star.wizards.web.status;
/**
diff --git a/wizards/com/sun/star/wizards/web/status/LogTaskListener.java b/wizards/com/sun/star/wizards/web/status/LogTaskListener.java
index d4109da3406f..00ef6b2af3b4 100644
--- a/wizards/com/sun/star/wizards/web/status/LogTaskListener.java
+++ b/wizards/com/sun/star/wizards/web/status/LogTaskListener.java
@@ -25,12 +25,7 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-/*
- * Created on 04.11.2003
- *
- * To change the template for this generated file go to
- * Window>Preferences>Java>Code Generation>Code and Comments
- */
+
package com.sun.star.wizards.web.status;
import java.io.PrintStream;
diff --git a/wizards/com/sun/star/wizards/web/status/Task.java b/wizards/com/sun/star/wizards/web/status/Task.java
index 0fb0bf494286..ca01f9562889 100644
--- a/wizards/com/sun/star/wizards/web/status/Task.java
+++ b/wizards/com/sun/star/wizards/web/status/Task.java
@@ -25,12 +25,7 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-/*
- * Created on 17.10.2003
- *
- * To change the template for this generated file go to
- * Window>Preferences>Java>Code Generation>Code and Comments
- */
+
package com.sun.star.wizards.web.status;
import java.util.List;
diff --git a/wizards/com/sun/star/wizards/web/status/TaskEvent.java b/wizards/com/sun/star/wizards/web/status/TaskEvent.java
index dd1d06c1938a..1f86e6aa18f0 100644
--- a/wizards/com/sun/star/wizards/web/status/TaskEvent.java
+++ b/wizards/com/sun/star/wizards/web/status/TaskEvent.java
@@ -25,12 +25,7 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-/*
- * Created on 04.11.2003
- *
- * To change the template for this generated file go to
- * Window>Preferences>Java>Code Generation>Code and Comments
- */
+
package com.sun.star.wizards.web.status;
import java.util.EventObject;
diff --git a/wizards/com/sun/star/wizards/web/status/TaskListener.java b/wizards/com/sun/star/wizards/web/status/TaskListener.java
index 63745bf83a62..25d89e9d111b 100644
--- a/wizards/com/sun/star/wizards/web/status/TaskListener.java
+++ b/wizards/com/sun/star/wizards/web/status/TaskListener.java
@@ -25,12 +25,7 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-/*
- * Created on 04.11.2003
- *
- * To change the template for this generated file go to
- * Window>Preferences>Java>Code Generation>Code and Comments
- */
+
package com.sun.star.wizards.web.status;
import java.util.EventListener;