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.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/reportbuilder/java/org/libreoffice/report/pentaho/styles/LengthCalculator.java b/reportbuilder/java/org/libreoffice/report/pentaho/styles/LengthCalculator.java
index da263ee56d6c..bfc34a8fc6d2 100644
--- a/reportbuilder/java/org/libreoffice/report/pentaho/styles/LengthCalculator.java
+++ b/reportbuilder/java/org/libreoffice/report/pentaho/styles/LengthCalculator.java
@@ -36,10 +36,6 @@ public class LengthCalculator
private double point;
private double pixel;
- public LengthCalculator()
- {
- }
-
public void add(final CSSNumericValue value)
{
if (value == null)