Kaydet (Commit) 8e4388f6 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Samuel Mehrbrodt

Fix typos

Change-Id: I42c0ab2012553e11f8c1372103488ba1d291d5a9
Reviewed-on: https://gerrit.libreoffice.org/18965Reviewed-by: 's avatarSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: 's avatarSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
üst 7319f5fa
...@@ -165,7 +165,7 @@ public class _XSheetCellRangeContainer extends MultiMethodTest { ...@@ -165,7 +165,7 @@ public class _XSheetCellRangeContainer extends MultiMethodTest {
} }
/** /**
* All ranges are remover from contaier. * All ranges are remover from container.
* *
* Has <b> OK </b> status if there are no more ranges in the container. * Has <b> OK </b> status if there are no more ranges in the container.
*/ */
......
...@@ -27,7 +27,7 @@ import com.sun.star.uno.UnoRuntime; ...@@ -27,7 +27,7 @@ import com.sun.star.uno.UnoRuntime;
/** /**
* Inteface test for XSheetFilterableEx * Interface test for XSheetFilterableEx
* *
* methods: * methods:
* *
...@@ -87,4 +87,4 @@ public class _XSheetFilterableEx extends MultiMethodTest { ...@@ -87,4 +87,4 @@ public class _XSheetFilterableEx extends MultiMethodTest {
return res; return res;
} }
} }
\ No newline at end of file
...@@ -100,7 +100,7 @@ public class _XCommandProcessor extends MultiMethodTest { ...@@ -100,7 +100,7 @@ public class _XCommandProcessor extends MultiMethodTest {
/** /**
* First executes 'geCommandInfo' command and examines returned * First executes 'geCommandInfo' command and examines returned
* command info information. Second tries to execute inproper * command info information. Second tries to execute improper
* command. <p> * command. <p>
* Has <b> OK </b> status if in the first case returned information * Has <b> OK </b> status if in the first case returned information
* contains info about 'getCommandInfo' command and in the second * contains info about 'getCommandInfo' command and in the second
......
...@@ -71,7 +71,7 @@ public class _XRemoteContentProviderAcceptor extends MultiMethodTest { ...@@ -71,7 +71,7 @@ public class _XRemoteContentProviderAcceptor extends MultiMethodTest {
* *
* The following method tests are to be completed successfully before : * The following method tests are to be completed successfully before :
* <ul> * <ul>
* <li> <code> addRemoteContentProvider() </code> : rovider must * <li> <code> addRemoteContentProvider() </code> : provider must
* be added first </li> * be added first </li>
* </ul> * </ul>
*/ */
......
...@@ -144,9 +144,9 @@ public class _XFilePickerControlAccess extends MultiMethodTest { ...@@ -144,9 +144,9 @@ public class _XFilePickerControlAccess extends MultiMethodTest {
/** /**
* Changes the label gotten by <code>getLabel</code> method, * Changes the label gotten by <code>getLabel</code> method,
* set this label and then check if it was properly set. <p> * set this label and then check if it was properly set. <p>
* Has <b>OK</b> status if <code>getLael</code> method returns * Has <b>OK</b> status if <code>getLabel</code> method returns
* the same value which was set. <p> * the same value which was set. <p>
* The following method tests are to be completed successfully before : * The following method tests are to be completed successfully before:
* <ul> * <ul>
* <li> <code> getLabel </code> </li> * <li> <code> getLabel </code> </li>
* </ul> * </ul>
......
...@@ -61,7 +61,7 @@ public class _XPrintable extends MultiMethodTest { ...@@ -61,7 +61,7 @@ public class _XPrintable extends MultiMethodTest {
* printer configuration and sets changed value as a new printer.<p> * printer configuration and sets changed value as a new printer.<p>
* *
* Has <b> OK </b> status if the <code>getPrinter</code> method * Has <b> OK </b> status if the <code>getPrinter</code> method
* retursn printer with changed property. <p> * returns printer with changed property. <p>
* *
* The following method tests are to be completed successfully before : * The following method tests are to be completed successfully before :
* <ul> * <ul>
......
...@@ -290,7 +290,7 @@ public class ODatasourceBrowser extends TestCase { ...@@ -290,7 +290,7 @@ public class ODatasourceBrowser extends TestCase {
tEnv.addObjRelation("HasViewData", Boolean.FALSE); tEnv.addObjRelation("HasViewData", Boolean.FALSE);
// Addig relation for XDispatchProvider //Adding relation for XDispatchProvider
tEnv.addObjRelation("XDispatchProvider.URL", tEnv.addObjRelation("XDispatchProvider.URL",
".uno:DataSourceBrowser/FormLetter"); ".uno:DataSourceBrowser/FormLetter");
......
...@@ -195,7 +195,7 @@ public class OQueryDesign extends TestCase { ...@@ -195,7 +195,7 @@ public class OQueryDesign extends TestCase {
XDocumentDataSource xDDS = UnoRuntime.queryInterface(XDocumentDataSource.class, oDataSource); XDocumentDataSource xDDS = UnoRuntime.queryInterface(XDocumentDataSource.class, oDataSource);
XModel xMod = UnoRuntime.queryInterface(XModel.class, xDDS.getDatabaseDocument ()); XModel xMod = UnoRuntime.queryInterface(XModel.class, xDDS.getDatabaseDocument ());
// get an intaces of QueryDesign // get an instance of QueryDesign
Object oQueryDesign = xMSF.createInstance("com.sun.star.sdb.QueryDesign"); Object oQueryDesign = xMSF.createInstance("com.sun.star.sdb.QueryDesign");
XController xCont = UnoRuntime.queryInterface(XController.class, oQueryDesign); XController xCont = UnoRuntime.queryInterface(XController.class, oQueryDesign);
......
...@@ -210,7 +210,7 @@ public class GenericModelTest extends TestCase { ...@@ -210,7 +210,7 @@ public class GenericModelTest extends TestCase {
/** /**
* Creates Writer document where controls are placed. * Creates Writer document where controls are placed.
* @param tParam the test paremter * @param tParam the test parameter
* @param log the log writer * @param log the log writer
*/ */
@Override @Override
......
...@@ -135,7 +135,7 @@ public class ScCellCursorObj extends TestCase { ...@@ -135,7 +135,7 @@ public class ScCellCursorObj extends TestCase {
* <li> <code>'SHEET'</code> for * <li> <code>'SHEET'</code> for
* {@link ifc.table._XCellCursor}, * {@link ifc.table._XCellCursor},
* {@link ifc.sheet._XArrayFormulaRange} (the spreadsheet that was * {@link ifc.sheet._XArrayFormulaRange} (the spreadsheet that was
* retieved from collection)</li> * retrieved from collection)</li>
* </ul> * </ul>
*/ */
@Override @Override
......
...@@ -44,7 +44,7 @@ import com.sun.star.uno.XInterface; ...@@ -44,7 +44,7 @@ import com.sun.star.uno.XInterface;
/** /**
* Test for object which is represented by collection of * Test for object which is represented by collection of
* text fields conained in the text of a page header. <p> * text fields contained in the text of a page header. <p>
* *
* Object implements the following interfaces : * Object implements the following interfaces :
* <ul> * <ul>
......
...@@ -111,9 +111,9 @@ public class ScTabViewObj extends TestCase { ...@@ -111,9 +111,9 @@ public class ScTabViewObj extends TestCase {
util.DesktopTools.closeDoc(oComp2); util.DesktopTools.closeDoc(oComp2);
} }
/** /*
* Creating a TestEnvironment for the interfaces to be tested. * Creating a TestEnvironment for the interfaces to be tested.
* Retieves the current controller of the spreadsheet document using the * Retrives the current controller of the spreadsheet document using the
* interface <code>XModel</code>. The controller is the instance of the * interface <code>XModel</code>. The controller is the instance of the
* service <code>com.sun.star.sheet.SpreadsheetView</code>. Retrieves * service <code>com.sun.star.sheet.SpreadsheetView</code>. Retrieves
* a collection of spreadsheets from the document and takes one of them. * a collection of spreadsheets from the document and takes one of them.
......
...@@ -83,7 +83,7 @@ public class XMLStylesExporter extends TestCase { ...@@ -83,7 +83,7 @@ public class XMLStylesExporter extends TestCase {
util.DesktopTools.closeDoc(xTextDoc); util.DesktopTools.closeDoc(xTextDoc);
} }
/** /*
* Creating a TestEnvironment for the interfaces to be tested. * Creating a TestEnvironment for the interfaces to be tested.
* Creates an instance of the service * Creates an instance of the service
* <code>com.sun.star.comp.Calc.XMLStylesExporter</code> with * <code>com.sun.star.comp.Calc.XMLStylesExporter</code> with
...@@ -120,7 +120,7 @@ public class XMLStylesExporter extends TestCase { ...@@ -120,7 +120,7 @@ public class XMLStylesExporter extends TestCase {
(XExporter.class,oObj); (XExporter.class,oObj);
xEx.setSourceDocument(xTextDoc); xEx.setSourceDocument(xTextDoc);
// Cheching Head Tag existence and that property has changed // Checking Head Tag existence and that property has changed
filter.addTag(new XMLTools.Tag ("office:document-styles")); filter.addTag(new XMLTools.Tag ("office:document-styles"));
filter.addTag(new XMLTools.Tag ("text:footnotes-configuration", filter.addTag(new XMLTools.Tag ("text:footnotes-configuration",
"style:num-prefix","New Property")) ; "style:num-prefix","New Property")) ;
......
...@@ -45,7 +45,7 @@ import util.SOfficeFactory; ...@@ -45,7 +45,7 @@ import util.SOfficeFactory;
import util.utils; import util.utils;
/** /**
* Test for object which is represented by accessible compoent of check box in * Test for object which is represented by accessible component of check box in
* 'InsertTable' dialog. * 'InsertTable' dialog.
* <p> * <p>
* *
...@@ -204,4 +204,4 @@ public class AccessibleCheckBox extends TestCase { ...@@ -204,4 +204,4 @@ public class AccessibleCheckBox extends TestCase {
} }
} }
} }
\ No newline at end of file
...@@ -302,7 +302,7 @@ REG_DLLPUBLIC RegError REGISTRY_CALLTYPE reg_getResolvedKeyName(RegKeyHandle hKe ...@@ -302,7 +302,7 @@ REG_DLLPUBLIC RegError REGISTRY_CALLTYPE reg_getResolvedKeyName(RegKeyHandle hKe
@param keyName points to a null terminated string specifying the name of the key which stores the @param keyName points to a null terminated string specifying the name of the key which stores the
registry information. If keyName is NULL the registry information will be saved under registry information. If keyName is NULL the registry information will be saved under
the key specified by hKey. the key specified by hKey.
@param regFileName points to a null terminated string specifying the file which conains the @param regFileName points to a null terminated string specifying the file which contains the
registry information. registry information.
@return REG_NO_ERROR if succeeds else an error code. @return REG_NO_ERROR if succeeds else an error code.
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment