summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_cached/CachedContentResultSetFactory.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_cached/CachedContentResultSetFactory.java')
-rw-r--r--qadevOOo/tests/java/mod/_cached/CachedContentResultSetFactory.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/mod/_cached/CachedContentResultSetFactory.java b/qadevOOo/tests/java/mod/_cached/CachedContentResultSetFactory.java
index fbf6a94db84d..d55bc7db403d 100644
--- a/qadevOOo/tests/java/mod/_cached/CachedContentResultSetFactory.java
+++ b/qadevOOo/tests/java/mod/_cached/CachedContentResultSetFactory.java
@@ -102,7 +102,7 @@ public class CachedContentResultSetFactory extends TestCase {
try {
Object oUCB = xMSF.createInstanceWithArguments
("com.sun.star.ucb.UniversalContentBroker",
- new Object[] {"Local", "Office"}) ;
+ new Object[0]) ;
XContentIdentifierFactory ciFac = UnoRuntime.queryInterface(XContentIdentifierFactory.class, oUCB) ;