summaryrefslogtreecommitdiff
path: root/smoketest/data/Basic/Standard/Test_Ext.xml
diff options
context:
space:
mode:
Diffstat (limited to 'smoketest/data/Basic/Standard/Test_Ext.xml')
-rw-r--r--smoketest/data/Basic/Standard/Test_Ext.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/smoketest/data/Basic/Standard/Test_Ext.xml b/smoketest/data/Basic/Standard/Test_Ext.xml
index 364a6a68402a..2984ff67c33a 100644
--- a/smoketest/data/Basic/Standard/Test_Ext.xml
+++ b/smoketest/data/Basic/Standard/Test_Ext.xml
@@ -64,7 +64,7 @@ Sub TestExtensions
'XExtensionManager only affect the user installation. To modify the share installation one would pass "share".
Dim props() as Object
- ext_mgr.addExtension(sExtensionURL + cExtensionFileName, props, "user", obj_null, cmdEnv)
+ ext_mgr.addExtension(sExtensionURL, props, "user", obj_null, cmdEnv)
'Check if the extension has been added by creating a service which is contained in the extension.
oTestExtension = createUnoService(cUnoSmoketestTestExtension)