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 ...@@ -94,12 +94,12 @@ public class ServicesHandler implements XPropertyHandler
public void addEventListener(com.sun.star.lang.XEventListener _eventListener) 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 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 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 ...@@ -97,7 +97,7 @@ public class FinalizedMandatoryTest
Object oInterface = xMSF.createInstance(serviceName); Object oInterface = xMSF.createInstance(serviceName);
assertNotNull("Service wan't created", oInterface); assertNotNull("Service wasn't created", oInterface);
return (XInterface) oInterface; return (XInterface) oInterface;
} }
......
...@@ -725,7 +725,7 @@ public class Protocol extends JComponent ...@@ -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 , private synchronized void impl_logAny( /*OUT*/ StringBuffer sOut ,
/*IN */ Object aAny ) /*IN */ Object aAny )
......
...@@ -140,7 +140,7 @@ public final class java_environment implements IEnvironment { ...@@ -140,7 +140,7 @@ public final class java_environment implements IEnvironment {
// Java side, and recorded in the java_environment. The same OID is then // Java side, and recorded in the java_environment. The same OID is then
// bridged in over another bridge B. If there were only one // bridged in over another bridge B. If there were only one
// java_environment shared by both bridges, the proxy from bridge A would be // 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 // 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 // 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 // the proxy would now result in errors. The explicit API to control
......
...@@ -52,7 +52,7 @@ public class _XScrollBar extends MultiMethodTest { ...@@ -52,7 +52,7 @@ public class _XScrollBar extends MultiMethodTest {
public void _removeAdjustmentListener() { public void _removeAdjustmentListener() {
//this method is checked in addAjustmentListener //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 //this method is given OK too
requiredMethod("addAdjustmentListener()"); requiredMethod("addAdjustmentListener()");
tRes.tested("removeAdjustmentListener()", true); tRes.tested("removeAdjustmentListener()", true);
...@@ -67,7 +67,7 @@ public class _XScrollBar extends MultiMethodTest { ...@@ -67,7 +67,7 @@ public class _XScrollBar extends MultiMethodTest {
public void _getBlockIncrement() { public void _getBlockIncrement() {
//this method is checked in the corresponding set method //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 //this method is given OK too
requiredMethod("setBlockIncrement()"); requiredMethod("setBlockIncrement()");
tRes.tested("getBlockIncrement()", true); tRes.tested("getBlockIncrement()", true);
...@@ -82,7 +82,7 @@ public class _XScrollBar extends MultiMethodTest { ...@@ -82,7 +82,7 @@ public class _XScrollBar extends MultiMethodTest {
public void _getLineIncrement() { public void _getLineIncrement() {
//this method is checked in the corresponding set method //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 //this method is given OK too
requiredMethod("setLineIncrement()"); requiredMethod("setLineIncrement()");
tRes.tested("getLineIncrement()", true); tRes.tested("getLineIncrement()", true);
...@@ -97,7 +97,7 @@ public class _XScrollBar extends MultiMethodTest { ...@@ -97,7 +97,7 @@ public class _XScrollBar extends MultiMethodTest {
public void _getMaximum() { public void _getMaximum() {
//this method is checked in the corresponding set method //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 //this method is given OK too
requiredMethod("setMaximum()"); requiredMethod("setMaximum()");
tRes.tested("getMaximum()", true); tRes.tested("getMaximum()", true);
...@@ -112,7 +112,7 @@ public class _XScrollBar extends MultiMethodTest { ...@@ -112,7 +112,7 @@ public class _XScrollBar extends MultiMethodTest {
public void _getOrientation() { public void _getOrientation() {
//this method is checked in the corresponding set method //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 //this method is given OK too
requiredMethod("setOrientation()"); requiredMethod("setOrientation()");
tRes.tested("getOrientation()", true); tRes.tested("getOrientation()", true);
...@@ -128,7 +128,7 @@ public class _XScrollBar extends MultiMethodTest { ...@@ -128,7 +128,7 @@ public class _XScrollBar extends MultiMethodTest {
public void _getValue() { public void _getValue() {
//this method is checked in the corresponding set method //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 //this method is given OK too
requiredMethod("setValue()"); requiredMethod("setValue()");
tRes.tested("getValue()", true); tRes.tested("getValue()", true);
...@@ -143,7 +143,7 @@ public class _XScrollBar extends MultiMethodTest { ...@@ -143,7 +143,7 @@ public class _XScrollBar extends MultiMethodTest {
public void _getVisibleSize() { public void _getVisibleSize() {
//this method is checked in the corresponding set method //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 //this method is given OK too
requiredMethod("setVisibleSize()"); requiredMethod("setVisibleSize()");
tRes.tested("getVisibleSize()", true); tRes.tested("getVisibleSize()", true);
......
...@@ -51,7 +51,7 @@ public class _XSpinValue extends MultiMethodTest { ...@@ -51,7 +51,7 @@ public class _XSpinValue extends MultiMethodTest {
public void _removeAdjustmentListener() { public void _removeAdjustmentListener() {
//this method is checked in addAjustmentListener //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 //this method is given OK too
requiredMethod("addAdjustmentListener()"); requiredMethod("addAdjustmentListener()");
tRes.tested("removeAdjustmentListener()", true); tRes.tested("removeAdjustmentListener()", true);
...@@ -66,7 +66,7 @@ public class _XSpinValue extends MultiMethodTest { ...@@ -66,7 +66,7 @@ public class _XSpinValue extends MultiMethodTest {
public void _getSpinIncrement() { public void _getSpinIncrement() {
//this method is checked in the corresponding set method //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 //this method is given OK too
requiredMethod("setSpinIncrement()"); requiredMethod("setSpinIncrement()");
tRes.tested("getSpinIncrement()", true); tRes.tested("getSpinIncrement()", true);
...@@ -82,7 +82,7 @@ public class _XSpinValue extends MultiMethodTest { ...@@ -82,7 +82,7 @@ public class _XSpinValue extends MultiMethodTest {
public void _getMaximum() { public void _getMaximum() {
//this method is checked in the corresponding set method //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 //this method is given OK too
requiredMethod("setMaximum()"); requiredMethod("setMaximum()");
tRes.tested("getMaximum()", true); tRes.tested("getMaximum()", true);
...@@ -97,7 +97,7 @@ public class _XSpinValue extends MultiMethodTest { ...@@ -97,7 +97,7 @@ public class _XSpinValue extends MultiMethodTest {
public void _getMinimum() { public void _getMinimum() {
//this method is checked in the corresponding set method //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 //this method is given OK too
requiredMethod("setMinimum()"); requiredMethod("setMinimum()");
tRes.tested("getMinimum()", true); tRes.tested("getMinimum()", true);
...@@ -118,7 +118,7 @@ public class _XSpinValue extends MultiMethodTest { ...@@ -118,7 +118,7 @@ public class _XSpinValue extends MultiMethodTest {
public void _getOrientation() { public void _getOrientation() {
//this method is checked in the corresponding set method //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 //this method is given OK too
requiredMethod("setOrientation()"); requiredMethod("setOrientation()");
tRes.tested("getOrientation()", true); tRes.tested("getOrientation()", true);
...@@ -134,7 +134,7 @@ public class _XSpinValue extends MultiMethodTest { ...@@ -134,7 +134,7 @@ public class _XSpinValue extends MultiMethodTest {
public void _getValue() { public void _getValue() {
//this method is checked in the corresponding set method //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 //this method is given OK too
requiredMethod("setValue()"); requiredMethod("setValue()");
tRes.tested("getValue()", true); tRes.tested("getValue()", true);
......
...@@ -56,7 +56,7 @@ public class _XClipboard extends MultiMethodTest { ...@@ -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 { static class MyTransferable implements XTransferable {
public Object getTransferData(DataFlavor dataFlavor) { public Object getTransferData(DataFlavor dataFlavor) {
......
...@@ -60,7 +60,7 @@ public class _XClipboardNotifier extends MultiMethodTest { ...@@ -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. * which supports "text/html" data type.
*/ */
static class MyTransferable implements XTransferable { static class MyTransferable implements XTransferable {
......
...@@ -374,7 +374,7 @@ public class GenericModelTest extends TestCase { ...@@ -374,7 +374,7 @@ public class GenericModelTest extends TestCase {
XControlShape aShape = null; XControlShape aShape = null;
XMultiServiceFactory xMSF = Param.getMSF(); XMultiServiceFactory xMSF = Param.getMSF();
log.println("adding contol shape '" + m_kindOfControl + "'"); log.println("adding control shape '" + m_kindOfControl + "'");
aShape = FormTools.createControlShape(m_xTextDoc, 3000, aShape = FormTools.createControlShape(m_xTextDoc, 3000,
4500, 15000, 10000, 4500, 15000, 10000,
m_kindOfControl); m_kindOfControl);
......
...@@ -282,7 +282,7 @@ public class ScCellCursorObj extends TestCase { ...@@ -282,7 +282,7 @@ public class ScCellCursorObj extends TestCase {
if (res) { if (res) {
out.println("Sorted correctly"); out.println("Sorted correctly");
} else { } else {
out.println("Sorted uncorrectly"); out.println("Sorted incorrectly");
} }
return res; return res;
......
...@@ -267,7 +267,7 @@ public class ScCellRangeObj extends TestCase { ...@@ -267,7 +267,7 @@ public class ScCellRangeObj extends TestCase {
if (res) { if (res) {
out.println("Sorted correctly"); out.println("Sorted correctly");
} else { } else {
out.println("Sorted uncorrectly"); out.println("Sorted incorrectly");
} }
return res; return res;
......
...@@ -188,7 +188,7 @@ public class ScTabViewObj extends TestCase { ...@@ -188,7 +188,7 @@ public class ScTabViewObj extends TestCase {
XForm myForm = null; XForm myForm = null;
String kindOfControl="CommandButton"; String kindOfControl="CommandButton";
XShape aShape = null; XShape aShape = null;
log.println("adding contol shape '" + kindOfControl + "'"); log.println("adding control shape '" + kindOfControl + "'");
XComponent oComp = UnoRuntime.queryInterface(XComponent.class, xSpreadsheetDoc) ; XComponent oComp = UnoRuntime.queryInterface(XComponent.class, xSpreadsheetDoc) ;
aShape = FormTools.createControlShape(oComp, 3000, 4500, 15000, 10000, kindOfControl); aShape = FormTools.createControlShape(oComp, 3000, 4500, 15000, 10000, kindOfControl);
......
...@@ -372,7 +372,7 @@ public class ScTableSheetObj extends TestCase { ...@@ -372,7 +372,7 @@ public class ScTableSheetObj extends TestCase {
if (res) { if (res) {
out.println("Sorted correctly"); out.println("Sorted correctly");
} else { } else {
out.println("Sorted uncorrectly"); out.println("Sorted incorrectly");
} }
return res; return res;
......
...@@ -129,7 +129,7 @@ public class ScViewPaneObj extends TestCase { ...@@ -129,7 +129,7 @@ public class ScViewPaneObj extends TestCase {
XForm myForm = null; XForm myForm = null;
String kindOfControl="CommandButton"; String kindOfControl="CommandButton";
XShape aShape = null; XShape aShape = null;
log.println("adding contol shape '" + kindOfControl + "'"); log.println("adding control shape '" + kindOfControl + "'");
XComponent oComp = UnoRuntime.queryInterface(XComponent.class, xSpreadsheetDoc) ; XComponent oComp = UnoRuntime.queryInterface(XComponent.class, xSpreadsheetDoc) ;
aShape = FormTools.createControlShape(oComp, 3000, 4500, 15000, 10000, kindOfControl); aShape = FormTools.createControlShape(oComp, 3000, 4500, 15000, 10000, kindOfControl);
......
...@@ -218,7 +218,7 @@ public class SwXTextTable extends TestCase { ...@@ -218,7 +218,7 @@ public class SwXTextTable extends TestCase {
if (res) { if (res) {
out.println("Sorted correctly"); out.println("Sorted correctly");
} else { } else {
out.println("Sorted uncorrectly"); out.println("Sorted incorrectly");
} }
return res; return res;
......
...@@ -205,7 +205,7 @@ public class SwXTextView extends TestCase { ...@@ -205,7 +205,7 @@ public class SwXTextView extends TestCase {
XForm myForm = null; XForm myForm = null;
String kindOfControl="CommandButton"; String kindOfControl="CommandButton";
XShape aShape = null; XShape aShape = null;
log.println("adding contol shape '" + kindOfControl + "'"); log.println("adding control shape '" + kindOfControl + "'");
aShape = FormTools.createControlShape(xTextDoc, 3000, aShape = FormTools.createControlShape(xTextDoc, 3000,
4500, 15000, 10000, 4500, 15000, 10000,
kindOfControl); kindOfControl);
......
...@@ -25,7 +25,7 @@ import com.sun.star.accessibility.XAccessibleEventListener; ...@@ -25,7 +25,7 @@ import com.sun.star.accessibility.XAccessibleEventListener;
import com.sun.star.lang.EventObject; import com.sun.star.lang.EventObject;
import com.sun.star.uno.UnoRuntime; 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. listener.
*/ */
abstract class ListeningObjectView 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