diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-08-20 13:17:44 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-08-21 12:32:28 +0200 |
commit | 2b683d68a09d9f85f9fc06d9582964c72d73a5ab (patch) | |
tree | a0ed219438f34ebd9ea12e0cf817d8f702284e30 /qadevOOo/tests/java/ifc | |
parent | 16c4cdd988ea8a5d5dfaa3c24e532a6f75ccb181 (diff) |
Fix typo in code
Change-Id: I9762e33948af64067f25add657f4a64cd19bd467
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101120
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'qadevOOo/tests/java/ifc')
-rw-r--r-- | qadevOOo/tests/java/ifc/document/_XDocumentInsertable.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/document/_XDocumentInsertable.java b/qadevOOo/tests/java/ifc/document/_XDocumentInsertable.java index fee7668c7917..c3417118e2b2 100644 --- a/qadevOOo/tests/java/ifc/document/_XDocumentInsertable.java +++ b/qadevOOo/tests/java/ifc/document/_XDocumentInsertable.java @@ -164,7 +164,7 @@ public class _XDocumentInsertable extends MultiMethodTest { if (result) { try { PropertyValue [] szEmptyArgs = new PropertyValue [0]; - String docURL = "file:///c:/ThisIsAnInvaldURL"; + String docURL = "file:///c:/ThisIsAnInvalidURL"; log.println("Inserting document from URL '" + docURL + "'"); oObj.insertDocumentFromURL(docURL, szEmptyArgs); |