summaryrefslogtreecommitdiff
path: root/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/TableCellLayoutController.java
diff options
context:
space:
mode:
Diffstat (limited to 'reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/TableCellLayoutController.java')
-rw-r--r--reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/TableCellLayoutController.java8
1 files changed, 4 insertions, 4 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 44117380e176..27d3f47c9fc0 100644
--- a/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/TableCellLayoutController.java
+++ b/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/TableCellLayoutController.java
@@ -78,12 +78,12 @@ public class TableCellLayoutController extends SectionLayoutController
final DataFlags value = computeValue();
if (value != null)
{
- FormatValueUtility.applyValueForCell(value.getValue(), attributeMap,valueType);
+ FormatValueUtility.applyValueForCell(value.getValue(), attributeMap, valueType);
}
}
catch (Exception e)
{
- // ignore ..
+ // ignore ..
}
attributeMap.makeReadOnly();
return attributeMap;
@@ -152,7 +152,7 @@ public class TableCellLayoutController extends SectionLayoutController
}
catch (DataSourceException e)
{
- // ignore silently ..
+ // ignore silently ..
}
}
@@ -172,7 +172,7 @@ public class TableCellLayoutController extends SectionLayoutController
}
catch (DataSourceException e)
{
- // ignore silently ..
+ // ignore silently ..
}
}
}