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
6 changes: 0 additions & 6 deletions .github/linters/codespell.txt
Original file line number Diff line number Diff line change
Expand Up @@ -707,19 +707,13 @@ delte
deltes
dentifier
depandancies
depencies
depency
dependancies
dependancy
dependant
dependecies
dependecy
dependend
dependeny
dependicies
dependig
depenent
depening
depent
deprication
dequed
Expand Down
2 changes: 1 addition & 1 deletion main/cui/source/customize/acccfg.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1407,7 +1407,7 @@ void SfxAcceleratorConfigPage::Reset( const SfxItemSet& rSet )
// e.g. m_sModuleUIName!
InitAccCfg();

// change te description of the radio button, which switch to the module
// change the description of the radio button, which switch to the module
// dependend accelerator configuration
String sButtonText = aModuleButton.GetText();
sButtonText.SearchAndReplace(String::CreateFromAscii("$(MODULE)"), m_sModuleUIName);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ void ORelationTableConnectionData::SetCardinality()
// -----------------------------------------------------------------------------
sal_Bool ORelationTableConnectionData::checkPrimaryKey(const Reference< XPropertySet>& i_xTable,EConnectionSide _eEConnectionSide) const
{
// check if Table has the primary key column dependig on _eEConnectionSide
// check if Table has the primary key column depending on _eEConnectionSide
sal_uInt16 nPrimKeysCount = 0,
nValidLinesCount = 0;
const Reference< XNameAccess> xKeyColumns = dbtools::getPrimaryKeyColumns_throw(i_xTable);
Expand Down
2 changes: 1 addition & 1 deletion main/dtrans/source/os2/dnd/globals.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#define OS2_DNDTARGET_SERVICE_NAME "com.sun.star.datatransfer.dnd.OleDropTarget"
#define OS2_DNDTARGET_IMPL_NAME "com.sun.star.comp.datatransfer.dnd.OleDropTarget_V1"

// from saldata.hxx: these offsets are hardcoded in dnd/globals.hxx too to avoid vcl dependancies
// from saldata.hxx: these offsets are hardcoded in dnd/globals.hxx too to avoid vcl dependencies
#define SAL_FRAME_DROPTARGET sizeof(ULONG)
#define SAL_FRAME_DRAGSOURCE (sizeof(ULONG)*2)
// from saldata.hxx: drag&drop internal messages (see dnd/globals.hxx)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<group oor:name="Extension">
<info><desc>Describes the additional meta data for an extension whereas the node name have to be the extension identifier.</desc></info>
<prop oor:name="Versions" oor:type="oor:string-list" oor:localized="false">
<info><desc>Specifies a list of extension versions for which the extra dependecies should be active.</desc></info>
<info><desc>Specifies a list of extension versions for which the extra dependencies should be active.</desc></info>
</prop>
<prop oor:name="Platforms" oor:type="oor:string-list" oor:localized="false">
<info><desc>Specifies a list of platforms for which the extra dependencies mechanism is active.</desc></info>
Expand All @@ -41,7 +41,7 @@
</templates>
<component>
<set oor:name="Extensions" oor:node-type="Extension">
<info><desc>Specifies the list of extensions with extra dependecies.</desc></info>
<info><desc>Specifies the list of extensions with extra dependencies.</desc></info>
</set>
</component>
</oor:component-schema>
2 changes: 1 addition & 1 deletion main/sd/source/ui/inc/Window.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ protected:
sal_uInt16 mnMinZoom;
sal_uInt16 mnMaxZoom;
/** This flag tells whether to re-calculate the minimal zoom factor
depening on the current zoom factor. According to task #105436# its
depending on the current zoom factor. According to task #105436# its
default value is now sal_False.
*/
bool mbMinZoomAutoCalc;
Expand Down
2 changes: 1 addition & 1 deletion main/tools/inc/bootstrp/mkcreate.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public:
};

//
// class Dependecy
// class Dependency
//

class Dependency : public ByteString
Expand Down
2 changes: 1 addition & 1 deletion main/vcl/inc/os2/saldata.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ void ImplReleaseSALIMEData();

#define SAL_FRAME_WNDEXTRA (sizeof(ULONG)*3)
#define SAL_FRAME_THIS 0
// these offsets are hardcoded in dnd/globals.hxx too to avoid vcl dependancies
// these offsets are hardcoded in dnd/globals.hxx too to avoid vcl dependencies
#define SAL_FRAME_DROPTARGET sizeof(ULONG)
#define SAL_FRAME_DRAGSOURCE (sizeof(ULONG)*2)

Expand Down
2 changes: 1 addition & 1 deletion main/xmloff/source/style/prstylei.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ void XMLPropStyleContext::Finish( sal_Bool bOverwrite )
if( sParent != mxStyle->getParentStyle() )
{
// this may except if setting the parent style forms a
// circle in the style depencies; especially if the parent
// circle in the style dependencies; especially if the parent
// style is the same as the current style
try
{
Expand Down