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 d41c82aed4 Fix spelling (#231) d41c82aed4 is described below commit d41c82aed43ad4a58d6e39ecd99937fe437857e8 Author: John Bampton <jbamp...@users.noreply.github.com> AuthorDate: Sun Dec 15 20:45:24 2024 +1000 Fix spelling (#231) --- main/dtrans/source/win32/workbench/XTDo.hxx | 2 +- main/fpicker/source/win32/filepicker/helppopupwindow.hxx | 2 +- main/offapi/com/sun/star/chart/XDiagramPositioning.idl | 4 ++-- main/offapi/com/sun/star/presentation/EffectNodeType.idl | 2 +- main/sal/inc/osl/process.h | 2 +- main/slideshow/source/engine/OGLTrans/OGLTrans_TransitionerImpl.cxx | 2 +- main/svx/source/dialog/_bmpmask.cxx | 2 +- main/toolkit/source/controls/controlmodelcontainerbase.cxx | 2 +- main/ucb/source/ucp/package/pkgcontent.cxx | 2 +- main/xmloff/source/transform/AttrTransformerAction.hxx | 6 +++--- 10 files changed, 13 insertions(+), 13 deletions(-) diff --git a/main/dtrans/source/win32/workbench/XTDo.hxx b/main/dtrans/source/win32/workbench/XTDo.hxx index dac908cc52..743aa9ecca 100644 --- a/main/dtrans/source/win32/workbench/XTDo.hxx +++ b/main/dtrans/source/win32/workbench/XTDo.hxx @@ -60,7 +60,7 @@ class EnumFormatEtc; appropriate clipboard formats - if the transferable contains text data always text and unicodetext will be offered or vice versa - - text data will be automaticaly converted between text und unicode text + - text data will be automatically converted between text und unicode text - although the transferable may support text in different charsets (codepages) only text in one codepage can be offered by the clipboard diff --git a/main/fpicker/source/win32/filepicker/helppopupwindow.hxx b/main/fpicker/source/win32/filepicker/helppopupwindow.hxx index cc4272a3a2..f1cef733e8 100644 --- a/main/fpicker/source/win32/filepicker/helppopupwindow.hxx +++ b/main/fpicker/source/win32/filepicker/helppopupwindow.hxx @@ -52,7 +52,7 @@ The interface is very simple but necessary for our needs. - The window automaticaly calculates the necessary + The window automatically calculates the necessary dimensions of the window and a appropriate show position based on the position the client provides. When the user click any mouse button or hits any key diff --git a/main/offapi/com/sun/star/chart/XDiagramPositioning.idl b/main/offapi/com/sun/star/chart/XDiagramPositioning.idl index e87cdf59dc..792465f5b9 100644 --- a/main/offapi/com/sun/star/chart/XDiagramPositioning.idl +++ b/main/offapi/com/sun/star/chart/XDiagramPositioning.idl @@ -42,11 +42,11 @@ */ interface XDiagramPositioning : com::sun::star::uno::XInterface { - /** the diagram will be placed automtically + /** the diagram will be placed automatically */ void setAutomaticDiagramPositioning(); - /** @returns whether the diagram is placed automtically + /** @returns whether the diagram is placed automatically */ boolean isAutomaticDiagramPositioning(); diff --git a/main/offapi/com/sun/star/presentation/EffectNodeType.idl b/main/offapi/com/sun/star/presentation/EffectNodeType.idl index fd084242b7..8b2502a529 100644 --- a/main/offapi/com/sun/star/presentation/EffectNodeType.idl +++ b/main/offapi/com/sun/star/presentation/EffectNodeType.idl @@ -57,7 +57,7 @@ constants EffectNodeType */ const short AFTER_PREVIOUS = 3; - /** This is the main sequence for effects that is automaticaly started. + /** This is the main sequence for effects that is automatically started. */ const short MAIN_SEQUENCE = 4; diff --git a/main/sal/inc/osl/process.h b/main/sal/inc/osl/process.h index b4a6d0c1b1..ba5c175716 100644 --- a/main/sal/inc/osl/process.h +++ b/main/sal/inc/osl/process.h @@ -366,7 +366,7 @@ oslProcessError SAL_CALL osl_getCommandArg(sal_uInt32 nArg, rtl_uString **strCom /** Set the command-line arguments as passed to the main-function of this process. Depricated: This function is only for internal use. Passing the args from main will - only work for Unix, on Windows there's no effect, the full command line will automtically + only work for Unix, on Windows there's no effect, the full command line will automatically be taken. This is due to Windows 9x/ME limitation that don't allow UTF-16 wmain to provide a osl_setCommandArgsU( int argc, sal_Unicode **argv ); diff --git a/main/slideshow/source/engine/OGLTrans/OGLTrans_TransitionerImpl.cxx b/main/slideshow/source/engine/OGLTrans/OGLTrans_TransitionerImpl.cxx index b0200da1be..9c640d0cfe 100644 --- a/main/slideshow/source/engine/OGLTrans/OGLTrans_TransitionerImpl.cxx +++ b/main/slideshow/source/engine/OGLTrans/OGLTrans_TransitionerImpl.cxx @@ -328,7 +328,7 @@ public: #endif }; -// declare the static variables as some gcc versions have problems declaring them automaticaly +// declare the static variables as some gcc versions have problems declaring them automatically bool OGLTransitionerImpl::cbBrokenTexturesATI; float OGLTransitionerImpl::cnGLVersion; bool OGLTransitionerImpl::cbMesa; diff --git a/main/svx/source/dialog/_bmpmask.cxx b/main/svx/source/dialog/_bmpmask.cxx index 1ed6ec742d..1d73b574a0 100644 --- a/main/svx/source/dialog/_bmpmask.cxx +++ b/main/svx/source/dialog/_bmpmask.cxx @@ -575,7 +575,7 @@ SvxBmpMask::~SvxBmpMask() /** is called by a MaskSet when it is selected */ void SvxBmpMask::onSelect( MaskSet* pSet ) { - // automaticaly set focus to the corresponding listbox + // automatically set focus to the corresponding listbox /* if( pSet == pQSet1 ) aLbColor1.GrabFocus(); diff --git a/main/toolkit/source/controls/controlmodelcontainerbase.cxx b/main/toolkit/source/controls/controlmodelcontainerbase.cxx index 66a23472d7..4899b7dcbd 100644 --- a/main/toolkit/source/controls/controlmodelcontainerbase.cxx +++ b/main/toolkit/source/controls/controlmodelcontainerbase.cxx @@ -1421,7 +1421,7 @@ void ControlContainerBase::ImplSetPosSize( Reference< XControl >& rxCtrl ) } sal_Int16 nH = aFM.Ascent + aFM.Descent; - sal_Int16 nW = nH/2; // calculate avarage width?! + sal_Int16 nW = nH/2; // calculate average width?! nX *= nW; nX /= 4; diff --git a/main/ucb/source/ucp/package/pkgcontent.cxx b/main/ucb/source/ucp/package/pkgcontent.cxx index 97375c41a9..c6b44e1ea0 100644 --- a/main/ucb/source/ucp/package/pkgcontent.cxx +++ b/main/ucb/source/ucp/package/pkgcontent.cxx @@ -2377,7 +2377,7 @@ sal_Bool Content::loadData( if ( xPackagePropSet.is() ) { - // HasEncryptedEntries ( only avalibale at root folder ) + // HasEncryptedEntries ( only available at root folder ) try { uno::Any aHasEncryptedEntries diff --git a/main/xmloff/source/transform/AttrTransformerAction.hxx b/main/xmloff/source/transform/AttrTransformerAction.hxx index 60d2e26d93..4e69028ffd 100644 --- a/main/xmloff/source/transform/AttrTransformerAction.hxx +++ b/main/xmloff/source/transform/AttrTransformerAction.hxx @@ -101,10 +101,10 @@ enum XMLAttrTransformerAction XML_ATACTION_MACRO_LOCATION, XML_ATACTION_DLG_BORDER, XML_ATACTION_URI_OOO, // an URI in OOo notation - // - param1: pacakage URI are supported + // - param1: package URI are supported XML_ATACTION_URI_OASIS, // an URI in OASIS notation - // - param1: pacakage URI are supported - XML_ATACTION_RENAME_ATTRIBUTE, // rename up to 3 different possible values of an attrbiute + // - param1: package URI are supported + XML_ATACTION_RENAME_ATTRIBUTE, // rename up to 3 different possible values of an attribute // - param1: token of old attribute value (lower 16 bit) // + token of new attribute value (upper 16 bit) // - param2: token of old attribute value