Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions .github/linters/codespell.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1268,27 +1268,9 @@ iiterator
illigal
imaghe
imapge
imediatly
imlementation
immedeately
immediat
immediatlly
immeditaly
immeditately
immidiate
impelmentation
impementation
impemented
implace
implcit
implemantation
implememetation
implememntation
implememtation
implemenatation
implementaiton
implementantions
implementataion
implementator
implementes
implemention
Expand Down
2 changes: 1 addition & 1 deletion main/extensions/source/propctrlr/composeduiupdate.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion main/framework/source/dispatch/oxt_handler.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
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";
Expand Down
2 changes: 1 addition & 1 deletion main/offapi/com/sun/star/ucb/ContentResultSet.idl
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ public void _activate() {
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 ;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
* <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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
* <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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
* <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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
* <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>
Expand Down
2 changes: 1 addition & 1 deletion main/registry/inc/registry/reflread.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#include "registry/registrydllapi.h"
#include <rtl/ustring.hxx>

/// Implememetation handle
/// Implementation handle
typedef void* TypeReaderImpl;

/****************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion main/registry/inc/registry/reflwrit.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#include "registry/registrydllapi.h"
#include <rtl/ustring.hxx>

// Implememetation handle
// Implementation handle
typedef void* TypeWriterImpl;

/****************************************************************************
Expand Down
4 changes: 2 additions & 2 deletions main/sal/qa/osl/process/osl_Thread.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down Expand Up @@ -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.";

}
Expand Down
2 changes: 1 addition & 1 deletion main/sal/qa/rtl_strings/readme.txt
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion main/sc/source/ui/drawfunc/fuins2.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion main/sd/source/core/EffectMigration.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down
2 changes: 1 addition & 1 deletion main/stoc/test/testsmgr_cpnt.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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" );


Expand Down
2 changes: 1 addition & 1 deletion main/svl/source/notify/broadcast.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ SvtBroadcaster::~SvtBroadcaster()

//--------------------------------------------------------------------

// broadcast immedeately
// broadcast immediately

void SvtBroadcaster::Broadcast( const SfxHint &rHint )
{
Expand Down
2 changes: 1 addition & 1 deletion main/sw/source/filter/html/wrthtml.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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 ) )
Expand Down
2 changes: 1 addition & 1 deletion main/unoxml/source/dom/attr.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
2 changes: 1 addition & 1 deletion main/unoxml/source/dom/node.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion main/vcl/os2/source/gdi/salgdi2.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
2 changes: 1 addition & 1 deletion main/vcl/source/gdi/salgdilayout.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down
2 changes: 1 addition & 1 deletion main/vcl/unx/generic/gdi/pspgraphics.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
2 changes: 1 addition & 1 deletion main/vcl/unx/generic/gdi/salgdi2.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
2 changes: 1 addition & 1 deletion main/vcl/unx/headless/svpgdi.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
2 changes: 1 addition & 1 deletion main/vcl/unx/headless/svppspgraphics.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
4 changes: 2 additions & 2 deletions main/winaccessibility/source/service/msaaservice_impl.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down
2 changes: 1 addition & 1 deletion main/xmloff/inc/xmloff/xmlmultiimagehelper.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down