summaryrefslogtreecommitdiffstats
path: root/qadevOOo/runner/helper/InetTools.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/helper/InetTools.java')
-rw-r--r--qadevOOo/runner/helper/InetTools.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/runner/helper/InetTools.java b/qadevOOo/runner/helper/InetTools.java
index b4c5a8443239..1ee6622d8281 100644
--- a/qadevOOo/runner/helper/InetTools.java
+++ b/qadevOOo/runner/helper/InetTools.java
@@ -53,7 +53,7 @@ public class InetTools {
"com.sun.star.configuration.ConfigurationUpdateAccess",
ProvArgs);
- XPropertySet oInetProps = (XPropertySet) UnoRuntime.queryInterface(
+ XPropertySet oInetProps = UnoRuntime.queryInterface(
XPropertySet.class, oInet);
String HTTPProxyName = (String)param.get("HTTPProxyName");