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.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/qadevOOo/runner/util/FrameDsc.java b/qadevOOo/runner/util/FrameDsc.java
index e5448afa651c..e1c8fc7b0dd4 100644
--- a/qadevOOo/runner/util/FrameDsc.java
+++ b/qadevOOo/runner/util/FrameDsc.java
@@ -94,8 +94,7 @@ public class FrameDsc extends InstDescr {
XTextFrame TF = (XTextFrame)UnoRuntime.queryInterface( ifcClass, SrvObj );
- XPropertySet oPropSet = (XPropertySet)
- UnoRuntime.queryInterface( XPropertySet.class, SrvObj );
+ XPropertySet oPropSet = UnoRuntime.queryInterface( XPropertySet.class, SrvObj );
try {