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 f3f8b83fb3db53c3cafcf89f803dfd104ee853a8 Author: John Bampton <jbamp...@gmail.com> AuthorDate: Sun Feb 9 01:40:09 2025 +1000 Fix spelling (cherry picked from commit bd9c95dee0d38ae08805745e70eba3992924d4f5) --- main/chart2/source/controller/main/ChartFrameloader.cxx | 2 +- main/cli_ure/qa/climaker/climaker.cs | 2 +- main/dbaccess/source/ui/browser/brwctrlr.cxx | 2 +- main/filter/inc/filter/msfilter/escherex.hxx | 2 +- main/framework/inc/dispatch/basedispatcher.hxx | 2 +- main/framework/source/fwe/dispatch/interaction.cxx | 2 +- main/idlc/source/parser.y | 2 +- main/sal/inc/osl/socket_decl.hxx | 4 ++-- main/sc/source/ui/vba/vbaapplication.cxx | 2 +- main/sd/source/ui/inc/AccessibleDrawDocumentView.hxx | 4 ++-- main/svx/inc/svx/AccessibleShape.hxx | 2 +- main/swext/mediawiki/src/com/sun/star/wiki/Settings.java | 2 +- main/xmloff/source/text/XMLChangeImportContext.hxx | 2 +- 13 files changed, 15 insertions(+), 15 deletions(-) diff --git a/main/chart2/source/controller/main/ChartFrameloader.cxx b/main/chart2/source/controller/main/ChartFrameloader.cxx index 592087d568..d9455f4cdc 100644 --- a/main/chart2/source/controller/main/ChartFrameloader.cxx +++ b/main/chart2/source/controller/main/ChartFrameloader.cxx @@ -123,7 +123,7 @@ APPHELPER_XSERVICEINFO_IMPL(ChartFrameLoader,CHART_FRAMELOADER_SERVICE_IMPLEMENT , uno::UNO_QUERY ); //!!!it is a special characteristic of the example application - //that the controller simultaniously provides the XWindow controller functionality + //that the controller simultaneously provides the XWindow controller functionality xComponentWindow = uno::Reference< awt::XWindow >( xController, uno::UNO_QUERY ); diff --git a/main/cli_ure/qa/climaker/climaker.cs b/main/cli_ure/qa/climaker/climaker.cs index f5197355fd..10e68c21a8 100644 --- a/main/cli_ure/qa/climaker/climaker.cs +++ b/main/cli_ure/qa/climaker/climaker.cs @@ -1030,7 +1030,7 @@ public sealed class Test l.assure(false); } - /** Case context fails to provide sigleton, a DeploymentException should be thrown. + /** Case context fails to provide singleton, a DeploymentException should be thrown. */ c = new Context(Context.test_kind.CREATION_FAILED); try { diff --git a/main/dbaccess/source/ui/browser/brwctrlr.cxx b/main/dbaccess/source/ui/browser/brwctrlr.cxx index fde445eb7a..d53c183c08 100644 --- a/main/dbaccess/source/ui/browser/brwctrlr.cxx +++ b/main/dbaccess/source/ui/browser/brwctrlr.cxx @@ -2294,7 +2294,7 @@ void SbaXDataBrowserController::Execute(sal_uInt16 nId, const Sequence< Property break; sal_Bool bNeedPostReload = preReloadForm(); - // reset the filter and the sort property simutaneously so only _one_ new statement has to be + // reset the filter and the sort property simultaneously so only _one_ new statement has to be // sent Reference< XPropertySet > xSet(getRowSet(), UNO_QUERY); if ( xSet.is() ) diff --git a/main/filter/inc/filter/msfilter/escherex.hxx b/main/filter/inc/filter/msfilter/escherex.hxx index 010462c1f5..e0cc304780 100644 --- a/main/filter/inc/filter/msfilter/escherex.hxx +++ b/main/filter/inc/filter/msfilter/escherex.hxx @@ -1367,7 +1367,7 @@ public: /** Creates and returns a new shape identifier, updates the internal shape counters and registers the identifier in the DGG cluster table. @param nDrawingId Drawing identifier has to be passed to be able to - generate shape identifiers for multiple drawings simultaniously. */ + generate shape identifiers for multiple drawings simultaneously. */ sal_uInt32 GenerateShapeId( sal_uInt32 nDrawingId, bool bIsInSpgr ); /** Returns the number of shapes in the current drawing, based on number of calls to the GenerateShapeId() function. */ diff --git a/main/framework/inc/dispatch/basedispatcher.hxx b/main/framework/inc/dispatch/basedispatcher.hxx index ad552193fc..afae343395 100644 --- a/main/framework/inc/dispatch/basedispatcher.hxx +++ b/main/framework/inc/dispatch/basedispatcher.hxx @@ -81,7 +81,7 @@ namespace framework{ //_________________________________________________________________________________________________________________ /*-************************************************************************************************************//** - @descr We must support loading of different URLs with different handler or loader into different tasks simultaniously. + @descr We must support loading of different URLs with different handler or loader into different tasks simultaneously. They call us back to return state of operation. We need some informations to distinguish between these different "loading threads". This is the reason to implement this dynamicly list. diff --git a/main/framework/source/fwe/dispatch/interaction.cxx b/main/framework/source/fwe/dispatch/interaction.cxx index 28d9494677..acdec5b8a8 100644 --- a/main/framework/source/fwe/dispatch/interaction.cxx +++ b/main/framework/source/fwe/dispatch/interaction.cxx @@ -44,7 +44,7 @@ namespace framework{ @attention This implementation could be used one times only. We don't support a resetable continuation yet! Why? Normally interaction should show a filter selection dialog and ask user for his decision. He can select any filter - then instances of these class will be called by handler ... or user - close dialog without any selection. Then another continuation should be slected by handler to + close dialog without any selection. Then another continuation should be selected by handler to abort continuations ... Retrying isn't very useful here ... I think. @implements XInteractionFilterSelect diff --git a/main/idlc/source/parser.y b/main/idlc/source/parser.y index 0979410452..2de6d99e95 100644 --- a/main/idlc/source/parser.y +++ b/main/idlc/source/parser.y @@ -2058,7 +2058,7 @@ singleton_dcl : } singleton_dfn { - /* this singelton is finished, pop its scope from the stack */ + /* this singleton is finished, pop its scope from the stack */ idlc()->scopes()->pop(); } ; diff --git a/main/sal/inc/osl/socket_decl.hxx b/main/sal/inc/osl/socket_decl.hxx index 4f7f9cd202..4dd2294570 100644 --- a/main/sal/inc/osl/socket_decl.hxx +++ b/main/sal/inc/osl/socket_decl.hxx @@ -100,12 +100,12 @@ namespace osl inline sal_Int32 SAL_CALL getPort() const; /** Sets the port number of the address. - @return true if successfule. + @return true if successful. */ inline sal_Bool SAL_CALL setPort( sal_Int32 nPort ); /** Sets the address of the underlying socket address struct in network byte order. - @return true on success, false signales falure. + @return true on success, false signals failure. */ inline sal_Bool SAL_CALL setAddr( const ::rtl::ByteSequence & address ); diff --git a/main/sc/source/ui/vba/vbaapplication.cxx b/main/sc/source/ui/vba/vbaapplication.cxx index 513d45461b..c244e10cc1 100644 --- a/main/sc/source/ui/vba/vbaapplication.cxx +++ b/main/sc/source/ui/vba/vbaapplication.cxx @@ -561,7 +561,7 @@ ScVbaApplication::GoTo( const uno::Any& Reference, const uno::Any& Scroll ) thro { //maybe this should be a procedure name //TODO for procedure name - //browse::XBrowseNodeFactory is a singlton. OUString::createFromAscii( "/singletons/com.sun.star.script.browse.theBrowseNodeFactory") + //browse::XBrowseNodeFactory is a singleton. OUString::createFromAscii( "/singletons/com.sun.star.script.browse.theBrowseNodeFactory") //and the createView( browse::BrowseNodeFactoryViewTypes::MACROSELECTOR ) to get a root browse::XBrowseNode. //for query XInvocation interface. //but how to directly get the XInvocation? diff --git a/main/sd/source/ui/inc/AccessibleDrawDocumentView.hxx b/main/sd/source/ui/inc/AccessibleDrawDocumentView.hxx index 488800c436..544fed0812 100644 --- a/main/sd/source/ui/inc/AccessibleDrawDocumentView.hxx +++ b/main/sd/source/ui/inc/AccessibleDrawDocumentView.hxx @@ -133,12 +133,12 @@ protected: /** Select or deselect the specified child or all children if the given index has the special value ACCESSIBLE_SELECTION_CHILD_ALL. Selecting or deselecting a child sets or resets the - <const>SELECTED</const> state and selects or deslects the UNO shape + <const>SELECTED</const> state and selects or deselects the UNO shape being made accessible by the child. @param nAccessibleChildIndex Index of the child to select or deselect. If the parameter has the value ACCESSIBLE_SELECTION_CHILD_ALL then all children are - selected or deslected. + selected or deselected. @param bSelect Indicates whether to select or deselect the specified child reps. children. diff --git a/main/svx/inc/svx/AccessibleShape.hxx b/main/svx/inc/svx/AccessibleShape.hxx index 2568a6d1a4..41a77db3a5 100644 --- a/main/svx/inc/svx/AccessibleShape.hxx +++ b/main/svx/inc/svx/AccessibleShape.hxx @@ -78,7 +78,7 @@ class IAccessibleParent; <p>The children of a shape can stem from two sources which, in case of SVX and SD shapes, are mutually exclusive. This implementation, - however, handles both simultaniously to cope with future extensions or + however, handles both simultaneously to cope with future extensions or shapes from other projects. <ul> <li>If this shape is a group shape, i.e. a diff --git a/main/swext/mediawiki/src/com/sun/star/wiki/Settings.java b/main/swext/mediawiki/src/com/sun/star/wiki/Settings.java index fe7900a23b..efb0791649 100644 --- a/main/swext/mediawiki/src/com/sun/star/wiki/Settings.java +++ b/main/swext/mediawiki/src/com/sun/star/wiki/Settings.java @@ -43,7 +43,7 @@ public class Settings private int lastUsedWikiServer = 0; - /* Singelton */ + /* Singleton */ private static Settings m_instance; diff --git a/main/xmloff/source/text/XMLChangeImportContext.hxx b/main/xmloff/source/text/XMLChangeImportContext.hxx index 581df76960..e0d4dc746d 100644 --- a/main/xmloff/source/text/XMLChangeImportContext.hxx +++ b/main/xmloff/source/text/XMLChangeImportContext.hxx @@ -58,7 +58,7 @@ public: * import a change mark * (<text:change>, <text:change-start>, <text:change-end>) * Note: a <text:change> mark denotes start and end of a change - * simultaniously, so both bIsStart and bIsEnd parameters would + * simultaneously, so both bIsStart and bIsEnd parameters would * be set true. */ XMLChangeImportContext(