summaryrefslogtreecommitdiff
path: root/forms/qa/integration/forms/ControlValidation.java
diff options
context:
space:
mode:
Diffstat (limited to 'forms/qa/integration/forms/ControlValidation.java')
-rw-r--r--forms/qa/integration/forms/ControlValidation.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/qa/integration/forms/ControlValidation.java b/forms/qa/integration/forms/ControlValidation.java
index 384238710d9a..55718f71adc1 100644
--- a/forms/qa/integration/forms/ControlValidation.java
+++ b/forms/qa/integration/forms/ControlValidation.java
@@ -87,7 +87,7 @@ public class ControlValidation extends complexlib.ComplexTestCase implements com
// close our document
if ( m_document != null )
{
- XCloseable closeDoc = (XCloseable)UnoRuntime.queryInterface( XCloseable.class,
+ XCloseable closeDoc = UnoRuntime.queryInterface( XCloseable.class,
m_document.getDocument() );
closeDoc.close( true );
}