summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sc/ScUniqueCellFormatsObj.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_sc/ScUniqueCellFormatsObj.java')
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScUniqueCellFormatsObj.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/mod/_sc/ScUniqueCellFormatsObj.java b/qadevOOo/tests/java/mod/_sc/ScUniqueCellFormatsObj.java
index 5c9376a589e0..94a27645c078 100644
--- a/qadevOOo/tests/java/mod/_sc/ScUniqueCellFormatsObj.java
+++ b/qadevOOo/tests/java/mod/_sc/ScUniqueCellFormatsObj.java
@@ -116,7 +116,7 @@ public class ScUniqueCellFormatsObj extends TestCase {
int c2int = 16777216 + c.hashCode();
try {
- xPropertySet.setPropertyValue("CellBackColor", new Integer(c2int));
+ xPropertySet.setPropertyValue("CellBackColor", Integer.valueOf(c2int));
} catch (com.sun.star.beans.UnknownPropertyException e) {
log.println("Couldn't change CellFormat");
} catch (com.sun.star.beans.PropertyVetoException e) {