summaryrefslogtreecommitdiff
path: root/reportbuilder/java/org/libreoffice/report/pentaho/styles/LengthCalculator.java
diff options
context:
space:
mode:
Diffstat (limited to 'reportbuilder/java/org/libreoffice/report/pentaho/styles/LengthCalculator.java')
-rw-r--r--reportbuilder/java/org/libreoffice/report/pentaho/styles/LengthCalculator.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/reportbuilder/java/org/libreoffice/report/pentaho/styles/LengthCalculator.java b/reportbuilder/java/org/libreoffice/report/pentaho/styles/LengthCalculator.java
index d8ade2708f94..da263ee56d6c 100644
--- a/reportbuilder/java/org/libreoffice/report/pentaho/styles/LengthCalculator.java
+++ b/reportbuilder/java/org/libreoffice/report/pentaho/styles/LengthCalculator.java
@@ -72,7 +72,6 @@ public class LengthCalculator
{
pixel += value.getValue();
}
- // LOGGER.debug ("Adding " + value + " [mm: " + millimeter + "] [pt: " + point + "] px: [" + pixel + "]");
}
public CSSNumericValue getResult()