From 8902e2115cd14c7f9260b161e146ebca4225b9ac Mon Sep 17 00:00:00 2001 From: John Bampton Date: Sun, 16 Nov 2025 04:14:32 +1000 Subject: [PATCH 1/2] Fix some typos --- main/cui/source/customize/acccfg.cxx | 2 +- .../source/ui/relationdesign/RTableConnectionData.cxx | 2 +- main/dtrans/source/os2/dnd/globals.hxx | 2 +- .../schema/org/openoffice/Office/ExtensionDependencies.xcs | 4 ++-- main/sd/source/ui/inc/Window.hxx | 2 +- main/tools/inc/bootstrp/mkcreate.hxx | 2 +- main/vcl/inc/os2/saldata.hxx | 2 +- main/xmloff/source/style/prstylei.cxx | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/main/cui/source/customize/acccfg.cxx b/main/cui/source/customize/acccfg.cxx index 82706e57a90..a83c3e099f3 100644 --- a/main/cui/source/customize/acccfg.cxx +++ b/main/cui/source/customize/acccfg.cxx @@ -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); diff --git a/main/dbaccess/source/ui/relationdesign/RTableConnectionData.cxx b/main/dbaccess/source/ui/relationdesign/RTableConnectionData.cxx index 9367d4a3eac..6747b617c2c 100644 --- a/main/dbaccess/source/ui/relationdesign/RTableConnectionData.cxx +++ b/main/dbaccess/source/ui/relationdesign/RTableConnectionData.cxx @@ -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); diff --git a/main/dtrans/source/os2/dnd/globals.hxx b/main/dtrans/source/os2/dnd/globals.hxx index bc1a6b5ad6c..b752c832720 100644 --- a/main/dtrans/source/os2/dnd/globals.hxx +++ b/main/dtrans/source/os2/dnd/globals.hxx @@ -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) diff --git a/main/officecfg/registry/schema/org/openoffice/Office/ExtensionDependencies.xcs b/main/officecfg/registry/schema/org/openoffice/Office/ExtensionDependencies.xcs index 7a3ed959e10..94a1cabd645 100644 --- a/main/officecfg/registry/schema/org/openoffice/Office/ExtensionDependencies.xcs +++ b/main/officecfg/registry/schema/org/openoffice/Office/ExtensionDependencies.xcs @@ -29,7 +29,7 @@ Describes the additional meta data for an extension whereas the node name have to be the extension identifier. - Specifies a list of extension versions for which the extra dependecies should be active. + Specifies a list of extension versions for which the extra dependencies should be active. Specifies a list of platforms for which the extra dependencies mechanism is active. @@ -41,7 +41,7 @@ - Specifies the list of extensions with extra dependecies. + Specifies the list of extensions with extra dependencies. diff --git a/main/sd/source/ui/inc/Window.hxx b/main/sd/source/ui/inc/Window.hxx index e48b1963b8c..ceb5af2a5b1 100644 --- a/main/sd/source/ui/inc/Window.hxx +++ b/main/sd/source/ui/inc/Window.hxx @@ -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; diff --git a/main/tools/inc/bootstrp/mkcreate.hxx b/main/tools/inc/bootstrp/mkcreate.hxx index 0aac4c5995a..1dfcff2503a 100644 --- a/main/tools/inc/bootstrp/mkcreate.hxx +++ b/main/tools/inc/bootstrp/mkcreate.hxx @@ -85,7 +85,7 @@ public: }; // -// class Dependecy +// class Dependency // class Dependency : public ByteString diff --git a/main/vcl/inc/os2/saldata.hxx b/main/vcl/inc/os2/saldata.hxx index 67a2b013804..b9b399367e7 100644 --- a/main/vcl/inc/os2/saldata.hxx +++ b/main/vcl/inc/os2/saldata.hxx @@ -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) diff --git a/main/xmloff/source/style/prstylei.cxx b/main/xmloff/source/style/prstylei.cxx index 71e34cd85a1..bbe3cab42d0 100644 --- a/main/xmloff/source/style/prstylei.cxx +++ b/main/xmloff/source/style/prstylei.cxx @@ -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 { From 70de3d33145077533c5a0fffa50f2d612e50b62d Mon Sep 17 00:00:00 2001 From: John Bampton Date: Sun, 16 Nov 2025 04:15:15 +1000 Subject: [PATCH 2/2] Regenerate ignored words list codespell.txt --- .github/linters/codespell.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/linters/codespell.txt b/.github/linters/codespell.txt index 4f5b432d19c..058345e5c20 100644 --- a/.github/linters/codespell.txt +++ b/.github/linters/codespell.txt @@ -707,19 +707,13 @@ delte deltes dentifier depandancies -depencies depency -dependancies dependancy dependant -dependecies -dependecy dependend dependeny dependicies -dependig depenent -depening depent deprication dequed