This is an automated email from the ASF dual-hosted git repository.
mseidel pushed a commit to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/AOO42X by this push:
new c20c941f32 misc: fix more typos (#460)
c20c941f32 is described below
commit c20c941f32de4a5b0c0850427ba29f8a2f8a2dae
Author: John Bampton <[email protected]>
AuthorDate: Sat Jan 24 02:48:56 2026 +1000
misc: fix more typos (#460)
* misc: fix more typos
* Regenerate ignored words list codespell.txt
(cherry picked from commit c297d334b1afde2918c7ae8e6f9d6dfd1a69a5ec)
---
main/extensions/source/propctrlr/composeduiupdate.cxx | 2 +-
main/framework/source/dispatch/oxt_handler.cxx | 2 +-
.../DevelopersGuide/Components/JavaComponent/TestComponentB.java | 2 +-
main/offapi/com/sun/star/ucb/ContentResultSet.idl | 2 +-
main/qadevOOo/tests/java/ifc/loader/_XImplementationLoader.java | 2 +-
main/qadevOOo/tests/java/ifc/ucb/_XCachedContentResultSetFactory.java | 2 +-
.../tests/java/ifc/ucb/_XCachedContentResultSetStubFactory.java | 2 +-
main/qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetFactory.java | 2 +-
.../tests/java/ifc/ucb/_XCachedDynamicResultSetStubFactory.java | 2 +-
main/registry/inc/registry/reflread.hxx | 2 +-
main/registry/inc/registry/reflwrit.hxx | 2 +-
main/sal/qa/osl/process/osl_Thread.cxx | 4 ++--
main/sal/qa/rtl_strings/readme.txt | 2 +-
main/sc/source/ui/drawfunc/fuins2.cxx | 2 +-
main/sd/source/core/EffectMigration.cxx | 2 +-
main/stoc/test/testsmgr_cpnt.cxx | 2 +-
main/svl/source/notify/broadcast.cxx | 2 +-
main/sw/source/filter/html/wrthtml.cxx | 2 +-
main/unoxml/source/dom/attr.cxx | 2 +-
main/unoxml/source/dom/node.cxx | 2 +-
main/vcl/os2/source/gdi/salgdi2.cxx | 2 +-
main/vcl/source/gdi/salgdilayout.cxx | 2 +-
main/vcl/unx/generic/gdi/pspgraphics.cxx | 2 +-
main/vcl/unx/generic/gdi/salgdi2.cxx | 2 +-
main/vcl/unx/headless/svpgdi.cxx | 2 +-
main/vcl/unx/headless/svppspgraphics.cxx | 2 +-
main/winaccessibility/source/service/msaaservice_impl.cxx | 4 ++--
main/xmloff/inc/xmloff/xmlmultiimagehelper.hxx | 2 +-
28 files changed, 30 insertions(+), 30 deletions(-)
diff --git a/main/extensions/source/propctrlr/composeduiupdate.cxx
b/main/extensions/source/propctrlr/composeduiupdate.cxx
index 316c10a92a..2262b43c4a 100644
--- a/main/extensions/source/propctrlr/composeduiupdate.cxx
+++ b/main/extensions/source/propctrlr/composeduiupdate.cxx
@@ -577,7 +577,7 @@ namespace pcr
//============================================================
//= DefaultStringKeyBooleanUIUpdate
//============================================================
- /** an implementaiton of the ->IStringKeyBooleanUIUpdate interface
which calls
+ /** an implementation of the ->IStringKeyBooleanUIUpdate interface
which calls
am arbitrary ->XObjectInspectorUI method taking a string and a
boolean flag
*/
class DefaultStringKeyBooleanUIUpdate : public
IStringKeyBooleanUIUpdate
diff --git a/main/framework/source/dispatch/oxt_handler.cxx
b/main/framework/source/dispatch/oxt_handler.cxx
index 5167e47c1b..d5f85eb747 100644
--- a/main/framework/source/dispatch/oxt_handler.cxx
+++ b/main/framework/source/dispatch/oxt_handler.cxx
@@ -178,7 +178,7 @@ Oxt_Handler::~Oxt_Handler()
Playing of sound is asynchron every time.
@attention We must hold us alive by ourself ... because we use async. vcl
sound player ... but playing is started
- in async interface call "dispatch()" too. And caller forget us
imediatly. But then our uno ref count
+ in async interface call "dispatch()" too. And caller forget us
immediately. But then our uno ref count
will decreased to 0 and will die. The only solution is to use
own reference to our implementation.
But we do it for really started jobs only and release it
during call back of vcl.
diff --git
a/main/odk/examples/DevelopersGuide/Components/JavaComponent/TestComponentB.java
b/main/odk/examples/DevelopersGuide/Components/JavaComponent/TestComponentB.java
index c3bfe912f5..d93f7880f6 100644
---
a/main/odk/examples/DevelopersGuide/Components/JavaComponent/TestComponentB.java
+++
b/main/odk/examples/DevelopersGuide/Components/JavaComponent/TestComponentB.java
@@ -27,7 +27,7 @@ import com.sun.star.test.XSomethingB;
import com.sun.star.uno.Type;
// TestComponentB implements all necessary interfaces self, this is only
-// for demonstration. More convenient is to use the impelmentation WeakBase or
+// for demonstration. More convenient is to use the implementation WeakBase or
// ComponentBase, see implementation of TestComponentA.
public class TestComponentB implements XTypeProvider, XServiceInfo,
XSomethingB {
static final String __serviceName= "com.sun.star.test.SomethingB";
diff --git a/main/offapi/com/sun/star/ucb/ContentResultSet.idl
b/main/offapi/com/sun/star/ucb/ContentResultSet.idl
index 42d914d297..1c605ba2f0 100644
--- a/main/offapi/com/sun/star/ucb/ContentResultSet.idl
+++ b/main/offapi/com/sun/star/ucb/ContentResultSet.idl
@@ -217,7 +217,7 @@ published service ContentResultSet
/** can be implemented to provide a complete JDBC conform result set
interface for the implementation of this service.
- <p>The implememtation of this service is optional.
+ <p>The implementation of this service is optional.
*/
service com::sun::star::sdbc::ResultSet;
};
diff --git a/main/qadevOOo/tests/java/ifc/loader/_XImplementationLoader.java
b/main/qadevOOo/tests/java/ifc/loader/_XImplementationLoader.java
index c5a2d3b609..63a3bdb2ec 100644
--- a/main/qadevOOo/tests/java/ifc/loader/_XImplementationLoader.java
+++ b/main/qadevOOo/tests/java/ifc/loader/_XImplementationLoader.java
@@ -157,7 +157,7 @@ public class _XImplementationLoader extends MultiMethodTest
{
if (factory == null) {
log.println("activate() returns null - FAILED.");
} else {
- log.println("Activated impementation doesn't support "+
+ log.println("Activated implementation doesn't support "+
"XServiceInfo - FAILED.");
}
ok = false ;
diff --git
a/main/qadevOOo/tests/java/ifc/ucb/_XCachedContentResultSetFactory.java
b/main/qadevOOo/tests/java/ifc/ucb/_XCachedContentResultSetFactory.java
index e8a162b45c..fd4b1473cd 100644
--- a/main/qadevOOo/tests/java/ifc/ucb/_XCachedContentResultSetFactory.java
+++ b/main/qadevOOo/tests/java/ifc/ucb/_XCachedContentResultSetFactory.java
@@ -40,7 +40,7 @@ import com.sun.star.ucb.XCachedContentResultSetFactory;
* <ul>
* <li> <code>'CachedContentResultSetStub'</code> (of type
* <code>com.sun.star.sdbc.XResultSet</code>):
-* this must be an imlementation of <code>
+* this must be an implementation of <code>
* com.sun.star.ucb.CachedContentResultSetStub</code> service.</li>
* <ul> <p>
* Test is <b> NOT </b> multithread compliant. <p>
diff --git
a/main/qadevOOo/tests/java/ifc/ucb/_XCachedContentResultSetStubFactory.java
b/main/qadevOOo/tests/java/ifc/ucb/_XCachedContentResultSetStubFactory.java
index 606025364a..12b0ab7edd 100644
--- a/main/qadevOOo/tests/java/ifc/ucb/_XCachedContentResultSetStubFactory.java
+++ b/main/qadevOOo/tests/java/ifc/ucb/_XCachedContentResultSetStubFactory.java
@@ -40,7 +40,7 @@ import com.sun.star.ucb.XCachedContentResultSetStubFactory;
* <ul>
* <li> <code>'ContentResultSet'</code> (of type
* <code>com.sun.star.sdbc.XResultSet</code>):
-* this must be an imlementation of <code>
+* this must be an implementation of <code>
* com.sun.star.ucb.ContentResultSet</code> service.</li>
* <ul> <p>
* Test is <b> NOT </b> multithread compliant. <p>
diff --git
a/main/qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetFactory.java
b/main/qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetFactory.java
index aecafe6a10..a909029079 100644
--- a/main/qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetFactory.java
+++ b/main/qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetFactory.java
@@ -41,7 +41,7 @@ import com.sun.star.ucb.XDynamicResultSet;
* <ul>
* <li> <code>'CachedDynamicResultSetStub'</code> (of type
* <code>com.sun.star.sdbc.XDynamicResultSet</code>):
-* this must be an imlementation of <code>
+* this must be an implementation of <code>
* com.sun.star.ucb.CachedDynamicResultSetStub</code> service.</li>
* <ul> <p>
* Test is <b> NOT </b> multithread compliant. <p>
diff --git
a/main/qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetStubFactory.java
b/main/qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetStubFactory.java
index 79b4fd2a64..f35374253b 100644
--- a/main/qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetStubFactory.java
+++ b/main/qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetStubFactory.java
@@ -45,7 +45,7 @@ import com.sun.star.uno.UnoRuntime;
* <ul>
* <li> <code>'DynamicResultSet'</code> (of type
* <code>com.sun.star.sdbc.XDynamicResultSet</code>):
-* this must be an imlementation of <code>
+* this must be an implementation of <code>
* com.sun.star.ucb.DynamicResultSet</code> service.</li>
* <ul> <p>
* Test is <b> NOT </b> multithread compliant. <p>
diff --git a/main/registry/inc/registry/reflread.hxx
b/main/registry/inc/registry/reflread.hxx
index eb4bdad717..366b2cc401 100644
--- a/main/registry/inc/registry/reflread.hxx
+++ b/main/registry/inc/registry/reflread.hxx
@@ -29,7 +29,7 @@
#include "registry/registrydllapi.h"
#include <rtl/ustring.hxx>
-/// Implememetation handle
+/// Implementation handle
typedef void* TypeReaderImpl;
/****************************************************************************
diff --git a/main/registry/inc/registry/reflwrit.hxx
b/main/registry/inc/registry/reflwrit.hxx
index dd64b5e3a9..82cfa4a34f 100644
--- a/main/registry/inc/registry/reflwrit.hxx
+++ b/main/registry/inc/registry/reflwrit.hxx
@@ -27,7 +27,7 @@
#include "registry/registrydllapi.h"
#include <rtl/ustring.hxx>
-// Implememetation handle
+// Implementation handle
typedef void* TypeWriterImpl;
/****************************************************************************
diff --git a/main/sal/qa/osl/process/osl_Thread.cxx
b/main/sal/qa/osl/process/osl_Thread.cxx
index 82bb2d3634..ce77cb3a8e 100644
--- a/main/sal/qa/osl/process/osl_Thread.cxx
+++ b/main/sal/qa/osl/process/osl_Thread.cxx
@@ -1674,7 +1674,7 @@ namespace osl_Thread
// LLA:
// LLA: ALGORITHM:
// LLA: wait nWaitSec seconds, and terminate when the wait does not
finish
-// LLA: Windows & UNX: thread terminates immediatlly
+// LLA: Windows & UNX: thread terminates immediately
// LLA: */
// LLA: TEST_F(wait, wait_002)
// LLA: {
@@ -1782,7 +1782,7 @@ namespace osl_Thread
// but should be differ from nValue
delete aThread;
- //check if thread really terminate after call terminate, if join
immediatlly return
+ //check if thread really terminate after call terminate, if join
immediately return
ASSERT_TRUE(nValue_join - nValue_term <= 1 && nValue_join -
nValue_term >= 0) << "Schedule: Returns False if the thread should terminate.";
}
diff --git a/main/sal/qa/rtl_strings/readme.txt
b/main/sal/qa/rtl_strings/readme.txt
index 388c98751e..16da25b745 100644
--- a/main/sal/qa/rtl_strings/readme.txt
+++ b/main/sal/qa/rtl_strings/readme.txt
@@ -1,4 +1,4 @@
-This is the old test implemantation of rtl::XString.
+This is the old test implementation of rtl::XString.
If you want to write new or better tests:
Identify the test function in the source and remark it.
diff --git a/main/sc/source/ui/drawfunc/fuins2.cxx
b/main/sc/source/ui/drawfunc/fuins2.cxx
index ab32119794..71997627e7 100644
--- a/main/sc/source/ui/drawfunc/fuins2.cxx
+++ b/main/sc/source/ui/drawfunc/fuins2.cxx
@@ -670,7 +670,7 @@ FuInsertChart::FuInsertChart(ScTabViewShell* pViewSh,
Window* pWin, ScDrawView*
// Add here again if this is wanted (see task description for details)
// ChartHelper::AdaptDefaultsForChart( xObj );
-// pView->InsertObjectAtView(pObj, *pPV);//this call leads to an
immidiate redraw and asks the chart for a visual representation
+// pView->InsertObjectAtView(pObj, *pPV);//this call leads to an
immediate redraw and asks the chart for a visual representation
// use the page instead of the view to insert, so no undo action is
created yet
SdrPage* pInsPage = pPV->GetPage();
diff --git a/main/sd/source/core/EffectMigration.cxx
b/main/sd/source/core/EffectMigration.cxx
index 0262b268aa..366d9dac97 100644
--- a/main/sd/source/core/EffectMigration.cxx
+++ b/main/sd/source/core/EffectMigration.cxx
@@ -1445,7 +1445,7 @@ void createVisibilityOnOffNode(Reference< XTimeContainer
>& rxParentContainer, S
// work) animations will not work in slideshow
void EffectMigration::CreateAnimatedGroup(SdrObjGroup& rGroupObj, SdPage&
rPage)
{
- // aw080 will give a vector immeditately
+ // aw080 will give a vector immediately
SdrObjListIter aIter(rGroupObj);
if(aIter.Count())
diff --git a/main/stoc/test/testsmgr_cpnt.cxx b/main/stoc/test/testsmgr_cpnt.cxx
index fd654c350a..386d47b98f 100644
--- a/main/stoc/test/testsmgr_cpnt.cxx
+++ b/main/stoc/test/testsmgr_cpnt.cxx
@@ -258,7 +258,7 @@ extern "C" void SAL_CALL test_ServiceManager()
// getImplementations() check
Sequence<OUString> seqImpl =
xInst->getImplementations(OUString::createFromAscii("com.sun.star.loader.SharedLibrary"),
atUModule2);
- TEST_ENSHURE( seqImpl.getLength() == 1, "count of
implementantions is wrong" );
+ TEST_ENSHURE( seqImpl.getLength() == 1, "count of
implementations is wrong" );
TEST_ENSHURE( seqImpl.getConstArray()[0] ==
OUString::createFromAscii("com.sun.star.DummyService.V10"), "implementation
name is not equal" );
diff --git a/main/svl/source/notify/broadcast.cxx
b/main/svl/source/notify/broadcast.cxx
index 6b7121bc0a..86eb9102d6 100644
--- a/main/svl/source/notify/broadcast.cxx
+++ b/main/svl/source/notify/broadcast.cxx
@@ -81,7 +81,7 @@ SvtBroadcaster::~SvtBroadcaster()
//--------------------------------------------------------------------
-// broadcast immedeately
+// broadcast immediately
void SvtBroadcaster::Broadcast( const SfxHint &rHint )
{
diff --git a/main/sw/source/filter/html/wrthtml.cxx
b/main/sw/source/filter/html/wrthtml.cxx
index 4c058b8ec7..14d85b4fbd 100644
--- a/main/sw/source/filter/html/wrthtml.cxx
+++ b/main/sw/source/filter/html/wrthtml.cxx
@@ -723,7 +723,7 @@ static Writer& OutHTML_Section( Writer& rWrt, const
SwSectionNode& rSectNd )
lcl_html_OutSectionEndTag( rHTMLWrt, pCol );
// The surrounding section must be started again, except that it ends
- // immeditaly behind the current one.
+ // immediately behind the current one.
if( pSurrCol &&
pSurrSectNd->EndOfSectionIndex() - nSectEndIdx > 1 &&
!lcl_html_IsMultiColStart( rHTMLWrt, nSectEndIdx+1 ) )
diff --git a/main/unoxml/source/dom/attr.cxx b/main/unoxml/source/dom/attr.cxx
index 9032c5a120..07da2991d4 100644
--- a/main/unoxml/source/dom/attr.cxx
+++ b/main/unoxml/source/dom/attr.cxx
@@ -138,7 +138,7 @@ namespace DOM
sal_Bool SAL_CALL CAttr::getSpecified()
throw (RuntimeException)
{
- // FIXME if this DOM implemenatation supported DTDs it would need
+ // FIXME if this DOM implementation supported DTDs it would need
// to check that this attribute is not default or something
return sal_True;
}
diff --git a/main/unoxml/source/dom/node.cxx b/main/unoxml/source/dom/node.cxx
index 63b7fceae7..c28e81a4fe 100644
--- a/main/unoxml/source/dom/node.cxx
+++ b/main/unoxml/source/dom/node.cxx
@@ -966,7 +966,7 @@ namespace DOM
void SAL_CALL CNode::setNodeValue(const OUString& /*nodeValue*/)
throw (RuntimeException, DOMException)
{
- // use specific node implememntation
+ // use specific node implementation
// if we end up down here, something went wrong
DOMException e;
e.Code = DOMExceptionType_NO_MODIFICATION_ALLOWED_ERR;
diff --git a/main/vcl/os2/source/gdi/salgdi2.cxx
b/main/vcl/os2/source/gdi/salgdi2.cxx
index cb9d595d97..e205185921 100644
--- a/main/vcl/os2/source/gdi/salgdi2.cxx
+++ b/main/vcl/os2/source/gdi/salgdi2.cxx
@@ -548,7 +548,7 @@ bool Os2SalGraphics::drawTransformedBitmap(
const SalBitmap& rSourceBitmap,
const SalBitmap* pAlphaBitmap)
{
- // here direct support for transformed bitmaps can be impemented
+ // here direct support for transformed bitmaps can be implemented
(void)rNull; (void)rX; (void)rY; (void)rSourceBitmap; (void)pAlphaBitmap;
return false;
}
diff --git a/main/vcl/source/gdi/salgdilayout.cxx
b/main/vcl/source/gdi/salgdilayout.cxx
index 9f1f558062..35b13fa4ab 100644
--- a/main/vcl/source/gdi/salgdilayout.cxx
+++ b/main/vcl/source/gdi/salgdilayout.cxx
@@ -102,7 +102,7 @@ bool SalGraphics::drawTransformedBitmap(
const SalBitmap& /* rSourceBitmap */,
const SalBitmap* /* pAlphaBitmap */)
{
- // here direct support for transformed bitmaps can be impemented
+ // here direct support for transformed bitmaps can be implemented
return false;
}
diff --git a/main/vcl/unx/generic/gdi/pspgraphics.cxx
b/main/vcl/unx/generic/gdi/pspgraphics.cxx
index cc99885e18..73d3b0d24c 100644
--- a/main/vcl/unx/generic/gdi/pspgraphics.cxx
+++ b/main/vcl/unx/generic/gdi/pspgraphics.cxx
@@ -1497,7 +1497,7 @@ bool PspGraphics::drawTransformedBitmap(
const SalBitmap& rSourceBitmap,
const SalBitmap* pAlphaBitmap)
{
- // here direct support for transformed bitmaps can be impemented
+ // here direct support for transformed bitmaps can be implemented
(void)rNull; (void)rX; (void)rY; (void)rSourceBitmap; (void)pAlphaBitmap;
return false;
}
diff --git a/main/vcl/unx/generic/gdi/salgdi2.cxx
b/main/vcl/unx/generic/gdi/salgdi2.cxx
index 8c75c2dddc..e429015e27 100644
--- a/main/vcl/unx/generic/gdi/salgdi2.cxx
+++ b/main/vcl/unx/generic/gdi/salgdi2.cxx
@@ -909,7 +909,7 @@ bool X11SalGraphics::drawTransformedBitmap(
const SalBitmap& rSourceBitmap,
const SalBitmap* pAlphaBitmap)
{
- // here direct support for transformed bitmaps can be impemented
+ // here direct support for transformed bitmaps can be implemented
(void)rNull; (void)rX; (void)rY; (void)rSourceBitmap; (void)pAlphaBitmap;
return false;
}
diff --git a/main/vcl/unx/headless/svpgdi.cxx b/main/vcl/unx/headless/svpgdi.cxx
index 6cb1ce80f5..b339d9137c 100644
--- a/main/vcl/unx/headless/svpgdi.cxx
+++ b/main/vcl/unx/headless/svpgdi.cxx
@@ -82,7 +82,7 @@ bool SvpSalGraphics::drawTransformedBitmap(
const SalBitmap& rSourceBitmap,
const SalBitmap* pAlphaBitmap)
{
- // here direct support for transformed bitmaps can be impemented
+ // here direct support for transformed bitmaps can be implemented
(void)rNull; (void)rX; (void)rY; (void)rSourceBitmap; (void)pAlphaBitmap;
return false;
}
diff --git a/main/vcl/unx/headless/svppspgraphics.cxx
b/main/vcl/unx/headless/svppspgraphics.cxx
index 8dc51bd862..b9f160ea47 100644
--- a/main/vcl/unx/headless/svppspgraphics.cxx
+++ b/main/vcl/unx/headless/svppspgraphics.cxx
@@ -182,7 +182,7 @@ bool PspGraphics::drawTransformedBitmap(
const SalBitmap& rSourceBitmap,
const SalBitmap* pAlphaBitmap)
{
- // here direct support for transformed bitmaps can be impemented
+ // here direct support for transformed bitmaps can be implemented
(void)rNull; (void)rX; (void)rY; (void)rSourceBitmap; (void)pAlphaBitmap;
return false;
}
diff --git a/main/winaccessibility/source/service/msaaservice_impl.cxx
b/main/winaccessibility/source/service/msaaservice_impl.cxx
index 5874e59f22..0b983cfbc1 100644
--- a/main/winaccessibility/source/service/msaaservice_impl.cxx
+++ b/main/winaccessibility/source/service/msaaservice_impl.cxx
@@ -168,9 +168,9 @@ void MSAAServiceImpl::handleWindowOpened( sal_Int32 pAcc)
}
/**
- * Implemention of XServiceInfo.
+ * Implementation of XServiceInfo.
* @param
- * @return Implementataion name.
+ * @return Implementation name.
*/
OUString MSAAServiceImpl::getImplementationName() throw (RuntimeException)
{
diff --git a/main/xmloff/inc/xmloff/xmlmultiimagehelper.hxx
b/main/xmloff/inc/xmloff/xmlmultiimagehelper.hxx
index b2114926a8..f7820eaf77 100644
--- a/main/xmloff/inc/xmloff/xmlmultiimagehelper.hxx
+++ b/main/xmloff/inc/xmloff/xmlmultiimagehelper.hxx
@@ -43,7 +43,7 @@ public:
virtual ~multiImageImportHelper();
/// solve multiple imported images. The most valuable one is chosen,
- /// see imlementation for evtl. changing weights and/or adding filetypes.
+ /// see implementation for evtl. changing weights and/or adding filetypes.
/// returns the winner of the contest (which can be 0 when no candidates)
const SvXMLImportContext* solveMultipleImages();