Kaydet (Commit) 73ded239 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Jens Carl

Fix typos

Change-Id: Id1a19f2c8b44131773d4d5270a607c1907b16597
Reviewed-on: https://gerrit.libreoffice.org/48684Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarJens Carl <j.carl43@gmx.de>
üst 72c68a3d
......@@ -94,12 +94,12 @@ public class ServicesHandler implements XPropertyHandler
public void addEventListener(com.sun.star.lang.XEventListener _eventListener)
{
// ingnoring this
// ignoring this
}
public void addPropertyChangeListener(com.sun.star.beans.XPropertyChangeListener _propertyChangeListener) throws com.sun.star.lang.NullPointerException
{
// ingnoring this
// ignoring this
}
public Object convertToControlValue(String _propertyName, Object _propertyValue, com.sun.star.uno.Type type) throws com.sun.star.beans.UnknownPropertyException
......
......@@ -97,7 +97,7 @@ public class FinalizedMandatoryTest
Object oInterface = xMSF.createInstance(serviceName);
assertNotNull("Service wan't created", oInterface);
assertNotNull("Service wasn't created", oInterface);
return (XInterface) oInterface;
}
......
......@@ -725,7 +725,7 @@ public class Protocol extends JComponent
/**
* it trys to convert the given any into a suitable string notation .-)
* it tries to convert the given any into a suitable string notation .-)
*/
private synchronized void impl_logAny( /*OUT*/ StringBuffer sOut ,
/*IN */ Object aAny )
......
......@@ -140,7 +140,7 @@ public final class java_environment implements IEnvironment {
// Java side, and recorded in the java_environment. The same OID is then
// bridged in over another bridge B. If there were only one
// java_environment shared by both bridges, the proxy from bridge A would be
// reused. If now bridge A is taken down programatically (e.g., because
// reused. If now bridge A is taken down programmatically (e.g., because
// some controlling code somehow deduced that no objects are mapped over
// that bridge any longer), but the proxy is still used by bridge B, using
// the proxy would now result in errors. The explicit API to control
......
......@@ -52,7 +52,7 @@ public class _XScrollBar extends MultiMethodTest {
public void _removeAdjustmentListener() {
//this method is checked in addAjustmentListener
//so that method is requiered here and if it works
//so that method is required here and if it works
//this method is given OK too
requiredMethod("addAdjustmentListener()");
tRes.tested("removeAdjustmentListener()", true);
......@@ -67,7 +67,7 @@ public class _XScrollBar extends MultiMethodTest {
public void _getBlockIncrement() {
//this method is checked in the corresponding set method
//so that method is requiered here and if it works
//so that method is required here and if it works
//this method is given OK too
requiredMethod("setBlockIncrement()");
tRes.tested("getBlockIncrement()", true);
......@@ -82,7 +82,7 @@ public class _XScrollBar extends MultiMethodTest {
public void _getLineIncrement() {
//this method is checked in the corresponding set method
//so that method is requiered here and if it works
//so that method is required here and if it works
//this method is given OK too
requiredMethod("setLineIncrement()");
tRes.tested("getLineIncrement()", true);
......@@ -97,7 +97,7 @@ public class _XScrollBar extends MultiMethodTest {
public void _getMaximum() {
//this method is checked in the corresponding set method
//so that method is requiered here and if it works
//so that method is required here and if it works
//this method is given OK too
requiredMethod("setMaximum()");
tRes.tested("getMaximum()", true);
......@@ -112,7 +112,7 @@ public class _XScrollBar extends MultiMethodTest {
public void _getOrientation() {
//this method is checked in the corresponding set method
//so that method is requiered here and if it works
//so that method is required here and if it works
//this method is given OK too
requiredMethod("setOrientation()");
tRes.tested("getOrientation()", true);
......@@ -128,7 +128,7 @@ public class _XScrollBar extends MultiMethodTest {
public void _getValue() {
//this method is checked in the corresponding set method
//so that method is requiered here and if it works
//so that method is required here and if it works
//this method is given OK too
requiredMethod("setValue()");
tRes.tested("getValue()", true);
......@@ -143,7 +143,7 @@ public class _XScrollBar extends MultiMethodTest {
public void _getVisibleSize() {
//this method is checked in the corresponding set method
//so that method is requiered here and if it works
//so that method is required here and if it works
//this method is given OK too
requiredMethod("setVisibleSize()");
tRes.tested("getVisibleSize()", true);
......
......@@ -51,7 +51,7 @@ public class _XSpinValue extends MultiMethodTest {
public void _removeAdjustmentListener() {
//this method is checked in addAjustmentListener
//so that method is requiered here and if it works
//so that method is required here and if it works
//this method is given OK too
requiredMethod("addAdjustmentListener()");
tRes.tested("removeAdjustmentListener()", true);
......@@ -66,7 +66,7 @@ public class _XSpinValue extends MultiMethodTest {
public void _getSpinIncrement() {
//this method is checked in the corresponding set method
//so that method is requiered here and if it works
//so that method is required here and if it works
//this method is given OK too
requiredMethod("setSpinIncrement()");
tRes.tested("getSpinIncrement()", true);
......@@ -82,7 +82,7 @@ public class _XSpinValue extends MultiMethodTest {
public void _getMaximum() {
//this method is checked in the corresponding set method
//so that method is requiered here and if it works
//so that method is required here and if it works
//this method is given OK too
requiredMethod("setMaximum()");
tRes.tested("getMaximum()", true);
......@@ -97,7 +97,7 @@ public class _XSpinValue extends MultiMethodTest {
public void _getMinimum() {
//this method is checked in the corresponding set method
//so that method is requiered here and if it works
//so that method is required here and if it works
//this method is given OK too
requiredMethod("setMinimum()");
tRes.tested("getMinimum()", true);
......@@ -118,7 +118,7 @@ public class _XSpinValue extends MultiMethodTest {
public void _getOrientation() {
//this method is checked in the corresponding set method
//so that method is requiered here and if it works
//so that method is required here and if it works
//this method is given OK too
requiredMethod("setOrientation()");
tRes.tested("getOrientation()", true);
......@@ -134,7 +134,7 @@ public class _XSpinValue extends MultiMethodTest {
public void _getValue() {
//this method is checked in the corresponding set method
//so that method is requiered here and if it works
//so that method is required here and if it works
//this method is given OK too
requiredMethod("setValue()");
tRes.tested("getValue()", true);
......
......@@ -56,7 +56,7 @@ public class _XClipboard extends MultiMethodTest {
}
/**
* Simpliest <code>XTransferable</code> interface implementation.
* Simplest <code>XTransferable</code> interface implementation.
*/
static class MyTransferable implements XTransferable {
public Object getTransferData(DataFlavor dataFlavor) {
......
......@@ -60,7 +60,7 @@ public class _XClipboardNotifier extends MultiMethodTest {
}
/**
* Simpliest <code>XTransferable</code> interface implementation
* Simplest <code>XTransferable</code> interface implementation
* which supports "text/html" data type.
*/
static class MyTransferable implements XTransferable {
......
......@@ -374,7 +374,7 @@ public class GenericModelTest extends TestCase {
XControlShape aShape = null;
XMultiServiceFactory xMSF = Param.getMSF();
log.println("adding contol shape '" + m_kindOfControl + "'");
log.println("adding control shape '" + m_kindOfControl + "'");
aShape = FormTools.createControlShape(m_xTextDoc, 3000,
4500, 15000, 10000,
m_kindOfControl);
......
......@@ -282,7 +282,7 @@ public class ScCellCursorObj extends TestCase {
if (res) {
out.println("Sorted correctly");
} else {
out.println("Sorted uncorrectly");
out.println("Sorted incorrectly");
}
return res;
......
......@@ -267,7 +267,7 @@ public class ScCellRangeObj extends TestCase {
if (res) {
out.println("Sorted correctly");
} else {
out.println("Sorted uncorrectly");
out.println("Sorted incorrectly");
}
return res;
......
......@@ -188,7 +188,7 @@ public class ScTabViewObj extends TestCase {
XForm myForm = null;
String kindOfControl="CommandButton";
XShape aShape = null;
log.println("adding contol shape '" + kindOfControl + "'");
log.println("adding control shape '" + kindOfControl + "'");
XComponent oComp = UnoRuntime.queryInterface(XComponent.class, xSpreadsheetDoc) ;
aShape = FormTools.createControlShape(oComp, 3000, 4500, 15000, 10000, kindOfControl);
......
......@@ -372,7 +372,7 @@ public class ScTableSheetObj extends TestCase {
if (res) {
out.println("Sorted correctly");
} else {
out.println("Sorted uncorrectly");
out.println("Sorted incorrectly");
}
return res;
......
......@@ -129,7 +129,7 @@ public class ScViewPaneObj extends TestCase {
XForm myForm = null;
String kindOfControl="CommandButton";
XShape aShape = null;
log.println("adding contol shape '" + kindOfControl + "'");
log.println("adding control shape '" + kindOfControl + "'");
XComponent oComp = UnoRuntime.queryInterface(XComponent.class, xSpreadsheetDoc) ;
aShape = FormTools.createControlShape(oComp, 3000, 4500, 15000, 10000, kindOfControl);
......
......@@ -218,7 +218,7 @@ public class SwXTextTable extends TestCase {
if (res) {
out.println("Sorted correctly");
} else {
out.println("Sorted uncorrectly");
out.println("Sorted incorrectly");
}
return res;
......
......@@ -205,7 +205,7 @@ public class SwXTextView extends TestCase {
XForm myForm = null;
String kindOfControl="CommandButton";
XShape aShape = null;
log.println("adding contol shape '" + kindOfControl + "'");
log.println("adding control shape '" + kindOfControl + "'");
aShape = FormTools.createControlShape(xTextDoc, 3000,
4500, 15000, 10000,
kindOfControl);
......
......@@ -25,7 +25,7 @@ import com.sun.star.accessibility.XAccessibleEventListener;
import com.sun.star.lang.EventObject;
import com.sun.star.uno.UnoRuntime;
/** Base class for object views that regsiters as accessibility event
/** Base class for object views that registers as accessibility event
listener.
*/
abstract class ListeningObjectView
......
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