This is an automated email from the ASF dual-hosted git repository.
mseidel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/trunk by this push:
new 1d8849008a misc: fix spelling, fix test (#189)
1d8849008a is described below
commit 1d8849008a84a6bffbaf07728e05ff67da5b8f3b
Author: John Bampton <[email protected]>
AuthorDate: Sat Dec 2 04:08:53 2023 +1000
misc: fix spelling, fix test (#189)
---
main/chart2/source/controller/main/ChartController.cxx | 2 +-
main/embeddedobj/source/inc/intercept.hxx | 2 +-
main/embedserv/source/inc/intercept.hxx | 2 +-
main/qadevOOo/tests/basic/ifc/awt/XListBox/awt_XListBox.xba | 2 +-
.../basic/ifc/text/XMailMergeBroadcaster/text_XMailMergeBroadcaster.xba | 2 +-
.../source/org/openoffice/test/vcl/client/CommunicationManager.java | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/main/chart2/source/controller/main/ChartController.cxx
b/main/chart2/source/controller/main/ChartController.cxx
index 23e078598a..cec9b48bae 100644
--- a/main/chart2/source/controller/main/ChartController.cxx
+++ b/main/chart2/source/controller/main/ChartController.cxx
@@ -225,7 +225,7 @@ void ChartController::TheModel::tryTermination()
try
{
//@todo ? are we allowed to use sal_True here
if we have the explicit ownership?
- //I think yes, because there might be other
closelistners later in the list which might be interested still
+ //I think yes, because there might be other
closelisteners later in the list which might be interested still
//but make sure that we do not throw the
CloseVetoException here ourselfs
//so stop listening before trying to terminate
or check the source of queryclosing event
m_xCloseable->close(sal_True);
diff --git a/main/embeddedobj/source/inc/intercept.hxx
b/main/embeddedobj/source/inc/intercept.hxx
index 2b3a103c71..f854a9e916 100644
--- a/main/embeddedobj/source/inc/intercept.hxx
+++ b/main/embeddedobj/source/inc/intercept.hxx
@@ -45,7 +45,7 @@ public:
~Interceptor();
void DisconnectDocHolder();
- // overwritten to release the statuslistner.
+ // overwritten to release the statuslistener.
// XComponent
virtual void SAL_CALL
diff --git a/main/embedserv/source/inc/intercept.hxx
b/main/embedserv/source/inc/intercept.hxx
index 26cca83eac..cc0c79aae4 100644
--- a/main/embedserv/source/inc/intercept.hxx
+++ b/main/embedserv/source/inc/intercept.hxx
@@ -58,7 +58,7 @@ public:
void generateFeatureStateEvent();
- // overwritten to release the statuslistner.
+ // overwritten to release the statuslistener.
// XComponent
diff --git a/main/qadevOOo/tests/basic/ifc/awt/XListBox/awt_XListBox.xba
b/main/qadevOOo/tests/basic/ifc/awt/XListBox/awt_XListBox.xba
index 0ba3764349..05eb103105 100644
--- a/main/qadevOOo/tests/basic/ifc/awt/XListBox/awt_XListBox.xba
+++ b/main/qadevOOo/tests/basic/ifc/awt/XListBox/awt_XListBox.xba
@@ -69,7 +69,7 @@ On Error Goto ErrHndl
Test.MethodTested("addActionListener()", bOK)
Test.StartMethod("removeActionListener()")
- oObj.removeActionListener(oAListner)
+ oObj.removeActionListener(oAListener)
bOK = True
Test.MethodTested("removeActionListener()", bOK)
diff --git
a/main/qadevOOo/tests/basic/ifc/text/XMailMergeBroadcaster/text_XMailMergeBroadcaster.xba
b/main/qadevOOo/tests/basic/ifc/text/XMailMergeBroadcaster/text_XMailMergeBroadcaster.xba
index c56c1e97dc..fc3fd85cef 100644
---
a/main/qadevOOo/tests/basic/ifc/text/XMailMergeBroadcaster/text_XMailMergeBroadcaster.xba
+++
b/main/qadevOOo/tests/basic/ifc/text/XMailMergeBroadcaster/text_XMailMergeBroadcaster.xba
@@ -29,7 +29,7 @@
' which must be specified in the object creation:
' Global FUNCTION XMailMergeEvent()
-' This function fires an event which causes a listner call
+' This function fires an event which causes a listener call
'*************************************************************************
diff --git
a/test/testcommon/source/org/openoffice/test/vcl/client/CommunicationManager.java
b/test/testcommon/source/org/openoffice/test/vcl/client/CommunicationManager.java
index 6310dfe0cd..af82dc818b 100644
---
a/test/testcommon/source/org/openoffice/test/vcl/client/CommunicationManager.java
+++
b/test/testcommon/source/org/openoffice/test/vcl/client/CommunicationManager.java
@@ -43,7 +43,7 @@ import org.openoffice.test.common.SystemUtil;
* | [Force Multi Channel (0xFFFFFFFF)] | Data Length (32 bits) | Check Byte
(8 bits) | Header Length (16 bits) | Header Data | Body Data |
*
* To handle the received data, add a communication listener to the manager.
- * The listner will be called back when data package arrives.
+ * The listener will be called back when data package arrives.
*
*/
public class CommunicationManager implements Runnable, Constant{