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 86a80465f0eb..e5448afa651c 100644
--- a/qadevOOo/runner/util/FrameDsc.java
+++ b/qadevOOo/runner/util/FrameDsc.java
@@ -85,7 +85,7 @@ public class FrameDsc extends InstDescr {
}
catch( com.sun.star.uno.Exception cssuE ){
}
- XShape shape = (XShape)UnoRuntime.queryInterface( XShape.class, SrvObj );
+ XShape shape = UnoRuntime.queryInterface( XShape.class, SrvObj );
try {
shape.setSize(size);
}