summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/util/FrameDsc.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/util/FrameDsc.java')
-rw-r--r--qadevOOo/runner/util/FrameDsc.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/runner/util/FrameDsc.java b/qadevOOo/runner/util/FrameDsc.java
index 147ed14a0423..c65738eb9204 100644
--- a/qadevOOo/runner/util/FrameDsc.java
+++ b/qadevOOo/runner/util/FrameDsc.java
@@ -99,7 +99,7 @@ public class FrameDsc extends InstDescr {
try {
- oPropSet.setPropertyValue("AnchorType", new Integer(2));
+ oPropSet.setPropertyValue("AnchorType", Integer.valueOf(2));
}
catch( com.sun.star.beans.UnknownPropertyException upE ){
}