summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/util/InstCreator.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/util/InstCreator.java')
-rw-r--r--qadevOOo/runner/util/InstCreator.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/runner/util/InstCreator.java b/qadevOOo/runner/util/InstCreator.java
index de40b07c03b1..d517f0cd1e8c 100644
--- a/qadevOOo/runner/util/InstCreator.java
+++ b/qadevOOo/runner/util/InstCreator.java
@@ -88,7 +88,7 @@ public class InstCreator implements XInstCreator {
XFootnotesSupplier oTTS = UnoRuntime.queryInterface(
XFootnotesSupplier.class, xParent );
- return( oTTS.getFootnotes() );
+ return oTTS.getFootnotes();
}
if ( iDsc instanceof TextSectionDsc ) {