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
3 changes: 0 additions & 3 deletions .github/linters/codespell.txt
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,6 @@ ccahe
ccertificate
ceation
ceck
cecker
cedentials
cehck
celle
Expand Down Expand Up @@ -997,7 +996,6 @@ excuting
excution
excutor
execept
execption
exectables
exectly
exectutable
Expand Down Expand Up @@ -1339,7 +1337,6 @@ implememetation
implememntation
implememtation
implemenatation
implementaion
implementaiton
implementantions
implementataion
Expand Down
8 changes: 4 additions & 4 deletions main/connectivity/source/drivers/dbase/DTable.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
}
}
Expand Down Expand Up @@ -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
{
}

Expand All @@ -1111,7 +1111,7 @@ sal_Bool ODbaseTable::CreateImpl()
Content aContent(aURL.GetMainURL(INetURLObject::NO_DECODE),Reference<XCommandEnvironment>());
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;
Expand All @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion main/connectivity/source/inc/java/tools.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ namespace connectivity
@param pEnv
The native java env
@param _bClear
<TRUE/> if the execption should be cleared
<TRUE/> if the exception should be cleared
@return
<TRUE/> if an exception is occurred
*/
Expand Down
4 changes: 2 additions & 2 deletions main/dtrans/source/os2/dnd/DropTarget.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion main/dtrans/source/win32/dnd/target.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion main/offapi/com/sun/star/system/XMailClient.idl
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ interface XMailClient

@throws com::sun::star::uno::Exception
if an error occurs while sending the mail.
<p>The <member scope="com::sun::star::uno">Execption::Message</member>
<p>The <member scope="com::sun::star::uno">Exception::Message</member>
may contain an error description.</p>
*/
void sendMailMessage( [in] XMailMessage xMailMessage,
Expand Down
2 changes: 1 addition & 1 deletion main/offapi/com/sun/star/ucb/Content.idl
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ published service Content
<li><type scope="com::sun::star::lang">IllegalArgumentException</type>
indicates, that the property value is not acceptable. For instance,
setting an empty title may be illegal.</li>
<li>Any other execption derived from <type scope="com::sun::star::uno">Exception</type>
<li>Any other exception derived from <type scope="com::sun::star::uno">Exception</type>
indicates, that the value was not set successfully. For example,
this can be a <type>InteractiveAugmentedIOException</type>
transporting the error code <member>IOErrorCode::ACCESS_DENIED</member>.</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public class _XPropertyContainer extends MultiMethodTest {
/**
* object relation X<CODE>PropertyAccess.propertyNotRemovable</CODE><br>
* 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;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ protected void cleanup(TestParameters tParam, PrintWriter log) {

/**
* calls <CODE>createTestEnvironment()</CODE> from it's super class
* This test uses not the generic implementaion of <CODE>cecker()</CODE> of its
* This test uses not the generic implementation of <CODE>checker()</CODE> of its
* super class. This tests uses its own implementation of <CODE>checker()</CODE>
* to test <CODE>com::sun::star::form::XUpdateBroadcaster</CODE>
* @param Param the test parameter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ protected void cleanup(TestParameters tParam, PrintWriter log) {

/**
* calls <CODE>createTestEnvironment()</CODE> from it's super class
* This test uses not the generic implementaion of <CODE>cecker()</CODE> of its
* This test uses not the generic implementation of <CODE>checker()</CODE> of its
* super class. This tests uses its own implementation of <CODE>checker()</CODE>
* to test <CODE>com::sun::star::form::XUpdateBroadcaster</CODE>
* @param Param the test parameter
Expand Down
2 changes: 1 addition & 1 deletion main/sd/source/ui/inc/taskpane/TaskPaneTreeNode.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public:
*/
virtual sal_Int32 GetMinimumWidth (void);

/** The default implementaion always returns <FALSE/>
/** The default implementation always returns <FALSE/>
*/
virtual bool IsResizable (void);

Expand Down
2 changes: 1 addition & 1 deletion main/svx/source/unodraw/unoshape.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion main/sw/source/filter/ww8/ww8par.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
}
Expand Down
2 changes: 1 addition & 1 deletion main/sw/source/ui/docvw/SidebarTxtControlAcc.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ void SidebarTxtControlAccessibleContext::ProcessWindowEvent( const VclWindowEven
}

// =============================================================================
// implementaion of accessible for <SidebarTxtControl> instance
// implementation of accessible for <SidebarTxtControl> instance
// =============================================================================
SidebarTxtControlAccessible::SidebarTxtControlAccessible( SidebarTxtControl& rSidebarTxtControl )
: VCLXWindow()
Expand Down
2 changes: 1 addition & 1 deletion main/sw/source/ui/docvw/SidebarWinAcc.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ class SidebarWinAccessibleContext : public VCLXAccessibleComponent
};

// =============================================================================
// implementaion of accessible for <SwSidebarWin> instance
// implementation of accessible for <SwSidebarWin> instance
// =============================================================================
SidebarWinAccessible::SidebarWinAccessible( SwSidebarWin& rSidebarWin,
ViewShell& rViewShell,
Expand Down
2 changes: 1 addition & 1 deletion main/testtools/source/bridgetest/idl/bridgetest.idl
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
8 changes: 4 additions & 4 deletions main/ucbhelper/inc/ucbhelper/content.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion main/udkapi/com/sun/star/test/bridge/XBridgeTest.idl
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion main/vcl/source/glyphs/graphite_adaptors.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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<FreetypeServerFont &>(sfont)),
Expand Down
2 changes: 1 addition & 1 deletion main/xmloff/source/forms/propertyimport.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ namespace xmloff
protected:
/** handle one single attribute.

<p>This is called for every attribute of the element. This class' implementaion checks if the attribute
<p>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 <member>m_aValues</member>.</p>

<p>All non-property attributes should be handled in derived classes.</p>
Expand Down