From 08fc0598f70d50bba43b303fe888e4e0ffd1383c Mon Sep 17 00:00:00 2001
From: John Bampton
Date: Tue, 18 Nov 2025 14:01:32 +1000
Subject: [PATCH 1/2] Fix spelling
---
main/chart2/source/tools/ThreeDHelper.cxx | 2 +-
main/chart2/source/view/axes/ScaleAutomatism.cxx | 2 +-
main/chart2/source/view/diagram/VDiagram.cxx | 4 ++--
main/cppuhelper/source/component.cxx | 4 ++--
main/cppuhelper/test/testpropshlp.cxx | 2 +-
main/dbaccess/source/core/api/preparedstatement.cxx | 2 +-
main/dbaccess/source/inc/stringconstants.hrc | 2 +-
main/dbaccess/source/inc/stringconstants.inc | 2 +-
main/dbaccess/source/ui/inc/DExport.hxx | 2 +-
main/dbaccess/source/ui/misc/DExport.cxx | 6 +++---
main/dbaccess/source/ui/querydesign/QueryTableView.cxx | 2 +-
main/dbaccess/source/ui/uno/copytablewizard.cxx | 6 +++---
main/fpicker/source/win32/filepicker/controlcommand.hxx | 2 +-
.../org/openoffice/setup/Installer/LinuxInstaller.java | 2 +-
main/odk/examples/DevelopersGuide/Charts/Makefile | 2 +-
.../DevelopersGuide/Components/JavaComponent/Makefile | 2 +-
main/offapi/com/sun/star/sdb/tools/XObjectNames.idl | 4 ++--
main/postprocess/signing/signing.pl | 2 +-
main/sal/osl/w32/interlck.c | 4 ++--
main/scripting/source/provider/MasterScriptProvider.cxx | 8 ++++----
main/sdext/source/pdfimport/tree/writertreevisiting.cxx | 4 ++--
main/sfx2/inc/macro.hxx | 2 +-
main/sfx2/source/dialog/mailmodel.cxx | 2 +-
main/svtools/source/svrtf/svparser.cxx | 2 +-
main/svx/source/unodraw/unoshcol.cxx | 4 ++--
main/sw/source/core/layout/trvlfrm.cxx | 2 +-
main/sw/source/filter/ww8/ww8atr.cxx | 2 +-
main/sw/source/ui/shells/textsh1.cxx | 2 +-
.../inc/ucbhelper/simpleauthenticationrequest.hxx | 8 ++++----
.../com/sun/star/security/AccessControlException.idl | 2 +-
main/vcl/source/gdi/gdimetafiletools.cxx | 2 +-
main/writerfilter/source/ooxml/model.xml | 2 +-
.../converter/xml/sxw/aportisdoc/DocumentMergerImpl.java | 2 +-
.../converter/xml/sxw/pocketword/DocumentMergerImpl.java | 2 +-
.../xmerge/converter/xml/sxc/DocumentMergerImpl.java | 4 ++--
.../xmerge/converter/xml/xslt/DocumentMergerImpl.java | 2 +-
.../converter/xml/sxw/wordsmith/DocumentMergerImpl.java | 2 +-
.../source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx | 4 ++--
38 files changed, 56 insertions(+), 56 deletions(-)
diff --git a/main/chart2/source/tools/ThreeDHelper.cxx b/main/chart2/source/tools/ThreeDHelper.cxx
index 656fd36a512..c643c7e3ad7 100644
--- a/main/chart2/source/tools/ThreeDHelper.cxx
+++ b/main/chart2/source/tools/ThreeDHelper.cxx
@@ -317,7 +317,7 @@ drawing::CameraGeometry ThreeDHelper::getDefaultCameraGeometry( bool bPie )
if( bPie )
{
- vrp = drawing::Position3D( 0.0, 0.0, 87591.2408759124 );//--> 5 percent perspecitve
+ vrp = drawing::Position3D( 0.0, 0.0, 87591.2408759124 );//--> 5 percent perspective
vpn = drawing::Direction3D( 0.0, 0.0, 1.0 );
vup = drawing::Direction3D( 0.0, 1.0, 0.0 );
}
diff --git a/main/chart2/source/view/axes/ScaleAutomatism.cxx b/main/chart2/source/view/axes/ScaleAutomatism.cxx
index b1c8cba8df9..823be39b637 100644
--- a/main/chart2/source/view/axes/ScaleAutomatism.cxx
+++ b/main/chart2/source/view/axes/ScaleAutomatism.cxx
@@ -281,7 +281,7 @@ void ScaleAutomatism::calculateExplicitIncrementAndScaleForCategory(
if( bAutoMaximum && m_bExpandBorderToIncrementRhythm )
rExplicitScale.Maximum = EquidistantTickFactory::getMaximumAtIncrement( rExplicitScale.Maximum, rExplicitIncrement );
- //prevent performace killover
+ //prevent performance killover
double fDistanceCount = ::rtl::math::approxFloor( (rExplicitScale.Maximum-rExplicitScale.Minimum) / rExplicitIncrement.Distance );
if( static_cast< sal_Int32 >( fDistanceCount ) > MAXIMUM_MANUAL_INCREMENT_COUNT )
{
diff --git a/main/chart2/source/view/diagram/VDiagram.cxx b/main/chart2/source/view/diagram/VDiagram.cxx
index 752ed771be5..2931c51ddc1 100644
--- a/main/chart2/source/view/diagram/VDiagram.cxx
+++ b/main/chart2/source/view/diagram/VDiagram.cxx
@@ -613,8 +613,8 @@ void VDiagram::createShapes_3d()
//perspective
{
- //ignore distance and focal length from file format and model comcpletely
- //use vrp only to indicate the distance of the camera and thus influence the perspecitve
+ //ignore distance and focal length from file format and model completely
+ //use vrp only to indicate the distance of the camera and thus influence the perspective
xDestProp->setPropertyValue( C2U( UNO_NAME_3D_SCENE_DISTANCE ), uno::makeAny(
static_cast(ThreeDHelper::getCameraDistance( xSourceProp ))));
xDestProp->setPropertyValue( C2U( UNO_NAME_3D_SCENE_PERSPECTIVE ),
diff --git a/main/cppuhelper/source/component.cxx b/main/cppuhelper/source/component.cxx
index 60cf36961d0..38c2e2e71a3 100644
--- a/main/cppuhelper/source/component.cxx
+++ b/main/cppuhelper/source/component.cxx
@@ -146,10 +146,10 @@ void OComponentHelper::dispose()
{
// An frequently programming error is to release the last
// reference to this object in the disposing message.
- // Make it rubust, hold a self Reference.
+ // Make it robust, hold a self Reference.
Reference xSelf( this );
- // Guard dispose against multible threading
+ // Guard dispose against multiple threading
// Remark: It is an error to call dispose more than once
sal_Bool bDoDispose = sal_False;
{
diff --git a/main/cppuhelper/test/testpropshlp.cxx b/main/cppuhelper/test/testpropshlp.cxx
index d705bd41de2..65a9e6a8250 100644
--- a/main/cppuhelper/test/testpropshlp.cxx
+++ b/main/cppuhelper/test/testpropshlp.cxx
@@ -1146,7 +1146,7 @@ void test_PropertySetHelper()
OSL_ENSURE( pPS_L->nCount == pPS_L->nCurrent, "not all listeners called" );
- //vetoable exception with multible
+ //vetoable exception with multiple
szPN.getArray()[0] = OUString( RTL_CONSTASCII_USTRINGPARAM("INT16") );
szPN.getArray()[1] = OUString( RTL_CONSTASCII_USTRINGPARAM("INT16") );
pPS->nINT32 = 0;
diff --git a/main/dbaccess/source/core/api/preparedstatement.cxx b/main/dbaccess/source/core/api/preparedstatement.cxx
index e4254c0c00f..ea4228df320 100644
--- a/main/dbaccess/source/core/api/preparedstatement.cxx
+++ b/main/dbaccess/source/core/api/preparedstatement.cxx
@@ -150,7 +150,7 @@ Sequence< ::rtl::OUString > OPreparedStatement::getSupportedServiceNames( ) thr
{
Sequence< ::rtl::OUString > aSNS( 2 );
aSNS.getArray()[0] = SERVICE_SDBC_PREPAREDSTATEMENT;
- aSNS.getArray()[1] = SERVICE_SDB_PREPAREDSTATMENT;
+ aSNS.getArray()[1] = SERVICE_SDB_PREPAREDSTATEMENT;
return aSNS;
}
diff --git a/main/dbaccess/source/inc/stringconstants.hrc b/main/dbaccess/source/inc/stringconstants.hrc
index 377140f876f..320dc08b4c9 100644
--- a/main/dbaccess/source/inc/stringconstants.hrc
+++ b/main/dbaccess/source/inc/stringconstants.hrc
@@ -362,7 +362,7 @@ DECLARE_CONSTASCII_USTRING(SERVICE_SDB_DATABASECONTEXT);
DECLARE_CONSTASCII_USTRING(SERVICE_SDB_DATASOURCE);
DECLARE_CONSTASCII_USTRING(SERVICE_SDB_ROWSET);
DECLARE_CONSTASCII_USTRING(SERVICE_SDB_RESULTSET);
-DECLARE_CONSTASCII_USTRING(SERVICE_SDB_PREPAREDSTATMENT);
+DECLARE_CONSTASCII_USTRING(SERVICE_SDB_PREPAREDSTATEMENT);
DECLARE_CONSTASCII_USTRING(SERVICE_SDB_CALLABLESTATEMENT);
DECLARE_CONSTASCII_USTRING(SERVICE_SDB_SQLQUERYCOMPOSER);
DECLARE_CONSTASCII_USTRING(SERVICE_SDB_DATASETTINGS);
diff --git a/main/dbaccess/source/inc/stringconstants.inc b/main/dbaccess/source/inc/stringconstants.inc
index c735daafcae..7fd410a684f 100644
--- a/main/dbaccess/source/inc/stringconstants.inc
+++ b/main/dbaccess/source/inc/stringconstants.inc
@@ -202,7 +202,7 @@ IMPLEMENT_CONSTASCII_USTRING(SERVICE_SDB_DATABASECONTEXT, "com.sun.star.sdb.Data
IMPLEMENT_CONSTASCII_USTRING(SERVICE_SDB_DATASOURCE, "com.sun.star.sdb.DataSource");
IMPLEMENT_CONSTASCII_USTRING(SERVICE_SDB_RESULTSET, "com.sun.star.sdb.ResultSet");
IMPLEMENT_CONSTASCII_USTRING(SERVICE_SDB_ROWSET, "com.sun.star.sdb.RowSet");
-IMPLEMENT_CONSTASCII_USTRING(SERVICE_SDB_PREPAREDSTATMENT, "com.sun.star.sdb.PreparedStatement");
+IMPLEMENT_CONSTASCII_USTRING(SERVICE_SDB_PREPAREDSTATEMENT, "com.sun.star.sdb.PreparedStatement");
IMPLEMENT_CONSTASCII_USTRING(SERVICE_SDB_CALLABLESTATEMENT, "com.sun.star.sdbc.CallableStatement");
IMPLEMENT_CONSTASCII_USTRING(SERVICE_SDB_SQLQUERYCOMPOSER, "com.sun.star.sdb.SQLQueryComposer");
IMPLEMENT_CONSTASCII_USTRING(SERVICE_SDB_DATASETTINGS, "com.sun.star.sdb.DefinitionSettings");
diff --git a/main/dbaccess/source/ui/inc/DExport.hxx b/main/dbaccess/source/ui/inc/DExport.hxx
index db552ed17d7..11bea8618dc 100644
--- a/main/dbaccess/source/ui/inc/DExport.hxx
+++ b/main/dbaccess/source/ui/inc/DExport.hxx
@@ -171,7 +171,7 @@ namespace dbaui
void enableCheckOnly() { m_bCheckOnly = sal_True; }
sal_Bool isCheckEnabled() const { return m_bCheckOnly; }
- static ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XPreparedStatement > createPreparedStatment( const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XDatabaseMetaData>& _xMetaData
+ static ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XPreparedStatement > createPreparedStatement( const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XDatabaseMetaData>& _xMetaData
,const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>& _xDestTable
,const TPositions& _rvColumns);
};
diff --git a/main/dbaccess/source/ui/misc/DExport.cxx b/main/dbaccess/source/ui/misc/DExport.cxx
index 5566aaa8563..9c2641dc39c 100644
--- a/main/dbaccess/source/ui/misc/DExport.cxx
+++ b/main/dbaccess/source/ui/misc/DExport.cxx
@@ -700,7 +700,7 @@ sal_Bool ODatabaseExport::createRowSet()
{
RTL_LOGFILE_CONTEXT_AUTHOR( aLogger, "misc", "Ocke.Janssen@sun.com", "ODatabaseExport::createRowSet" );
DBG_CHKTHIS(ODatabaseExport,NULL);
- m_pUpdateHelper.reset(new OParameterUpdateHelper(createPreparedStatment(m_xConnection->getMetaData(),m_xTable,m_vColumns)));
+ m_pUpdateHelper.reset(new OParameterUpdateHelper(createPreparedStatement(m_xConnection->getMetaData(),m_xTable,m_vColumns)));
return m_pUpdateHelper.get() != NULL;
}
@@ -834,11 +834,11 @@ void ODatabaseExport::ensureFormatter()
}
}
// -----------------------------------------------------------------------------
-Reference< XPreparedStatement > ODatabaseExport::createPreparedStatment( const Reference& _xMetaData
+Reference< XPreparedStatement > ODatabaseExport::createPreparedStatement( const Reference& _xMetaData
,const Reference& _xDestTable
,const TPositions& _rvColumns)
{
- RTL_LOGFILE_CONTEXT_AUTHOR( aLogger, "misc", "Ocke.Janssen@sun.com", "ODatabaseExport::createPreparedStatment" );
+ RTL_LOGFILE_CONTEXT_AUTHOR( aLogger, "misc", "Ocke.Janssen@sun.com", "ODatabaseExport::createPreparedStatement" );
::rtl::OUString aSql(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("INSERT INTO ")));
::rtl::OUString sComposedTableName = ::dbtools::composeTableName( _xMetaData, _xDestTable, ::dbtools::eInDataManipulation, false, false, true );
diff --git a/main/dbaccess/source/ui/querydesign/QueryTableView.cxx b/main/dbaccess/source/ui/querydesign/QueryTableView.cxx
index 415769d86fc..64310186895 100644
--- a/main/dbaccess/source/ui/querydesign/QueryTableView.cxx
+++ b/main/dbaccess/source/ui/querydesign/QueryTableView.cxx
@@ -291,7 +291,7 @@ namespace
// don't create an Undo-Action for the new connection : the connection is
// covered by the Undo-Action for the tabwin, as the "Undo the insert" will
// automatically remove all connections adjacent to the win.
- // (Because of this automatism we would have an ownerhsip ambiguity for
+ // (Because of this automatism we would have an ownership ambiguity for
// the connection data if we would insert the conn-Undo-Action)
// FS - 21.10.99 - 69183
}
diff --git a/main/dbaccess/source/ui/uno/copytablewizard.cxx b/main/dbaccess/source/ui/uno/copytablewizard.cxx
index 4a615e4b084..bbb82d7c8a6 100644
--- a/main/dbaccess/source/ui/uno/copytablewizard.cxx
+++ b/main/dbaccess/source/ui/uno/copytablewizard.cxx
@@ -260,7 +260,7 @@ namespace dbaui
Effectively, this method extracts m_xSourceResultSet, m_aSourceSelection, and m_bSourceSelectionBookmarks.
- If an inconsistent/insufficent sub set of those properties is present in the descriptor, and exception
+ If an inconsistent/insufficient sub set of those properties is present in the descriptor, and exception
is thrown.
*/
void impl_extractSourceResultSet_throw(
@@ -630,7 +630,7 @@ namespace
/** tries to obtain the InteractionHandler associated with a given data source
If the data source is a sdb-level data source, it will have a DatabaseDocument associated
- with it. This doocument may have an InteractionHandler used while loading it.
+ with it. This document may have an InteractionHandler used while loading it.
@throws RuntimeException
if it occurs during invoking any of the data source's methods, or if any of the involved
@@ -1187,7 +1187,7 @@ void CopyTableWizard::impl_copyRows_throw( const Reference< XResultSet >& _rxSou
}
// now create, fill and execute the prepared statement
- Reference< XPreparedStatement > xStatement( ODatabaseExport::createPreparedStatment( xDestMetaData, _rxDestTable, aColumnMapping ), UNO_SET_THROW );
+ Reference< XPreparedStatement > xStatement( ODatabaseExport::createPreparedStatement( xDestMetaData, _rxDestTable, aColumnMapping ), UNO_SET_THROW );
Reference< XParameters > xStatementParams( xStatement, UNO_QUERY_THROW );
const bool bSelectedRecordsOnly = m_aSourceSelection.getLength() != 0;
diff --git a/main/fpicker/source/win32/filepicker/controlcommand.hxx b/main/fpicker/source/win32/filepicker/controlcommand.hxx
index e1497bc6b83..80f042d959b 100644
--- a/main/fpicker/source/win32/filepicker/controlcommand.hxx
+++ b/main/fpicker/source/win32/filepicker/controlcommand.hxx
@@ -59,7 +59,7 @@ public:
// clients of this method should use the returned
// pointer only temporary because it's not ref-counted
- // and the ownerhsip belongs to this instance
+ // and the ownership belongs to this instance
CControlCommand* SAL_CALL getNextCommand( ) const;
// transfers the ownership to this class
diff --git a/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Installer/LinuxInstaller.java b/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Installer/LinuxInstaller.java
index 541a0129f44..3f8e05f0593 100644
--- a/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Installer/LinuxInstaller.java
+++ b/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Installer/LinuxInstaller.java
@@ -179,7 +179,7 @@ public void installPackage(PackageDescription packageData) {
}
// Some packages have to be installed with parameter "--force", if the link "/usr/bin/soffice"
- // already exists. These pacakges return true with methode "useForce()".
+ // already exists. These packages return true with methode "useForce()".
boolean useForce = false;
if ( packageData.useForce() ) {
File sofficeLink = new File("/usr/bin/soffice");
diff --git a/main/odk/examples/DevelopersGuide/Charts/Makefile b/main/odk/examples/DevelopersGuide/Charts/Makefile
index ae05de63bd5..dbcad8b1252 100644
--- a/main/odk/examples/DevelopersGuide/Charts/Makefile
+++ b/main/odk/examples/DevelopersGuide/Charts/Makefile
@@ -125,7 +125,7 @@ $(SAMPLE_CLASS_OUT)/%/manifest.xml :
@echo $(SQM) $(SQM)manifest:full-path="$(QM)$(COMP_COMPONENTS)$(QM)"/$(CSEP)>> $@
@echo $(OSEP)/manifest:manifest$(CSEP) >> $@
-# rule for component pacakge file
+# rule for component package file
$(COMP_PACKAGE) : $(COMP_JAR) $(COMP_UNOPKG_MANIFEST) $(COMP_COMPONENTS)
-$(DEL) $(subst \\,\,$(subst /,$(PS),$@))
-$(MKDIR) $(subst /,$(PS),$(@D))
diff --git a/main/odk/examples/DevelopersGuide/Components/JavaComponent/Makefile b/main/odk/examples/DevelopersGuide/Components/JavaComponent/Makefile
index 431fdb4f4e5..cfbe61c3223 100644
--- a/main/odk/examples/DevelopersGuide/Components/JavaComponent/Makefile
+++ b/main/odk/examples/DevelopersGuide/Components/JavaComponent/Makefile
@@ -144,7 +144,7 @@ $(OUT_COMP_CLASS)/%/manifest.xml :
@echo $(SQM) $(SQM)manifest:full-path="$(QM)$(COMP_COMPONENTS)$(QM)"/$(CSEP)>> $@
@echo $(OSEP)/manifest:manifest$(CSEP) >> $@
-# rule for component pacakge file
+# rule for component package file
$(COMP_PACKAGE) : $(COMP_RDB) $(COMP_JAR) $(COMP_UNOPKG_MANIFEST) $(COMP_COMPONENTS)
-$(DEL) $(subst \\,\,$(subst /,$(PS),$@))
-$(MKDIR) $(subst /,$(PS),$(@D))
diff --git a/main/offapi/com/sun/star/sdb/tools/XObjectNames.idl b/main/offapi/com/sun/star/sdb/tools/XObjectNames.idl
index 853993872b0..3af70bc30fe 100644
--- a/main/offapi/com/sun/star/sdb/tools/XObjectNames.idl
+++ b/main/offapi/com/sun/star/sdb/tools/XObjectNames.idl
@@ -47,7 +47,7 @@ module com { module sun { module star { module sdb { module tools {
For instance, it can validate names against
the characters allowed in the object names of a connection. Also, it
relieves you from caring whether a database supports queries in a SELECT
- statment's FROM part (known as "queries in queries"). In such
+ statement's FROM part (known as "queries in queries"). In such
databases, query and table names share a common namespace, thus they must be
unique. Using this interface, you can easily ensure this uniqueness.
@@ -55,7 +55,7 @@ module com { module sun { module star { module sdb { module tools {
thus it entry point for obtaining it is a Connection
service.
- The component itself does not have life-time control mechanimns, i.e. you
+
The component itself does not have life-time control mechanisms, i.e. you
cannot explicitly dispose it (XComponent::dispose),
and you cannot be notified when it dies.
However, if your try to access any of its methods or attributes, after the
diff --git a/main/postprocess/signing/signing.pl b/main/postprocess/signing/signing.pl
index 4653d033ddc..0d07dbfafda 100644
--- a/main/postprocess/signing/signing.pl
+++ b/main/postprocess/signing/signing.pl
@@ -178,7 +178,7 @@ sub sign_files #09.07.2007 10:36
$commandline_base = $signtool . " " . "-f $opt_pfxfile -p $opt_pass -t $opt_timestamp_url";
# Here switch between:
- # one command line for muliple files (all doesn't work, too much) / for each file one command line
+ # one command line for multiple files (all doesn't work, too much) / for each file one command line
if ( $max_files > 1 ) {
exec_multi_sign($files_to_sign, $commandline_base);
} else
diff --git a/main/sal/osl/w32/interlck.c b/main/sal/osl/w32/interlck.c
index cbb0031a6cb..98f8cf2ffa3 100644
--- a/main/sal/osl/w32/interlck.c
+++ b/main/sal/osl/w32/interlck.c
@@ -28,12 +28,12 @@
extern int osl_isSingleCPU;
-/* For all Intel x86 above x486 we use a spezial inline assembler implementation.
+/* For all Intel x86 above x486 we use a special inline assembler implementation.
The main reason is that WIN9? does not return the result of the operation.
Instead there is only returned a value greater than zero is the increment
result is greater than zero, but not the result of the addition.
For Windows NT the native function could be used, because the correct result
- is returned. Because of simpler code maintenance and performace reasons we use
+ is returned. Because of simpler code maintenance and performance reasons we use
on every x86-Windows-Platform the inline assembler implementation.
*/
diff --git a/main/scripting/source/provider/MasterScriptProvider.cxx b/main/scripting/source/provider/MasterScriptProvider.cxx
index 83bb2ec8876..0856af7c1b7 100644
--- a/main/scripting/source/provider/MasterScriptProvider.cxx
+++ b/main/scripting/source/provider/MasterScriptProvider.cxx
@@ -319,7 +319,7 @@ throw ( provider::ScriptFrameworkErrorException,
// for languages other than basic, scripts located in uno packages
// are merged into the user/share location context.
// For other languages the location attribute in script url has the form
- // location = [user|share]:uno_packages or location :uno_pacakges/xxxx.uno.pkg
+ // location = [user|share]:uno_packages or location :uno_packages/xxxx.uno.pkg
// we need to extract the value of location part from the
// location attribute of the script, if the script is located in an
// uno package then that is the location part up to and including
@@ -554,7 +554,7 @@ MasterScriptProvider::insertByName( const ::rtl::OUString& aName, const Any& aEl
throw lang::IllegalArgumentException( OUSTR("Name not set!!"),
Reference < XInterface > (), 1 );
}
- // TODO for library pacakge parse the language, for the moment will try
+ // TODO for library package parse the language, for the moment will try
// to get each provider to process the new Package, the first one the succeeds
// will terminate processing
if ( !providerCache() )
@@ -628,7 +628,7 @@ MasterScriptProvider::removeByName( const ::rtl::OUString& Name ) throw ( contai
throw lang::IllegalArgumentException( OUSTR("Name not set!!"),
Reference < XInterface > (), 1 );
}
- // TODO for Script library pacakge url parse the language,
+ // TODO for Script library package url parse the language,
// for the moment will just try to get each provider to process remove/revoke
// request, the first one the succeeds will terminate processing
@@ -733,7 +733,7 @@ MasterScriptProvider::hasByName( const ::rtl::OUString& aName ) throw (RuntimeEx
throw lang::IllegalArgumentException( OUSTR("Name not set!!"),
Reference < XInterface > (), 1 );
}
- // TODO for Script library pacakge url parse the language,
+ // TODO for Script library package url parse the language,
// for the moment will just try to get each provider to see if the
// package exists in any provider, first one that succeed will
// terminate the loop
diff --git a/main/sdext/source/pdfimport/tree/writertreevisiting.cxx b/main/sdext/source/pdfimport/tree/writertreevisiting.cxx
index 8bee060eb15..f5f5330439a 100644
--- a/main/sdext/source/pdfimport/tree/writertreevisiting.cxx
+++ b/main/sdext/source/pdfimport/tree/writertreevisiting.cxx
@@ -655,8 +655,8 @@ void WriterXmlOptimizer::visit( PageElement& elem, const std::list< Element* >::
void WriterXmlOptimizer::checkHeaderAndFooter( PageElement& rElem )
{
/* indicators for a header:
- * - single line paragrah at top of page ( inside 15% page height)
- * - at least linheight above the next paragr aph
+ * - single line paragraph at top of page ( inside 15% page height)
+ * - at least lineheight above the next paragraph
*
* indicators for a footer likewise:
* - single line paragraph at bottom of page (inside 15% page height)
diff --git a/main/sfx2/inc/macro.hxx b/main/sfx2/inc/macro.hxx
index 0ce0dea985f..49479e6e9a4 100644
--- a/main/sfx2/inc/macro.hxx
+++ b/main/sfx2/inc/macro.hxx
@@ -66,7 +66,7 @@ public:
sal_Bool bRequestDone,
::com::sun::star::uno::Sequence < ::com::sun::star::beans::PropertyValue >& aArgs );
- SfxMacroStatement( const String &rStatment );
+ SfxMacroStatement( const String &rStatement );
~SfxMacroStatement();
sal_uInt16 GetSlotId() const;
diff --git a/main/sfx2/source/dialog/mailmodel.cxx b/main/sfx2/source/dialog/mailmodel.cxx
index 775328b1a5a..094e0070a04 100644
--- a/main/sfx2/source/dialog/mailmodel.cxx
+++ b/main/sfx2/source/dialog/mailmodel.cxx
@@ -661,7 +661,7 @@ SfxMailModel::SaveResult SfxMailModel::SaveDocumentAsFormat(
}
}
- //check if this is the pdf otput filter (i#64555)
+ //check if this is the pdf output filter (i#64555)
if( bSendAsPDF )
{
SaveResult eShowPDFFilterDialog = ShowFilterOptionsDialog(
diff --git a/main/svtools/source/svrtf/svparser.cxx b/main/svtools/source/svrtf/svparser.cxx
index 33a8652359a..b2e922f9118 100644
--- a/main/svtools/source/svrtf/svparser.cxx
+++ b/main/svtools/source/svrtf/svparser.cxx
@@ -183,7 +183,7 @@ sal_Unicode SvParser::GetNextChar()
{
sal_Unicode c = 0U;
- // When reading muliple bytes, we don't have to care about the file
+ // When reading multiple bytes, we don't have to care about the file
// position when we run inti the pending state. The file position is
// maintained by SaveState/RestoreState.
sal_Bool bErr;
diff --git a/main/svx/source/unodraw/unoshcol.cxx b/main/svx/source/unodraw/unoshcol.cxx
index a7cfa5df8dd..b0b04c41e88 100644
--- a/main/svx/source/unodraw/unoshcol.cxx
+++ b/main/svx/source/unodraw/unoshcol.cxx
@@ -103,10 +103,10 @@ void SvxShapeCollection::dispose()
{
// An frequently programming error is to release the last
// reference to this object in the disposing message.
- // Make it rubust, hold a self Reference.
+ // Make it robust, hold a self Reference.
uno::Reference< lang::XComponent > xSelf( this );
- // Guard dispose against multible threading
+ // Guard dispose against multiple threading
// Remark: It is an error to call dispose more than once
sal_Bool bDoDispose = sal_False;
{
diff --git a/main/sw/source/core/layout/trvlfrm.cxx b/main/sw/source/core/layout/trvlfrm.cxx
index 3583f2e2590..405d2f154ca 100644
--- a/main/sw/source/core/layout/trvlfrm.cxx
+++ b/main/sw/source/core/layout/trvlfrm.cxx
@@ -1585,7 +1585,7 @@ Point SwRootFrm::GetPagePos( sal_uInt16 nPageNum ) const
return pPage->Frm().Pos();
}
-/** get page frame by phyiscal page number
+/** get page frame by physical page number
OD 14.01.2003 #103492#
diff --git a/main/sw/source/filter/ww8/ww8atr.cxx b/main/sw/source/filter/ww8/ww8atr.cxx
index 34cefe79f70..80e4740afe5 100644
--- a/main/sw/source/filter/ww8/ww8atr.cxx
+++ b/main/sw/source/filter/ww8/ww8atr.cxx
@@ -2255,7 +2255,7 @@ void AttributeOutputBase::StartTOX( const SwSection& rSect )
//\t option
if( nMaxMSAutoEvaluate < nTOXLvl )
{
- // collect this templates into the \t otion
+ // collect this templates into the \t option
for( n = rColls.Count(); n;)
{
const SwTxtFmtColl* pColl = rColls[ --n ];
diff --git a/main/sw/source/ui/shells/textsh1.cxx b/main/sw/source/ui/shells/textsh1.cxx
index 4f13672dd9c..ea4726025f1 100644
--- a/main/sw/source/ui/shells/textsh1.cxx
+++ b/main/sw/source/ui/shells/textsh1.cxx
@@ -1558,7 +1558,7 @@ void SwTextShell::GetState( SfxItemSet &rSet )
case SID_DEC_INDENT:
case SID_INC_INDENT:
{
- //if the paragrah has bullet we'll do the following things:
+ //if the paragraph has bullet we'll do the following things:
//1: if the bullet level is the first level, disable the decrease-indent button
//2: if the bullet level is the last level, disable the increase-indent button
if ( rSh.GetNumRuleAtCurrCrsrPos() && !rSh.HasReadonlySel() )
diff --git a/main/ucbhelper/inc/ucbhelper/simpleauthenticationrequest.hxx b/main/ucbhelper/inc/ucbhelper/simpleauthenticationrequest.hxx
index 9c870b54a77..eb03474e26b 100644
--- a/main/ucbhelper/inc/ucbhelper/simpleauthenticationrequest.hxx
+++ b/main/ucbhelper/inc/ucbhelper/simpleauthenticationrequest.hxx
@@ -110,8 +110,8 @@ public:
* a previous try).
* @param rAccount contains an account, if applicable.
* @param bAllowPersistentStoring specifies if the credentials should
- * be stored in the passowrd container persistently
- * @param bAllowUseSystemCredntials specifies if requesting client is
+ * be stored in the password container persistently
+ * @param bAllowUseSystemCredentials specifies if requesting client is
* able to obtain and use system credentials for authentication
*/
SimpleAuthenticationRequest( const rtl::OUString & rURL,
@@ -175,8 +175,8 @@ public:
modifiable.
* @param rAccount contains an account, if applicable.
* @param bAllowPersistentStoring specifies if the credentials should
- * be stored in the passowrd container persistently
- * @param bAllowUseSystemCredntials specifies if requesting client is
+ * be stored in the password container persistently
+ * @param bAllowUseSystemCredentials specifies if requesting client is
* able to obtain and use system credentials for authentication
*/
SimpleAuthenticationRequest( const rtl::OUString & rURL,
diff --git a/main/udkapi/com/sun/star/security/AccessControlException.idl b/main/udkapi/com/sun/star/security/AccessControlException.idl
index d7316aa8811..799955bb0a0 100644
--- a/main/udkapi/com/sun/star/security/AccessControlException.idl
+++ b/main/udkapi/com/sun/star/security/AccessControlException.idl
@@ -44,7 +44,7 @@ published exception AccessControlException : com::sun::star::uno::SecurityExcept
@attention
If it is the case, that XAccessController::checkPermission() was called
- passing a sequence< any >, i.e. a sequence of paermissions are demanded,
+ passing a sequence< any >, i.e. a sequence of permissions are demanded,
then this any holds the sequence of lacking permissions in the same
order as they were passed to XAccessController::checkPermission().
*/
diff --git a/main/vcl/source/gdi/gdimetafiletools.cxx b/main/vcl/source/gdi/gdimetafiletools.cxx
index c81e91e7205..744806f2a20 100644
--- a/main/vcl/source/gdi/gdimetafiletools.cxx
+++ b/main/vcl/source/gdi/gdimetafiletools.cxx
@@ -874,7 +874,7 @@ void clipMetafileContentAgainstOwnRegions(GDIMetaFile& rSource)
if(COMPARE_EQUAL == rComment.CompareIgnoreCaseToAscii("XGRAD_SEQ_BEGIN"))
{
// nothing to do; this just means that between here and XGRAD_SEQ_END
- // exists a META_GRADIENTEX_ACTION mixed with Xor-tricked painiting
+ // exists a META_GRADIENTEX_ACTION mixed with Xor-tricked painting
// commands. This comment is used to scan over these and filter for
// the gradient action. It is needed to support META_GRADIENTEX_ACTION
// in this processor to solve usages.
diff --git a/main/writerfilter/source/ooxml/model.xml b/main/writerfilter/source/ooxml/model.xml
index 8b1753719a3..dee1b7ca116 100644
--- a/main/writerfilter/source/ooxml/model.xml
+++ b/main/writerfilter/source/ooxml/model.xml
@@ -16111,7 +16111,7 @@
- Range Permision Editing Group
+ Range Permission Editing Group
none
diff --git a/main/xmerge/java/aportisdoc/src/main/java/org/openoffice/xmerge/converter/xml/sxw/aportisdoc/DocumentMergerImpl.java b/main/xmerge/java/aportisdoc/src/main/java/org/openoffice/xmerge/converter/xml/sxw/aportisdoc/DocumentMergerImpl.java
index fc4a13c2622..7e63f86dda0 100644
--- a/main/xmerge/java/aportisdoc/src/main/java/org/openoffice/xmerge/converter/xml/sxw/aportisdoc/DocumentMergerImpl.java
+++ b/main/xmerge/java/aportisdoc/src/main/java/org/openoffice/xmerge/converter/xml/sxw/aportisdoc/DocumentMergerImpl.java
@@ -69,7 +69,7 @@ public void merge(org.openoffice.xmerge.Document modifiedDoc) throws MergeExcept
DiffAlgorithm diffAlgo = new IteratorLCSAlgorithm();
- // find out the paragrah level diffs
+ // find out the paragraph level diffs
Difference[] diffTable = diffAlgo.computeDiffs(i1, i2);
if (Debug.isFlagSet(Debug.INFO)) {
diff --git a/main/xmerge/java/pocketword/src/main/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/DocumentMergerImpl.java b/main/xmerge/java/pocketword/src/main/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/DocumentMergerImpl.java
index 50889eb7360..7a3a2ee3afb 100644
--- a/main/xmerge/java/pocketword/src/main/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/DocumentMergerImpl.java
+++ b/main/xmerge/java/pocketword/src/main/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/DocumentMergerImpl.java
@@ -69,7 +69,7 @@ public void merge(org.openoffice.xmerge.Document modifiedDoc) throws MergeExcept
DiffAlgorithm diffAlgo = new IteratorLCSAlgorithm();
- // find out the paragrah level diffs
+ // find out the paragraph level diffs
Difference[] diffTable = diffAlgo.computeDiffs(i1, i2);
if (Debug.isFlagSet(Debug.INFO)) {
diff --git a/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/DocumentMergerImpl.java b/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/DocumentMergerImpl.java
index 2c3bca01b2e..4cd1cc3aef8 100644
--- a/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/DocumentMergerImpl.java
+++ b/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/DocumentMergerImpl.java
@@ -96,14 +96,14 @@ public void merge(Document modifiedDoc) throws MergeException {
if (matchingWorkSheet != null) {
// need to put it into a row Iterator
- // use a straight comparsion algorithm then do a merge on it
+ // use a straight comparison algorithm then do a merge on it
Iterator i1 = new RowIterator(cc_, workSheet);
Iterator i2 = new RowIterator(cc_, matchingWorkSheet);
// find out the diff
DiffAlgorithm diffAlgo = new IteratorRowCompare();
- // find out the paragrah level diffs
+ // find out the paragraph level diffs
Difference[] diffResult = diffAlgo.computeDiffs(i1, i2);
if (Debug.isFlagSet(Debug.INFO)) {
diff --git a/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/xslt/DocumentMergerImpl.java b/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/xslt/DocumentMergerImpl.java
index c6590eae709..bcab1bc1117 100644
--- a/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/xslt/DocumentMergerImpl.java
+++ b/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/xslt/DocumentMergerImpl.java
@@ -69,7 +69,7 @@ public void merge(org.openoffice.xmerge.Document modifiedDoc) throws MergeExcept
DiffAlgorithm diffAlgo = new IteratorLCSAlgorithm();
- // find out the paragrah level diffs
+ // find out the paragraph level diffs
Difference[] diffTable = diffAlgo.computeDiffs(i1, i2);
if (Debug.isFlagSet(Debug.INFO)) {
diff --git a/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/DocumentMergerImpl.java b/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/DocumentMergerImpl.java
index e54b433c635..b4f328e293c 100644
--- a/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/DocumentMergerImpl.java
+++ b/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/DocumentMergerImpl.java
@@ -71,7 +71,7 @@ public void merge(org.openoffice.xmerge.Document modifiedDoc) throws MergeExcept
DiffAlgorithm diffAlgo = new IteratorLCSAlgorithm();
- // find out the paragrah level diffs
+ // find out the paragraph level diffs
Difference[] diffTable = diffAlgo.computeDiffs(i1, i2);
if (Debug.isFlagSet(Debug.INFO)) {
diff --git a/main/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx b/main/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx
index 4b4a47b3661..aba8e0b1a5c 100644
--- a/main/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx
+++ b/main/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx
@@ -510,13 +510,13 @@ sal_Int32 XMLDocumentWrapper_XmlSecImpl::recursiveDelete(
/****** XMLDocumentWrapper_XmlSecImpl/recursiveDelete *************************
*
* NAME
- * recursiveDelete -- Deletes a paticular node with its branch.
+ * recursiveDelete -- Deletes a particular node with its branch.
*
* SYNOPSIS
* result = recursiveDelete(pNode);
*
* FUNCTION
- * Deletes a paticular node with its branch, while reserving the nodes
+ * Deletes a particular node with its branch, while reserving the nodes
* (and their brance) listed in the m_aReservedNodes.
* The deletion process is preformed in the tree order, that is, a node
* is deleted after its previous sibling node is deleted, a parent node
From 156d5701d4ed7b001a6a90546afebb7deb564869 Mon Sep 17 00:00:00 2001
From: John Bampton
Date: Tue, 18 Nov 2025 14:02:00 +1000
Subject: [PATCH 2/2] Regenerate ignored words list codespell.txt
---
.github/linters/codespell.txt | 18 ------------------
1 file changed, 18 deletions(-)
diff --git a/.github/linters/codespell.txt b/.github/linters/codespell.txt
index 763aaec29e7..98d1c6edbcd 100644
--- a/.github/linters/codespell.txt
+++ b/.github/linters/codespell.txt
@@ -816,7 +816,6 @@ donot
do'nt
dont'
dont't
-doocument
dosn't
dosposing
dota
@@ -1431,7 +1430,6 @@ insterad
instrction
instread
instrospection
-insufficent
insuffiency
intalled
intance
@@ -1574,7 +1572,6 @@ lightyear
ligth
lik
likeley
-linheight
linke
linkes
lins
@@ -1694,7 +1691,6 @@ mouvements
movebackwrd
mudule
muext
-muliple
multible
multipe
multipl
@@ -1826,8 +1822,6 @@ orignal
ot
otains
otation
-otion
-otput
otu
oultinenodes
ource
@@ -1855,23 +1849,17 @@ ovrridables
ovveride
ower
ownder
-ownerhsip
ownes
oyu
-pacakge
-pacakges
paches
packe
padd
-paermissions
paeth
pagent
-painiting
paintin
pakageimpl
pallette
paoition
-paragrah
paragraphy
paragrph
paramenter
@@ -1899,13 +1887,11 @@ partion
partitially
pary
pash
-passowrd
passt
passtrough
pasword
patchs
pathes
-paticular
patter
pattrns
pecifies
@@ -1915,24 +1901,20 @@ pepare
perfectably
perfom
perfomed
-performace
performes
performin
periode
perisist
-permision
permited
permssion
peroendicular
persistance
persistant
-perspecitve
pervious
pevent
pevents
pezier
phillippines
-phyiscal
pich
pinter
pitmap