diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2013-02-19 12:27:37 +0100 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2013-02-19 12:35:03 +0100 |
commit | 55c53570e03f5afc43f7fda8975c712c1624a22f (patch) | |
tree | 10a8ad33e3d9ae2cb57a97885850665ee8f132f4 /reportbuilder/java | |
parent | 9f015df3558ddda6729fd0078cd3922feaa65aac (diff) |
janitorial: typo in comment
Change-Id: Ia3d8612e3774ee62b6d885cc9ab801361642c3a3
Diffstat (limited to 'reportbuilder/java')
-rw-r--r-- | reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/TableCellLayoutController.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/TableCellLayoutController.java b/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/TableCellLayoutController.java index 148909876471..5e8872dc6483 100644 --- a/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/TableCellLayoutController.java +++ b/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/TableCellLayoutController.java @@ -79,7 +79,7 @@ public class TableCellLayoutController extends SectionLayoutController FormatValueUtility.VALUE, "NaN"); } // #i114108#: except on form elements, the only value-type that can - // occur without an accomanying value attribute is "string" + // occur without an accompanying value attribute is "string" else if (!"string".equals(valueType)) { attributeMap.setAttribute(OfficeNamespaces.OFFICE_NS, |