diff --git a/.github/linters/codespell.txt b/.github/linters/codespell.txt index 53206640b95..9e59bc27a77 100644 --- a/.github/linters/codespell.txt +++ b/.github/linters/codespell.txt @@ -377,7 +377,6 @@ ccahe ccertificate ceation ceck -cecker cedentials cehck celle @@ -997,7 +996,6 @@ excuting excution excutor execept -execption exectables exectly exectutable @@ -1339,7 +1337,6 @@ implememetation implememntation implememtation implemenatation -implementaion implementaiton implementantions implementataion diff --git a/main/connectivity/source/drivers/dbase/DTable.cxx b/main/connectivity/source/drivers/dbase/DTable.cxx index 5d265dd00f0..f4188653d15 100644 --- a/main/connectivity/source/drivers/dbase/DTable.cxx +++ b/main/connectivity/source/drivers/dbase/DTable.cxx @@ -721,7 +721,7 @@ void ODbaseTable::refreshIndexes() aVector.push_back(aURL.getBase()); } } - catch(Exception&) // a execption is thrown when no file exists + catch(Exception&) // an exception is thrown when no file exists { } } @@ -1094,7 +1094,7 @@ sal_Bool ODbaseTable::CreateImpl() delete pFileStream; } } - catch(Exception&) // a execption is thrown when no file exists + catch(Exception&) // an exception is thrown when no file exists { } @@ -1111,7 +1111,7 @@ sal_Bool ODbaseTable::CreateImpl() Content aContent(aURL.GetMainURL(INetURLObject::NO_DECODE),Reference()); aContent.executeCommand( rtl::OUString::createFromAscii( "delete" ),bool2any( sal_True ) ); } - catch(Exception&) // a execption is thrown when no file exists + catch(Exception&) // an exception is thrown when no file exists { } return sal_False; @@ -1128,7 +1128,7 @@ sal_Bool ODbaseTable::CreateImpl() { bMemoAlreadyExists = aMemo1Content.isDocument(); } - catch(Exception&) // a execption is thrown when no file exists + catch(Exception&) // an exception is thrown when no file exists { } if (bMemoAlreadyExists) diff --git a/main/connectivity/source/inc/java/tools.hxx b/main/connectivity/source/inc/java/tools.hxx index 4cba2a979cc..973c91fe55f 100644 --- a/main/connectivity/source/inc/java/tools.hxx +++ b/main/connectivity/source/inc/java/tools.hxx @@ -74,7 +74,7 @@ namespace connectivity @param pEnv The native java env @param _bClear - if the execption should be cleared + if the exception should be cleared @return if an exception is occurred */ diff --git a/main/dtrans/source/os2/dnd/DropTarget.cxx b/main/dtrans/source/os2/dnd/DropTarget.cxx index b7e32c114b9..4cc9ada74c7 100644 --- a/main/dtrans/source/os2/dnd/DropTarget.cxx +++ b/main/dtrans/source/os2/dnd/DropTarget.cxx @@ -139,7 +139,7 @@ void SAL_CALL DropTarget::setDefaultActions(sal_Int8 actions) throw(RuntimeExcep // // Non - interface functions ============================================================ // DropTarget fires events to XDropTargetListeners. The event object can contains an -// XDropTargetDragContext implementaion. When the listener calls on that interface +// XDropTargetDragContext implementation. When the listener calls on that interface // then the calls are delegated from DragContext (XDropTargetDragContext) to these // functions. // Only one listener which visible area is affected is allowed to call on @@ -162,7 +162,7 @@ void SAL_CALL DropTarget::rejectDrag() throw (RuntimeException) // // Non - interface functions ============================================================ // DropTarget fires events to XDropTargetListeners. The event object contains an -// XDropTargetDropContext implementaion. When the listener calls on that interface +// XDropTargetDropContext implementation. When the listener calls on that interface // then the calls are delegated from DropContext (XDropTargetDropContext) to these // functions. // Only one listener which visible area is affected is allowed to call on diff --git a/main/dtrans/source/win32/dnd/target.cxx b/main/dtrans/source/win32/dnd/target.cxx index 2ac65276b52..2f884d18569 100644 --- a/main/dtrans/source/win32/dnd/target.cxx +++ b/main/dtrans/source/win32/dnd/target.cxx @@ -582,7 +582,7 @@ void DropTarget::fire_dropActionChanged( const DropTargetDragEvent& dtde ) // Non - interface functions ============================================================ // DropTarget fires events to XDropTargetListeners. The event object contains an -// XDropTargetDropContext implementaion. When the listener calls on that interface +// XDropTargetDropContext implementation. When the listener calls on that interface // then the calls are delegated from DropContext (XDropTargetDropContext) to these // functions. // Only one listener which visible area is affected is allowed to call on diff --git a/main/offapi/com/sun/star/system/XMailClient.idl b/main/offapi/com/sun/star/system/XMailClient.idl index c6efc97334c..6c761f63813 100644 --- a/main/offapi/com/sun/star/system/XMailClient.idl +++ b/main/offapi/com/sun/star/system/XMailClient.idl @@ -66,7 +66,7 @@ interface XMailClient @throws com::sun::star::uno::Exception if an error occurs while sending the mail. -

