summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/report/ReportTextImplementation.java
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/report/ReportTextImplementation.java')
-rw-r--r--wizards/com/sun/star/wizards/report/ReportTextImplementation.java14
1 files changed, 7 insertions, 7 deletions
diff --git a/wizards/com/sun/star/wizards/report/ReportTextImplementation.java b/wizards/com/sun/star/wizards/report/ReportTextImplementation.java
index 05f7ad2a6a5b..3219ea8f9857 100644
--- a/wizards/com/sun/star/wizards/report/ReportTextImplementation.java
+++ b/wizards/com/sun/star/wizards/report/ReportTextImplementation.java
@@ -2,7 +2,7 @@
************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -406,7 +406,7 @@ public class ReportTextImplementation extends ReportImplementationHelper impleme
catch (Exception exception)
{
}
-// catch (java.lang.Exception javaexception)
+// catch (java.lang.Exception javaexception)
// {
// javaexception.printStackTrace(System.out);
// }
@@ -434,18 +434,18 @@ public class ReportTextImplementation extends ReportImplementationHelper impleme
}
DataVector.removeAllElements();
}
-// public void updateProgressDisplay(int iCounter)
+// public void updateProgressDisplay(int iCounter)
// {
-// try
+// try
// {
-// if (iCounter % 10 == 0)
+// if (iCounter % 10 == 0)
// {
// sProgressCurRecord = JavaTools.replaceSubString(sProgressBaseCurRecord, String.valueOf(iCounter), "<COUNT>");
// setControlProperty("lblCurProgress", "Label", sProgressCurRecord);
// super.xReschedule.reschedule();
// }
-// }
-// catch (java.lang.Exception jexception)
+// }
+// catch (java.lang.Exception jexception)
// {
// jexception.printStackTrace(System.out);
// }