summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/reportbuilder/ReportBuilderImplementation.java
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/reportbuilder/ReportBuilderImplementation.java')
-rw-r--r--wizards/com/sun/star/wizards/reportbuilder/ReportBuilderImplementation.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/com/sun/star/wizards/reportbuilder/ReportBuilderImplementation.java b/wizards/com/sun/star/wizards/reportbuilder/ReportBuilderImplementation.java
index 3a8e55e637e6..55615afb4189 100644
--- a/wizards/com/sun/star/wizards/reportbuilder/ReportBuilderImplementation.java
+++ b/wizards/com/sun/star/wizards/reportbuilder/ReportBuilderImplementation.java
@@ -314,7 +314,7 @@ public class ReportBuilderImplementation extends ReportImplementationHelper
/**
* Change the current Layouter by a new one with the given Name _sName.
- * If there exist no other layouter with the given name, nothing happens, the layouter will not change to
+ * If there exist no other layouter with the given name, nothing happens, the layouter will not change to
* an illegal one.
* @param _sName Name of the other layouter.
*/
@@ -636,7 +636,7 @@ public class ReportBuilderImplementation extends ReportImplementationHelper
String[] a = new String[getLayoutMap().size()];
String[] b = new String[getLayoutMap().size()];
- // run through the whole layoutmap and
+ // run through the whole layoutmap and
final Set<String> aKeys = getLayoutMap().keySet();
final Iterator<String> aKeyIterator = aKeys.iterator();
int i = 0;