summaryrefslogtreecommitdiff
path: root/reportbuilder/java/org/libreoffice/report/pentaho/output/ImageProducer.java
diff options
context:
space:
mode:
Diffstat (limited to 'reportbuilder/java/org/libreoffice/report/pentaho/output/ImageProducer.java')
-rw-r--r--reportbuilder/java/org/libreoffice/report/pentaho/output/ImageProducer.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/reportbuilder/java/org/libreoffice/report/pentaho/output/ImageProducer.java b/reportbuilder/java/org/libreoffice/report/pentaho/output/ImageProducer.java
index 25c2bf49317f..c7c5a36e8954 100644
--- a/reportbuilder/java/org/libreoffice/report/pentaho/output/ImageProducer.java
+++ b/reportbuilder/java/org/libreoffice/report/pentaho/output/ImageProducer.java
@@ -76,7 +76,7 @@ public class ImageProducer
private final CSSNumericValue height;
private final String embeddableLink;
- public OfficeImage(final String embeddableLink, final CSSNumericValue width, final CSSNumericValue height)
+ private OfficeImage(final String embeddableLink, final CSSNumericValue width, final CSSNumericValue height)
{
this.embeddableLink = embeddableLink;
this.width = width;