summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/chart/_ChartAxisYSupplier.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/chart/_ChartAxisYSupplier.java')
-rw-r--r--qadevOOo/tests/java/ifc/chart/_ChartAxisYSupplier.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/chart/_ChartAxisYSupplier.java b/qadevOOo/tests/java/ifc/chart/_ChartAxisYSupplier.java
index 62eb9748fbba..ca2d6aedf7e5 100644
--- a/qadevOOo/tests/java/ifc/chart/_ChartAxisYSupplier.java
+++ b/qadevOOo/tests/java/ifc/chart/_ChartAxisYSupplier.java
@@ -91,7 +91,7 @@ public class _ChartAxisYSupplier extends MultiPropertyTest {
tRes.tested("HasYAxis", !setVal);
// leave axis untouched
- oObj.setPropertyValue("HasYAxis", new Boolean(res));
+ oObj.setPropertyValue("HasYAxis", Boolean.valueOf(res));
}
catch (com.sun.star.lang.WrappedTargetException e) {
log.println(e.getMessage());
@@ -126,7 +126,7 @@ public class _ChartAxisYSupplier extends MultiPropertyTest {
"HasYAxisDescription")).booleanValue();
log.println("Start value: " + res);
- oObj.setPropertyValue("HasYAxisDescription", new Boolean(!res));
+ oObj.setPropertyValue("HasYAxisDescription", Boolean.valueOf(!res));
boolean setValue = ((Boolean)oObj.getPropertyValue(
"HasYAxisDescription")).booleanValue();
log.println("Changed value: " + setValue);
f7b90ab6a5cd5b2ad6a63ce9742c'>re-base on ALv2 code. Includes:Michael Meeks 2012-08-07No point with these executables for non-desktop OSesTor Lillqvist 2012-02-20No gengal.bin for iOSTor Lillqvist 2012-02-17make gengal work againRene Engelhard 2011-12-22replace this monstrosity with gb_SrsTarget_add_templatesDavid Tardon