summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/reportbuilder/layout/DesignTemplate.java
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/reportbuilder/layout/DesignTemplate.java')
-rw-r--r--wizards/com/sun/star/wizards/reportbuilder/layout/DesignTemplate.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/com/sun/star/wizards/reportbuilder/layout/DesignTemplate.java b/wizards/com/sun/star/wizards/reportbuilder/layout/DesignTemplate.java
index 6d332705664e..a7343d9010f7 100644
--- a/wizards/com/sun/star/wizards/reportbuilder/layout/DesignTemplate.java
+++ b/wizards/com/sun/star/wizards/reportbuilder/layout/DesignTemplate.java
@@ -141,7 +141,7 @@ public class DesignTemplate
if (a == null)
{
a = SectionEmptyObject.create();
- // a empty group has to use bold font
+ // an empty group has to use bold font
a.setPropertyValue("CharWeight", new Float(com.sun.star.awt.FontWeight.BOLD));
}
return a;
@@ -259,7 +259,7 @@ public class DesignTemplate
}
/**
- * create a new DesignTemplate by try to load a otr file from the given path.
+ * create a new DesignTemplate by try to load an otr file from the given path.
* Internally we store the loaded ReportDefinition.
*/
public static DesignTemplate create(XMultiServiceFactory _xMSF, String _sPath)