This is an automated email from the ASF dual-hosted git repository.
mseidel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/trunk by this push:
new 9c9d9658c5 Fix spelling (#409)
9c9d9658c5 is described below
commit 9c9d9658c5c7e4a65453d7bfdc82f55dc0fd0331
Author: John Bampton <[email protected]>
AuthorDate: Fri Sep 5 01:37:53 2025 +1000
Fix spelling (#409)
Clean up `codespell.txt` ignored words list
---
.github/linters/codespell.txt | 15 ---------------
main/basegfx/inc/basegfx/color/bcolormodifier.hxx | 2 +-
main/basegfx/source/polygon/b2dpolygonclipper.cxx | 2 +-
.../controller/itemsetwrapper/ErrorBarItemConverter.cxx | 2 +-
.../controller/itemsetwrapper/StatisticsItemConverter.cxx | 2 +-
main/chart2/source/inc/NamedLineProperties.hxx | 2 +-
main/dtrans/source/cnttype/mctfentry.cxx | 2 +-
main/dtrans/source/win32/clipb/wcbentry.cxx | 2 +-
main/dtrans/source/win32/ftransl/ftranslentry.cxx | 2 +-
main/editeng/inc/editeng/hangulhanja.hxx | 2 +-
main/filter/source/msfilter/msdffimp.cxx | 2 +-
main/filter/source/xslt/export/wordml/ooo2wordml_draw.xsl | 2 +-
main/framework/inc/classes/framecontainer.hxx | 2 +-
.../DevelopersGuide/Drawing/ControlAndSelectDemo.java | 2 +-
main/offapi/com/sun/star/frame/XModel2.idl | 2 +-
.../com/sun/star/ucb/RemoteContentProviderAcceptor.idl | 2 +-
.../com/sun/star/ucb/RemoteProxyContentProvider.idl | 2 +-
.../com/sun/star/ucb/XRemoteContentProviderActivator.idl | 2 +-
.../OOoRunner/src/main/java/mod/_sc/ScCellFieldsObj.java | 2 +-
.../mod/_sc/ScIndexEnumeration_TextFieldEnumeration.java | 2 +-
.../java/OOoRunner/src/main/java/share/DescGetter.java | 2 +-
main/sfx2/inc/sfx2/filedlghelper.hxx | 2 +-
main/solenv/bin/modules/installer/worker.pm | 2 +-
main/vcl/aqua/source/a11y/aqua11ylistener.cxx | 2 +-
main/vcl/inc/aqua/salframe.h | 2 +-
main/vcl/source/window/window2.cxx | 2 +-
main/xmloff/inc/MultiPropertySetHelper.hxx | 2 +-
main/xmloff/source/style/xmlnumfe.cxx | 2 +-
28 files changed, 27 insertions(+), 42 deletions(-)
diff --git a/.github/linters/codespell.txt b/.github/linters/codespell.txt
index 687b6ffc60..a5a5fac753 100644
--- a/.github/linters/codespell.txt
+++ b/.github/linters/codespell.txt
@@ -456,21 +456,16 @@ clipboad
cliped
clockwíse
clodes
-closeing
cloumns
clsoe
cluase
-cmobination
cnter
cobvers
codde
-coditions
coinitailize
-colection
colerscheme
collaps
collapsable
-collecing
collektion
collet
colleting
@@ -772,11 +767,6 @@ dependig
depenent
depening
depent
-depreated
-deprectaed
-deprectated
-deprected
-depricate
deprication
dequed
dereferencable
@@ -1197,7 +1187,6 @@ fixe
fixeme
flaged
flages
-flaoting
flase
fle
flushs
@@ -1211,11 +1200,7 @@ follong
followin
followind
followings
-followng
-follwed
-follwing
follwong
-foloowing
folows
fom
fomat
diff --git a/main/basegfx/inc/basegfx/color/bcolormodifier.hxx
b/main/basegfx/inc/basegfx/color/bcolormodifier.hxx
index b530aeca38..ef25f97b49 100644
--- a/main/basegfx/inc/basegfx/color/bcolormodifier.hxx
+++ b/main/basegfx/inc/basegfx/color/bcolormodifier.hxx
@@ -330,7 +330,7 @@ namespace basegfx
Input are percent values from [-1.0 .. 1-0] which correspond to -100%
to 100%
correction of Red, Green, Blue, Luminance or Contrast. 0.0 means no
change of
the corresponding channel. All these are combined (but can be used
single) to
- - be able to cover a bigger change range utilizing the cmobination
+ - be able to cover a bigger change range utilizing the combination
- allow execution by a small, common, precalculated table
*/
class BASEGFX_DLLPUBLIC BColorModifier_RGBLuminanceContrast : public
BColorModifier
diff --git a/main/basegfx/source/polygon/b2dpolygonclipper.cxx
b/main/basegfx/source/polygon/b2dpolygonclipper.cxx
index 2fb11dd7fe..2fb6d9bb58 100644
--- a/main/basegfx/source/polygon/b2dpolygonclipper.cxx
+++ b/main/basegfx/source/polygon/b2dpolygonclipper.cxx
@@ -657,7 +657,7 @@ namespace basegfx
* inside |inside |next
* inside |outside |intersect with clip plane
* outside |outside |nothing
- * outside |inside |intersect with clip plane
follwed by next
+ * outside |inside |intersect with clip plane
followed by next
*
*/
sal_uInt32 scissorLineSegment( ::basegfx::B2DPoint
*in_vertex, // input buffer
diff --git
a/main/chart2/source/controller/itemsetwrapper/ErrorBarItemConverter.cxx
b/main/chart2/source/controller/itemsetwrapper/ErrorBarItemConverter.cxx
index b013a18765..8456af2885 100644
--- a/main/chart2/source/controller/itemsetwrapper/ErrorBarItemConverter.cxx
+++ b/main/chart2/source/controller/itemsetwrapper/ErrorBarItemConverter.cxx
@@ -200,7 +200,7 @@ bool ErrorBarItemConverter::ApplySpecialItem(
case SCHATTR_STAT_PERCENT:
case SCHATTR_STAT_BIGERROR:
{
- OSL_ENSURE( false, "Deprectaed item" );
+ OSL_ENSURE( false, "Deprecated item" );
uno::Reference< beans::XPropertySet > xErrorBarProp(
GetPropertySet());
double fValue =
diff --git
a/main/chart2/source/controller/itemsetwrapper/StatisticsItemConverter.cxx
b/main/chart2/source/controller/itemsetwrapper/StatisticsItemConverter.cxx
index 8692314b2b..eb49716d32 100644
--- a/main/chart2/source/controller/itemsetwrapper/StatisticsItemConverter.cxx
+++ b/main/chart2/source/controller/itemsetwrapper/StatisticsItemConverter.cxx
@@ -299,7 +299,7 @@ bool StatisticsItemConverter::ApplySpecialItem(
case SCHATTR_STAT_PERCENT:
case SCHATTR_STAT_BIGERROR:
{
- OSL_ENSURE( false, "Deprectaed item" );
+ OSL_ENSURE( false, "Deprecated item" );
uno::Reference< beans::XPropertySet > xErrorBarProp(
lcl_GetYErrorBar( GetPropertySet()));
bool bOldHasErrorBar = xErrorBarProp.is();
diff --git a/main/chart2/source/inc/NamedLineProperties.hxx
b/main/chart2/source/inc/NamedLineProperties.hxx
index 7c08b7a201..b7a7f72081 100644
--- a/main/chart2/source/inc/NamedLineProperties.hxx
+++ b/main/chart2/source/inc/NamedLineProperties.hxx
@@ -35,7 +35,7 @@ namespace chart
{
-// @depreated !!
+// @deprecated !!
class NamedLineProperties
{
public:
diff --git a/main/dtrans/source/cnttype/mctfentry.cxx
b/main/dtrans/source/cnttype/mctfentry.cxx
index 0ecc780cdc..466a40fdf5 100644
--- a/main/dtrans/source/cnttype/mctfentry.cxx
+++ b/main/dtrans/source/cnttype/mctfentry.cxx
@@ -67,7 +67,7 @@ namespace
{
//-----------------------------------------------------------------------------------------------------------
- // functions to create a new Clipboad instance; is needed by factory
helper implementation
+ // functions to create a new Clipboard instance; is needed by factory
helper implementation
// @param rServiceManager - service manager, useful if the component needs
other uno services
// so we should give it to every UNO-Implementation component
//-----------------------------------------------------------------------------------------------------------
diff --git a/main/dtrans/source/win32/clipb/wcbentry.cxx
b/main/dtrans/source/win32/clipb/wcbentry.cxx
index 3d27e14b2d..afd9a6c36f 100644
--- a/main/dtrans/source/win32/clipb/wcbentry.cxx
+++ b/main/dtrans/source/win32/clipb/wcbentry.cxx
@@ -65,7 +65,7 @@ namespace
{
//-----------------------------------------------------------------------------------------------------------
- // functions to create a new Clipboad instance; is needed by factory
helper implementation
+ // functions to create a new Clipboard instance; is needed by factory
helper implementation
// @param rServiceManager - service manager, useful if the component needs
other uno services
// so we should give it to every UNO-Implementation component
//-----------------------------------------------------------------------------------------------------------
diff --git a/main/dtrans/source/win32/ftransl/ftranslentry.cxx
b/main/dtrans/source/win32/ftransl/ftranslentry.cxx
index 1fc219ba6a..39f2bf8bfd 100644
--- a/main/dtrans/source/win32/ftransl/ftranslentry.cxx
+++ b/main/dtrans/source/win32/ftransl/ftranslentry.cxx
@@ -70,7 +70,7 @@ namespace
{
//-----------------------------------------------------------------------------------------------------------
- // functions to create a new Clipboad instance; is needed by factory
helper implementation
+ // functions to create a new Clipboard instance; is needed by factory
helper implementation
// @param rServiceManager - service manager, useful if the component needs
other uno services
// so we should give it to every UNO-Implementation component
//-----------------------------------------------------------------------------------------------------------
diff --git a/main/editeng/inc/editeng/hangulhanja.hxx
b/main/editeng/inc/editeng/hangulhanja.hxx
index 3b0bc9681c..dd43c6de5b 100644
--- a/main/editeng/inc/editeng/hangulhanja.hxx
+++ b/main/editeng/inc/editeng/hangulhanja.hxx
@@ -100,7 +100,7 @@ namespace editeng
::std::auto_ptr< HangulHanjaConversion_Impl > m_pImpl;
// used to set initial values of m_pImpl object from saved ones
- static sal_Bool m_bUseSavedValues;
// defines if the followng two values should be used for initialization
+ static sal_Bool m_bUseSavedValues;
// defines if the following two values should be used for initialization
static sal_Bool
m_bTryBothDirectionsSave;
static ConversionDirection m_ePrimaryConversionDirectionSave;
diff --git a/main/filter/source/msfilter/msdffimp.cxx
b/main/filter/source/msfilter/msdffimp.cxx
index 367f632b19..fa4fcaf4fd 100644
--- a/main/filter/source/msfilter/msdffimp.cxx
+++ b/main/filter/source/msfilter/msdffimp.cxx
@@ -3676,7 +3676,7 @@ Color SvxMSDffManager::MSO_CLR_ToColor( sal_uInt32
nColorCode, sal_uInt16 nConte
}
// sj: I just want to set a string for a text object that may contain multiple
-// paragraphs. If I now take a look at the follwing code I get the impression
that
+// paragraphs. If I now take a look at the following code I get the impression
that
// our outliner is too complicate to be used properly,
void SvxMSDffManager::ReadObjText( const String& rText, SdrObject* pObj ) const
{
diff --git a/main/filter/source/xslt/export/wordml/ooo2wordml_draw.xsl
b/main/filter/source/xslt/export/wordml/ooo2wordml_draw.xsl
index 848ccf05fa..6602fed46e 100644
--- a/main/filter/source/xslt/export/wordml/ooo2wordml_draw.xsl
+++ b/main/filter/source/xslt/export/wordml/ooo2wordml_draw.xsl
@@ -327,7 +327,7 @@
</xsl:call-template>
</xsl:variable>
<xsl:choose>
- <!-- if we got to the last node, return it directly, or
return the max window of current one and follwing ones -->
+ <!-- if we got to the last node, return it directly, or
return the max window of current one and following ones -->
<xsl:when test="$CurrPos = count($nodeSet)">
<xsl:value-of select="$CurrNodeWindow"/>
</xsl:when>
diff --git a/main/framework/inc/classes/framecontainer.hxx
b/main/framework/inc/classes/framecontainer.hxx
index 6b835fb8f3..76d0224ba5 100644
--- a/main/framework/inc/classes/framecontainer.hxx
+++ b/main/framework/inc/classes/framecontainer.hxx
@@ -133,7 +133,7 @@ class FrameContainer : private ThreadHelpBase
sal_uInt32 getCount (
) const;
css::uno::Reference< css::frame::XFrame > operator[]( sal_uInt32
nIndex ) const;
- /// replacement for deprectaed index access
+ /// replacement for deprecated index access
css::uno::Sequence< css::uno::Reference< css::frame::XFrame > >
getAllElements() const;
/// special helper for Frame::findFrame()
diff --git
a/main/odk/examples/DevelopersGuide/Drawing/ControlAndSelectDemo.java
b/main/odk/examples/DevelopersGuide/Drawing/ControlAndSelectDemo.java
index f9bd7f835d..13e1fe3511 100644
--- a/main/odk/examples/DevelopersGuide/Drawing/ControlAndSelectDemo.java
+++ b/main/odk/examples/DevelopersGuide/Drawing/ControlAndSelectDemo.java
@@ -116,7 +116,7 @@ public class ControlAndSelectDemo
XSelectionSupplier xSelectionSupplier
=(XSelectionSupplier)
UnoRuntime.queryInterface(
XSelectionSupplier.class, xController );
// take care to use the global service factory only and
not the one
- // that is provided by the component if you create the
ShapeColletion
+ // that is provided by the component if you create the
ShapeCollection
XShapes xSelection =
(XShapes)UnoRuntime.queryInterface( XShapes.class,
xOfficeContext.getServiceManager().createInstanceWithContext(
"com.sun.star.drawing.ShapeCollection", xOfficeContext ) );
diff --git a/main/offapi/com/sun/star/frame/XModel2.idl
b/main/offapi/com/sun/star/frame/XModel2.idl
index 80486954ab..61ad5ecbbf 100644
--- a/main/offapi/com/sun/star/frame/XModel2.idl
+++ b/main/offapi/com/sun/star/frame/XModel2.idl
@@ -36,7 +36,7 @@
//=============================================================================
/** extends interface XModel.
- The foloowing functions are added:
+ The following functions are added:
- enumeration of all currently connected controller objects.
(not getCurrentController() only, which depends on focus)
diff --git a/main/offapi/com/sun/star/ucb/RemoteContentProviderAcceptor.idl
b/main/offapi/com/sun/star/ucb/RemoteContentProviderAcceptor.idl
index 6644508598..ca966fa2ce 100644
--- a/main/offapi/com/sun/star/ucb/RemoteContentProviderAcceptor.idl
+++ b/main/offapi/com/sun/star/ucb/RemoteContentProviderAcceptor.idl
@@ -46,7 +46,7 @@ published service RemoteContentProviderAcceptor
for this service, which can improve performance in certain
situations.
<p>The way this works might change, therefore this interface is
marked
- as deprectated.
+ as deprecated.
@deprecated
*/
diff --git a/main/offapi/com/sun/star/ucb/RemoteProxyContentProvider.idl
b/main/offapi/com/sun/star/ucb/RemoteProxyContentProvider.idl
index c0724913bf..f4353defab 100644
--- a/main/offapi/com/sun/star/ucb/RemoteProxyContentProvider.idl
+++ b/main/offapi/com/sun/star/ucb/RemoteProxyContentProvider.idl
@@ -42,7 +42,7 @@ module com { module sun { module star { module ucb {
<type>XRemoteContentProviderActivator</type> for more information).
<p>The way this works might change, therefore this interface is marked as
- deprectated.
+ deprecated.
@deprecated
*/
diff --git a/main/offapi/com/sun/star/ucb/XRemoteContentProviderActivator.idl
b/main/offapi/com/sun/star/ucb/XRemoteContentProviderActivator.idl
index 6a1730ac8d..b049bd81c5 100644
--- a/main/offapi/com/sun/star/ucb/XRemoteContentProviderActivator.idl
+++ b/main/offapi/com/sun/star/ucb/XRemoteContentProviderActivator.idl
@@ -39,7 +39,7 @@ module com { module sun { module star { module ucb {
<member>XRemoteContentProviderAcceptor::addRemoteContentProvider</member>.
The way this works might change, therefore this interface is marked as
- deprectated.
+ deprecated.
@deprecated
*/
diff --git
a/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/ScCellFieldsObj.java
b/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/ScCellFieldsObj.java
index 6c05230461..c9aba90a0c 100644
--- a/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/ScCellFieldsObj.java
+++ b/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/ScCellFieldsObj.java
@@ -46,7 +46,7 @@ import com.sun.star.uno.UnoRuntime;
import com.sun.star.uno.XInterface;
/**
- * Test for object that represents a colection of text fields
+ * Test for object that represents a collection of text fields
* in a cell of a spreadsheet. <p>
*
* Object implements the following interfaces :
diff --git
a/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/ScIndexEnumeration_TextFieldEnumeration.java
b/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/ScIndexEnumeration_TextFieldEnumeration.java
index 3e054252e0..574f8f114b 100644
---
a/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/ScIndexEnumeration_TextFieldEnumeration.java
+++
b/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/ScIndexEnumeration_TextFieldEnumeration.java
@@ -47,7 +47,7 @@ import com.sun.star.uno.UnoRuntime;
import com.sun.star.uno.XInterface;
/**
- * Test for object that represents enumeration of a colection
+ * Test for object that represents enumeration of a collection
* of text fields in a cell of a spreadsheet. <p>
*
* Object implements the following interfaces :
diff --git a/main/qadevOOo/java/OOoRunner/src/main/java/share/DescGetter.java
b/main/qadevOOo/java/OOoRunner/src/main/java/share/DescGetter.java
index f1d1c73e2d..b31b3b7f2b 100644
--- a/main/qadevOOo/java/OOoRunner/src/main/java/share/DescGetter.java
+++ b/main/qadevOOo/java/OOoRunner/src/main/java/share/DescGetter.java
@@ -159,7 +159,7 @@ public abstract class DescGetter
{
if (debug)
{
- System.out.println("Exception while closeing scenario");
+ System.out.println("Exception while closing scenario");
}
}
diff --git a/main/sfx2/inc/sfx2/filedlghelper.hxx
b/main/sfx2/inc/sfx2/filedlghelper.hxx
index d43db5f259..3ed14aa4af 100644
--- a/main/sfx2/inc/sfx2/filedlghelper.hxx
+++ b/main/sfx2/inc/sfx2/filedlghelper.hxx
@@ -199,7 +199,7 @@ public:
void SetTitle( const String& rNewTitle );
String GetPath() const;
- /** @deprected: Don't use this method to retrieve the selected files
+ /** @deprecated: Don't use this method to retrieve the selected files
There are file picker which can provide multiple selected file which
belong
to different folders. As this method always provides the root folder
for all selected
files this cannot work.
diff --git a/main/solenv/bin/modules/installer/worker.pm
b/main/solenv/bin/modules/installer/worker.pm
index bc61939209..0d387a3e33 100644
--- a/main/solenv/bin/modules/installer/worker.pm
+++ b/main/solenv/bin/modules/installer/worker.pm
@@ -3419,7 +3419,7 @@ sub collectpackagemaps
{
my ( $installdir, $languagestringref, $allvariables ) = @_;
- installer::logger::include_header_into_logfile("Collecing all
packagemaps (pkgmap):");
+ installer::logger::include_header_into_logfile("Collecting all
packagemaps (pkgmap):");
my $pkgmapdir = installer::systemactions::create_directories("pkgmap",
$languagestringref);
my $subdirname = $allvariables->{'UNIXPRODUCTNAME'} . "_pkgmaps";
diff --git a/main/vcl/aqua/source/a11y/aqua11ylistener.cxx
b/main/vcl/aqua/source/a11y/aqua11ylistener.cxx
index c708b07929..1581d1d00f 100644
--- a/main/vcl/aqua/source/a11y/aqua11ylistener.cxx
+++ b/main/vcl/aqua/source/a11y/aqua11ylistener.cxx
@@ -112,7 +112,7 @@ AquaA11yEventListener::notifyEvent( const
AccessibleEventObject& aEvent ) throw(
break;
case AccessibleEventId::INVALIDATE_ALL_CHILDREN:
- // TODO: depricate or remember all children
+ // TODO: deprecate or remember all children
break;
case AccessibleEventId::BOUNDRECT_CHANGED:
diff --git a/main/vcl/inc/aqua/salframe.h b/main/vcl/inc/aqua/salframe.h
index 3bc6f6b0e4..8139c64bac 100644
--- a/main/vcl/inc/aqua/salframe.h
+++ b/main/vcl/inc/aqua/salframe.h
@@ -181,7 +181,7 @@ public:
void getResolution( sal_Int32& o_rDPIX, sal_Int32& o_rDPIY );
- // actually the follwing methods do the same thing: flipping y coordinates
+ // actually the following methods do the same thing: flipping y coordinates
// but having two of them makes clearer what the coordinate system
// is supposed to be before and after
void VCLToCocoa( NSRect& io_rRect, bool bRelativeToScreen = true );
diff --git a/main/vcl/source/window/window2.cxx
b/main/vcl/source/window/window2.cxx
index 66f52c1151..4466fb05ff 100644
--- a/main/vcl/source/window/window2.cxx
+++ b/main/vcl/source/window/window2.cxx
@@ -1307,7 +1307,7 @@ void Window::ImplHandleScroll( ScrollBar* pHScrl, long nX,
/*
void Window::ImplSetFloatingMode( sal_Bool bFloatMode )
{
- // if the window is docked, put it into a flaoting window
+ // if the window is docked, put it into a floating window
// if it is floating put it back in the old frame
ImplDockingWindowWrapper *pWrapper = pDockingMgr->GetDockingWindowWrapper(
this );
diff --git a/main/xmloff/inc/MultiPropertySetHelper.hxx
b/main/xmloff/inc/MultiPropertySetHelper.hxx
index 334109f180..0937e98aec 100644
--- a/main/xmloff/inc/MultiPropertySetHelper.hxx
+++ b/main/xmloff/inc/MultiPropertySetHelper.hxx
@@ -36,7 +36,7 @@ namespace com { namespace sun { namespace star {
/**
- * The MultiPropertySetHelper performs the follwing functions:
+ * The MultiPropertySetHelper performs the following functions:
*
* Given a list of property names (as sal_Char** or OUString*), it can
* query an XMultiPropertySet (or XPropertySet) which of these properties
diff --git a/main/xmloff/source/style/xmlnumfe.cxx
b/main/xmloff/source/style/xmlnumfe.cxx
index 906baecc20..5ee83aab12 100644
--- a/main/xmloff/source/style/xmlnumfe.cxx
+++ b/main/xmloff/source/style/xmlnumfe.cxx
@@ -963,7 +963,7 @@ sal_Bool lcl_IsDefaultDateFormat( const SvNumberformat&
rFormat, sal_Bool bSyste
void SvXMLNumFmtExport::ExportPart_Impl( const SvNumberformat& rFormat,
sal_uInt32 nKey,
sal_uInt16 nPart, sal_Bool bDefPart )
{
- //! for the default part, pass the coditions from the other parts!
+ //! for the default part, pass the conditions from the other parts!
//
// element name