This is an automated email from the ASF dual-hosted git repository. mseidel pushed a commit to branch AOO42X in repository https://gitbox.apache.org/repos/asf/openoffice.git
commit 5e7ca3f4eb7cfb705dc14c9a95878e33046f1481 Author: John Bampton <jbamp...@users.noreply.github.com> AuthorDate: Mon Jan 27 03:17:27 2025 +1000 Fix spelling (#257) * Fix spelling * Update ignored words list (cherry picked from commit b9340647103361bb783037688f29b3ea043425c1) --- .../registry/schema/org/openoffice/Office/ReportDesign.xcs | 2 +- main/sc/source/filter/inc/xiescher.hxx | 2 +- main/sd/source/ui/view/Outliner.cxx | 4 ++-- main/sfx2/source/dialog/filedlghelper.cxx | 2 +- main/ucbhelper/inc/ucbhelper/interceptedinteraction.hxx | 2 +- main/wizards/com/sun/star/wizards/agenda/AgendaTemplate.java | 2 +- .../xmerge/converter/xml/sxw/pocketword/PocketWordConstants.java | 2 +- main/xmlsecurity/tools/standalone/csfit/certmngr.cxx | 2 +- main/xmlsecurity/tools/standalone/mscsfit/certmngr.cxx | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/main/reportbuilder/registry/schema/org/openoffice/Office/ReportDesign.xcs b/main/reportbuilder/registry/schema/org/openoffice/Office/ReportDesign.xcs index 660f0c71b6..50b47b4462 100644 --- a/main/reportbuilder/registry/schema/org/openoffice/Office/ReportDesign.xcs +++ b/main/reportbuilder/registry/schema/org/openoffice/Office/ReportDesign.xcs @@ -24,7 +24,7 @@ <oor:component-schema oor:name="ReportDesign" oor:package="org.openoffice.Office" xml:lang="en-US" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <info> <author>OJ</author> - <desc>Contains informatation of report design.</desc> + <desc>Contains information of report design.</desc> </info> <component> <group oor:name="PropertyBrowser"> diff --git a/main/sc/source/filter/inc/xiescher.hxx b/main/sc/source/filter/inc/xiescher.hxx index 88449d4b88..ce0dfb33f6 100644 --- a/main/sc/source/filter/inc/xiescher.hxx +++ b/main/sc/source/filter/inc/xiescher.hxx @@ -923,7 +923,7 @@ public: /** Inserts information about a new SdrObject. */ void InsertSdrObjectInfo( SdrObject& rSdrObj, sal_uInt32 nDffShapeId, sal_uInt32 nDffFlags ); - /** Removes inforamtion of an SdrObject (and all child objects if it is a group). */ + /** Removes information of an SdrObject (and all child objects if it is a group). */ void RemoveSdrObjectInfo( SdrObject& rSdrObj ); /** Inserts the SdrObject pointers into all connector rules. */ diff --git a/main/sd/source/ui/view/Outliner.cxx b/main/sd/source/ui/view/Outliner.cxx index 2f230e0baa..f72189728d 100644 --- a/main/sd/source/ui/view/Outliner.cxx +++ b/main/sd/source/ui/view/Outliner.cxx @@ -105,7 +105,7 @@ public: /** Provide in the member mpOutlineView an instance of OutlinerView that is either taken from the ViewShell, when it is an OutlineViewShell, - or is created. When an OutlinerView already exists it is initialied. + or is created. When an OutlinerView already exists it is initialized. */ void ProvideOutlinerView ( Outliner& rOutliner, @@ -926,7 +926,7 @@ void Outliner::RememberStartPosition (void) void Outliner::RestoreStartPosition (void) { bool bRestore = true; - // Take a negative start page index as inidicator that restoring the + // Take a negative start page index as indicator that restoring the // start position is not requested. if (mnStartPageIndex == (sal_uInt16)-1 ) bRestore = false; diff --git a/main/sfx2/source/dialog/filedlghelper.cxx b/main/sfx2/source/dialog/filedlghelper.cxx index f1b3fa18a4..cf111995c3 100644 --- a/main/sfx2/source/dialog/filedlghelper.cxx +++ b/main/sfx2/source/dialog/filedlghelper.cxx @@ -560,7 +560,7 @@ void FileDialogHelper_Impl::enablePasswordBox( sal_Bool bInit ) if( bInit ) { - // in case of inintialization previous state is not interesting + // in case of initialization previous state is not interesting if( mbIsPwdEnabled ) { uno::Reference< XFilePickerControlAccess > xCtrlAccess( mxFileDlg, UNO_QUERY ); diff --git a/main/ucbhelper/inc/ucbhelper/interceptedinteraction.hxx b/main/ucbhelper/inc/ucbhelper/interceptedinteraction.hxx index b97b347c00..649ae83357 100644 --- a/main/ucbhelper/inc/ucbhelper/interceptedinteraction.hxx +++ b/main/ucbhelper/inc/ucbhelper/interceptedinteraction.hxx @@ -336,7 +336,7 @@ class UCBHELPER_DLLPUBLIC InterceptedInteraction : public ::cppu::WeakImplHelper @param xRequest the interaction request, which should be intercepted. - @return A identifier, which inidicates if the request was intercepted, + @return A identifier, which indicates if the request was intercepted, the continuation was found and selected ... or not. */ UCBHELPER_DLLPRIVATE EInterceptionState impl_interceptRequest(const ::com::sun::star::uno::Reference< ::com::sun::star::task::XInteractionRequest >& xRequest); diff --git a/main/wizards/com/sun/star/wizards/agenda/AgendaTemplate.java b/main/wizards/com/sun/star/wizards/agenda/AgendaTemplate.java index 8b69f43203..974dea8eb6 100644 --- a/main/wizards/com/sun/star/wizards/agenda/AgendaTemplate.java +++ b/main/wizards/com/sun/star/wizards/agenda/AgendaTemplate.java @@ -591,7 +591,7 @@ public class AgendaTemplate extends TextDocument implements TemplateConsts, Data catch (Exception ex) { ex.printStackTrace(); - throw new IllegalArgumentException("Fatal Error while initialilzing Template: items table in section " + sections[i]); + throw new IllegalArgumentException("Fatal Error while initializing Template: items table in section " + sections[i]); } } diff --git a/main/xmerge/java/pocketword/src/main/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/PocketWordConstants.java b/main/xmerge/java/pocketword/src/main/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/PocketWordConstants.java index 7ad3b2cfdc..2f294e64d2 100644 --- a/main/xmerge/java/pocketword/src/main/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/PocketWordConstants.java +++ b/main/xmerge/java/pocketword/src/main/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/PocketWordConstants.java @@ -51,7 +51,7 @@ public interface PocketWordConstants { */ public static final byte FORMATTING_TAG = (byte)0xE0; - /** Font specification tag. The two bytes following inidicate which font. */ + /** Font specification tag. The two bytes following indicate which font. */ public static final byte FONT_TAG = (byte)0xE5; /** Font size tag. The two bytes following specify font size in points. */ diff --git a/main/xmlsecurity/tools/standalone/csfit/certmngr.cxx b/main/xmlsecurity/tools/standalone/csfit/certmngr.cxx index 2f66422118..0e01e3534c 100644 --- a/main/xmlsecurity/tools/standalone/csfit/certmngr.cxx +++ b/main/xmlsecurity/tools/standalone/csfit/certmngr.cxx @@ -137,7 +137,7 @@ int SAL_CALL main( int argc, char **argv ) Sequence < Reference< XCertificate > > xPersonalCerts = pSecEnv->getPersonalCertificates() ; Sequence < Reference< XCertificate > > xCertPath ; for( int i = 0; i < xPersonalCerts.getLength(); i ++ ) { - //Print the certificate infomation. + //Print the certificate information. fprintf( stdout, "\nPersonal Certificate Info\n" ) ; fprintf( stdout, "\tCertificate Issuer[%s]\n", OUStringToOString( xPersonalCerts[i]->getIssuerName(), RTL_TEXTENCODING_ASCII_US ).getStr() ) ; fprintf( stdout, "\tCertificate Serial Number[%s]\n", OUStringToOString( bigIntegerToNumericString( xPersonalCerts[i]->getSerialNumber() ), RTL_TEXTENCODING_ASCII_US ).getStr() ) ; diff --git a/main/xmlsecurity/tools/standalone/mscsfit/certmngr.cxx b/main/xmlsecurity/tools/standalone/mscsfit/certmngr.cxx index f4c8f6d98e..adeda173ed 100644 --- a/main/xmlsecurity/tools/standalone/mscsfit/certmngr.cxx +++ b/main/xmlsecurity/tools/standalone/mscsfit/certmngr.cxx @@ -127,7 +127,7 @@ int SAL_CALL main( int argc, char **argv ) Sequence < Reference< XCertificate > > xCertPath ; for( int i = 0; i < xPersonalCerts.getLength(); i ++ ) { - //Print the certificate infomation. + //Print the certificate information. fprintf( stdout, "\nPersonal Certificate Info\n" ) ; fprintf( stdout, "\tCertificate Issuer[%s]\n", OUStringToOString( xPersonalCerts[i]->getIssuerName(), RTL_TEXTENCODING_ASCII_US ).getStr() ) ; fprintf( stdout, "\tCertificate Serial Number[%s]\n", OUStringToOString( bigIntegerToNumericString( xPersonalCerts[i]->getSerialNumber() ), RTL_TEXTENCODING_ASCII_US ).getStr() ) ;