From 949f97ba480f96c7892602f3208467ac925fab15 Mon Sep 17 00:00:00 2001 From: Ariel Constenla-Haile Date: Sun, 23 Dec 2012 18:20:18 +0000 Subject: Resolves: #i121162# ImageScaleMode constants should be in UPPERCASE (cherry picked from commit 734b532fb77d2d5be7eb7becb6720dbd7b3d8978) Conflicts: offapi/com/sun/star/awt/ImageScaleMode.idl oox/source/ole/axcontrol.cxx reportdesign/source/filter/xml/xmlHelper.cxx wizards/com/sun/star/wizards/reportbuilder/layout/ReportBuilderLayouter.java Change-Id: Ib5fa7b82edddb809129a4e5619a20ca7a7b2e38a --- .../sun/star/wizards/reportbuilder/layout/ReportBuilderLayouter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wizards/com/sun/star/wizards/reportbuilder') diff --git a/wizards/com/sun/star/wizards/reportbuilder/layout/ReportBuilderLayouter.java b/wizards/com/sun/star/wizards/reportbuilder/layout/ReportBuilderLayouter.java index 6cbd91debfed..615634ec7a2e 100644 --- a/wizards/com/sun/star/wizards/reportbuilder/layout/ReportBuilderLayouter.java +++ b/wizards/com/sun/star/wizards/reportbuilder/layout/ReportBuilderLayouter.java @@ -783,7 +783,7 @@ abstract public class ReportBuilderLayouter implements IReportBuilderLayouter final XImageControl xImageControl = UnoRuntime.queryInterface(XImageControl.class, xReportControlModel); if (xImageControl != null) { - xImageControl.setScaleMode(com.sun.star.awt.ImageScaleMode.Isotropic); + xImageControl.setScaleMode(com.sun.star.awt.ImageScaleMode.ISOTROPIC); } } else -- cgit v1.2.3