The Execption::Message +

The Exception::Message may contain an error description.

*/ void sendMailMessage( [in] XMailMessage xMailMessage, diff --git a/main/offapi/com/sun/star/ucb/Content.idl b/main/offapi/com/sun/star/ucb/Content.idl index e7afd61d6b9..513c4312c5b 100644 --- a/main/offapi/com/sun/star/ucb/Content.idl +++ b/main/offapi/com/sun/star/ucb/Content.idl @@ -157,7 +157,7 @@ published service Content
  • IllegalArgumentException indicates, that the property value is not acceptable. For instance, setting an empty title may be illegal.
  • -
  • Any other execption derived from Exception +
  • Any other exception derived from Exception indicates, that the value was not set successfully. For example, this can be a InteractiveAugmentedIOException transporting the error code IOErrorCode::ACCESS_DENIED.
  • diff --git a/main/qadevOOo/java/OOoRunner/src/main/java/helper/CwsDataExchangeImpl.java b/main/qadevOOo/java/OOoRunner/src/main/java/helper/CwsDataExchangeImpl.java index e326df6b78d..8492fcdb060 100644 --- a/main/qadevOOo/java/OOoRunner/src/main/java/helper/CwsDataExchangeImpl.java +++ b/main/qadevOOo/java/OOoRunner/src/main/java/helper/CwsDataExchangeImpl.java @@ -32,7 +32,7 @@ import util.utils; /** - * Implementaion of the interface CwsDataExchange + * Implementation of the interface CwsDataExchange * @see share.CwsDataExchange */ public class CwsDataExchangeImpl implements CwsDataExchange diff --git a/main/qadevOOo/java/OOoRunner/src/main/java/ifc/beans/_XPropertyContainer.java b/main/qadevOOo/java/OOoRunner/src/main/java/ifc/beans/_XPropertyContainer.java index ec5fe451edc..c9e7d7c3e63 100644 --- a/main/qadevOOo/java/OOoRunner/src/main/java/ifc/beans/_XPropertyContainer.java +++ b/main/qadevOOo/java/OOoRunner/src/main/java/ifc/beans/_XPropertyContainer.java @@ -52,7 +52,7 @@ public class _XPropertyContainer extends MultiMethodTest { /** * object relation XPropertyAccess.propertyNotRemovable
    * This relation must be filled from the module. It contains a property which must - * be a property of the implementaion object. + * be a property of the implementation object. */ private String propertyNotRemovable = null; diff --git a/main/qadevOOo/java/OOoRunner/src/main/java/ifc/util/_XCloneable.java b/main/qadevOOo/java/OOoRunner/src/main/java/ifc/util/_XCloneable.java index 248b1e3f6b1..38c4983c216 100644 --- a/main/qadevOOo/java/OOoRunner/src/main/java/ifc/util/_XCloneable.java +++ b/main/qadevOOo/java/OOoRunner/src/main/java/ifc/util/_XCloneable.java @@ -53,7 +53,7 @@ public void _createClone() { boolean result = true; clone = oObj.createClone(); - //check if the implementaionname equals + //check if the implementationname equals result &= checkImplementationName(oObj,clone); //check ImplementationID diff --git a/main/qadevOOo/java/OOoRunner/src/main/java/mod/_forms/OListBoxModel.java b/main/qadevOOo/java/OOoRunner/src/main/java/mod/_forms/OListBoxModel.java index c04a9451865..96c8d9ce188 100644 --- a/main/qadevOOo/java/OOoRunner/src/main/java/mod/_forms/OListBoxModel.java +++ b/main/qadevOOo/java/OOoRunner/src/main/java/mod/_forms/OListBoxModel.java @@ -169,7 +169,7 @@ protected void cleanup(TestParameters tParam, PrintWriter log) { /** * calls createTestEnvironment() from it's super class - * This test uses not the generic implementaion of cecker() of its + * This test uses not the generic implementation of checker() of its * super class. This tests uses its own implementation of checker() * to test com::sun::star::form::XUpdateBroadcaster * @param Param the test parameter diff --git a/main/qadevOOo/java/OOoRunner/src/main/java/mod/_forms/OTimeModel.java b/main/qadevOOo/java/OOoRunner/src/main/java/mod/_forms/OTimeModel.java index a35476a12dd..8ed187eeabe 100644 --- a/main/qadevOOo/java/OOoRunner/src/main/java/mod/_forms/OTimeModel.java +++ b/main/qadevOOo/java/OOoRunner/src/main/java/mod/_forms/OTimeModel.java @@ -158,7 +158,7 @@ protected void cleanup(TestParameters tParam, PrintWriter log) { /** * calls createTestEnvironment() from it's super class - * This test uses not the generic implementaion of cecker() of its + * This test uses not the generic implementation of checker() of its * super class. This tests uses its own implementation of checker() * to test com::sun::star::form::XUpdateBroadcaster * @param Param the test parameter diff --git a/main/sd/source/ui/inc/taskpane/TaskPaneTreeNode.hxx b/main/sd/source/ui/inc/taskpane/TaskPaneTreeNode.hxx index 2965bd8fa92..a255112de09 100644 --- a/main/sd/source/ui/inc/taskpane/TaskPaneTreeNode.hxx +++ b/main/sd/source/ui/inc/taskpane/TaskPaneTreeNode.hxx @@ -81,7 +81,7 @@ public: */ virtual sal_Int32 GetMinimumWidth (void); - /** The default implementaion always returns + /** The default implementation always returns */ virtual bool IsResizable (void); diff --git a/main/svx/source/unodraw/unoshape.cxx b/main/svx/source/unodraw/unoshape.cxx index fd3920be5bd..7b03c0feee9 100644 --- a/main/svx/source/unodraw/unoshape.cxx +++ b/main/svx/source/unodraw/unoshape.cxx @@ -1954,7 +1954,7 @@ void SAL_CALL SvxShape::setPropertyValues( const ::com::sun::star::uno::Sequence const uno::Any* pValues = aValues.getConstArray(); // make sure mbIsMultiPropertyCall and mpImpl->mpItemSet are - // reseted even when an execption is thrown + // reseted even when an exception is thrown const ::comphelper::ScopeGuard aGuard( boost::bind( &SvxShape::endSetPropertyValues, this ) ); mbIsMultiPropertyCall = sal_True; diff --git a/main/sw/source/filter/ww8/ww8par.cxx b/main/sw/source/filter/ww8/ww8par.cxx index 25395ceb8bc..432bdd51865 100644 --- a/main/sw/source/filter/ww8/ww8par.cxx +++ b/main/sw/source/filter/ww8/ww8par.cxx @@ -4036,7 +4036,7 @@ void wwSectionManager::InsertSegments() bool bProtected = SectionIsProtected(*aIter); // do we really need this ?? I guess I have a different logic in editshell which disales this... if (bUseEnhFields && mrReader.pWDop->fProtEnabled && aIter->IsNotProtected()) { - // here we have the special case that the whole document is protected, with the execption of this section. + // here we have the special case that the whole document is protected, with the exception of this section. // I want to address this when I do the section rework, so for the moment we disable the overall protection then... mrReader.rDoc.set(IDocumentSettingAccess::PROTECT_FORM, false ); } diff --git a/main/sw/source/ui/docvw/SidebarTxtControlAcc.cxx b/main/sw/source/ui/docvw/SidebarTxtControlAcc.cxx index 0081e31ce05..df8087e345d 100644 --- a/main/sw/source/ui/docvw/SidebarTxtControlAcc.cxx +++ b/main/sw/source/ui/docvw/SidebarTxtControlAcc.cxx @@ -285,7 +285,7 @@ void SidebarTxtControlAccessibleContext::ProcessWindowEvent( const VclWindowEven } // ============================================================================= -// implementaion of accessible for instance +// implementation of accessible for instance // ============================================================================= SidebarTxtControlAccessible::SidebarTxtControlAccessible( SidebarTxtControl& rSidebarTxtControl ) : VCLXWindow() diff --git a/main/sw/source/ui/docvw/SidebarWinAcc.cxx b/main/sw/source/ui/docvw/SidebarWinAcc.cxx index d44a26b3795..034c15b876e 100644 --- a/main/sw/source/ui/docvw/SidebarWinAcc.cxx +++ b/main/sw/source/ui/docvw/SidebarWinAcc.cxx @@ -104,7 +104,7 @@ class SidebarWinAccessibleContext : public VCLXAccessibleComponent }; // ============================================================================= -// implementaion of accessible for instance +// implementation of accessible for instance // ============================================================================= SidebarWinAccessible::SidebarWinAccessible( SwSidebarWin& rSidebarWin, ViewShell& rViewShell, diff --git a/main/testtools/source/bridgetest/idl/bridgetest.idl b/main/testtools/source/bridgetest/idl/bridgetest.idl index 8a967d9be61..a0c33ed3439 100644 --- a/main/testtools/source/bridgetest/idl/bridgetest.idl +++ b/main/testtools/source/bridgetest/idl/bridgetest.idl @@ -355,7 +355,7 @@ interface XBridgeTest : XBridgeTestBase /** * Throws runtime exception. * check remote bridges handle exceptions during oneway calls properly. - * Note that on client side the execption may fly or not. When it flies, it should + * Note that on client side the exception may fly or not. When it flies, it should * have the proper message and context. ***/ [oneway] void raiseRuntimeExceptionOneway( [in] string Message, diff --git a/main/ucbhelper/inc/ucbhelper/content.hxx b/main/ucbhelper/inc/ucbhelper/content.hxx index 87ba8ab22f9..d4fcc891741 100644 --- a/main/ucbhelper/inc/ucbhelper/content.hxx +++ b/main/ucbhelper/inc/ucbhelper/content.hxx @@ -364,7 +364,7 @@ public: * - com::sun::star::lang::IllegalArgumentException indicates, * that the property value is not acceptable. For instance, * setting an empty title may be illegal. - * - Any other execption derived from + * - Any other exception derived from * com::sun::star::uno::Exception indicates, that the value was * not set successfully. For example, this can be a * com::sun:star::ucb::InteractiveAugmentedIOException @@ -394,7 +394,7 @@ public: * - com::sun::star::lang::IllegalArgumentException indicates, * that the property value is not acceptable. For instance, * setting an empty title may be illegal. - * - Any other execption derived from + * - Any other exception derived from * com::sun::star::uno::Exception indicates, that the value was * not set successfully. For example, this can be a * com::sun:star::ucb::InteractiveAugmentedIOException @@ -484,7 +484,7 @@ public: * - com::sun::star::lang::IllegalArgumentException indicates, * that the property value is not acceptable. For instance, * setting an empty title may be illegal. - * - Any other execption derived from + * - Any other exception derived from * com::sun::star::uno::Exception indicates, that the value was * not set successfully. For example, this can be a * com::sun:star::ucb::InteractiveAugmentedIOException @@ -522,7 +522,7 @@ public: * - com::sun::star::lang::IllegalArgumentException indicates, * that the property value is not acceptable. For instance, * setting an empty title may be illegal. - * - Any other execption derived from + * - Any other exception derived from * com::sun::star::uno::Exception indicates, that the value was * not set successfully. For example, this can be a * com::sun:star::ucb::InteractiveAugmentedIOException diff --git a/main/udkapi/com/sun/star/test/bridge/XBridgeTest.idl b/main/udkapi/com/sun/star/test/bridge/XBridgeTest.idl index de7a1f87c79..ba377eec156 100644 --- a/main/udkapi/com/sun/star/test/bridge/XBridgeTest.idl +++ b/main/udkapi/com/sun/star/test/bridge/XBridgeTest.idl @@ -214,7 +214,7 @@ published interface XBridgeTest : XBridgeTestBase /** * Throws runtime exception. * check remote bridges handle exceptions during oneway calls properly. - * Note that on client side the execption may fly or not. When it flies, it should + * Note that on client side the exception may fly or not. When it flies, it should * have the proper message and context. ***/ [oneway] void raiseRuntimeExceptionOneway( [in] string Message, diff --git a/main/vcl/source/glyphs/graphite_adaptors.cxx b/main/vcl/source/glyphs/graphite_adaptors.cxx index dcdac7bd1f9..53a2c09fad1 100644 --- a/main/vcl/source/glyphs/graphite_adaptors.cxx +++ b/main/vcl/source/glyphs/graphite_adaptors.cxx @@ -106,7 +106,7 @@ FontProperties::FontProperties(const FreetypeServerFont &font) throw() szFaceName[name_sz] = '\0'; } -// class GraphiteFontAdaptor implementaion. +// class GraphiteFontAdaptor implementation. // GraphiteFontAdaptor::GraphiteFontAdaptor(ServerFont & sfont, const sal_Int32 dpiX, const sal_Int32 dpiY) : mrFont(static_cast(sfont)), diff --git a/main/xmloff/source/forms/propertyimport.hxx b/main/xmloff/source/forms/propertyimport.hxx index a5694210c2f..38f8b4b0af4 100644 --- a/main/xmloff/source/forms/propertyimport.hxx +++ b/main/xmloff/source/forms/propertyimport.hxx @@ -103,7 +103,7 @@ namespace xmloff protected: /** handle one single attribute. -

    This is called for every attribute of the element. This class' implementaion checks if the attribute +

    This is called for every attribute of the element. This class' implementation checks if the attribute describes a property, if so, it is added to m_aValues.

    All non-property attributes should be handled in derived classes.