Change-Id: If79519d6540b97549cc0dacce3621c03e7f9d9b7
Reviewed-on: https://gerrit.libreoffice.org/78828
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
Andrea Gelmini
2019-09-12 13:00:42 +02:00
committed by Julien Nabet
parent 005c43025a
commit 0f4d60ea93

View File

@@ -44,7 +44,7 @@ public class _XDataContainer extends MultiMethodTest {
/**
* Sets the content type to some value. <p>
* Has <b>OK</b> status if no runtime exseptions occurred.
* Has <b>OK</b> status if no runtime exceptions occurred.
*/
public void _setContentType() {
oObj.setContentType("image/jpeg") ;
@@ -68,7 +68,7 @@ public class _XDataContainer extends MultiMethodTest {
/**
* Sets the data to some byte array. <p>
* Has <b>OK</b> status if no runtime exseptions occurred.
* Has <b>OK</b> status if no runtime exceptions occurred.
*/
public void _setData() {
oObj.setData(data) ;
@@ -99,7 +99,7 @@ public class _XDataContainer extends MultiMethodTest {
/**
* Sets the data URL to some URL. <p>
* Has <b>OK</b> status if no runtime exseptions occurred.
* Has <b>OK</b> status if no runtime exceptions occurred.
*/
public void _setDataURL() {
dataURL = util.utils.getOfficeTemp(tParam.getMSF()) ;