diff --git a/cli_ure/source/climaker/climaker_emit.cxx b/cli_ure/source/climaker/climaker_emit.cxx index 162963b6f15d53cd8ec4fd71016be472815b3b3a..bfd0b88a05f72e153a071084896ee1766a25d531 100644 --- a/cli_ure/source/climaker/climaker_emit.cxx +++ b/cli_ure/source/climaker/climaker_emit.cxx @@ -660,7 +660,7 @@ Assembly ^ TypeEmitter::type_resolve( } //In case of an instantiated polymorphic struct we want to return a - //uno.PolymorphicType (inherits Type) rather then Type. This is neaded for constructing + //uno.PolymorphicType (inherits Type) rather than Type. This is needed for constructing //the service code. We can only do that if the struct is completed. if (m_generated_structs[cts_name]) { @@ -823,7 +823,7 @@ Assembly ^ TypeEmitter::type_resolve( { for (int i = 0; i < seqBaseTypes.getLength(); i++) { - //make sure we get the interface rather then a typedef + //make sure we get the interface rather than a typedef Reference aBaseType = resolveInterfaceTypedef( seqBaseTypes[i]); diff --git a/desktop/source/deployment/registry/executable/dp_executable.cxx b/desktop/source/deployment/registry/executable/dp_executable.cxx index 5f7eb30519d3d7df7c7dd0c9deed147a89cacffc..64be7a09992e8704831dbaef514a15e7f01bd9cb 100644 --- a/desktop/source/deployment/registry/executable/dp_executable.cxx +++ b/desktop/source/deployment/registry/executable/dp_executable.cxx @@ -244,7 +244,7 @@ void BackendImpl::ExecutablePackageImpl::processPackage_( //installed. That is an executable must have the right flags OSL_ASSERT(false); - //This won't have affect on Windows + //This won't have effect on Windows osl::File::setAttributes( dp_misc::expandUnoRcUrl(m_url), attributes); } diff --git a/extensions/source/ole/oleobjw.hxx b/extensions/source/ole/oleobjw.hxx index 793e00a12a1807155784a7072d42d12d235ac1e7..1ba5b8a5ebbf873c48fc44e2da22bbbed2228558 100644 --- a/extensions/source/ole/oleobjw.hxx +++ b/extensions/source/ole/oleobjw.hxx @@ -220,7 +220,7 @@ protected: CComPtr m_spDispatch; OUString m_sTypeName; // is "" ( not initialised ), "IDispatch" ( we have no idea ) or "SomeLibrary.SomeTypeName" if we managed to get a type /** This value is set during XInitialization::initialize. It indicates that the COM interface - was transported as VT_DISPATCH in a VARIANT rather then a VT_UNKNOWN + was transported as VT_DISPATCH in a VARIANT rather than a VT_UNKNOWN */ bool m_bOriginalDispatch; DispIdMap m_dispIdMap; diff --git a/extensions/source/ole/unoobjw.cxx b/extensions/source/ole/unoobjw.cxx index 0c03473200961f7cdce3776abdbb6e3a498a6179..4165fbfbac83c75d3a39027fe68e26ca9a926505 100644 --- a/extensions/source/ole/unoobjw.cxx +++ b/extensions/source/ole/unoobjw.cxx @@ -1650,7 +1650,7 @@ static bool writeBackOutParameter(VARIANTARG* pDest, VARIANT* pSource) // if caller accept VARIANT as out parameter, any value must be converted if (V_VT(pDest) == (VT_VARIANT | VT_BYREF)) { - // When the user provides a VARIANT rather then a concrete type + // When the user provides a VARIANT rather than a concrete type // we just copy the source to the out, in/out parameter // VT_DISPATCH, VT_UNKNOWN, VT_ARRAY, VT_BSTR in the VARIANT that // is contained in pDest are released by VariantCopy diff --git a/javaunohelper/com/sun/star/lib/uno/helper/PropertySet.java b/javaunohelper/com/sun/star/lib/uno/helper/PropertySet.java index 75eb4f5d476368b1fb83bcac358d4778db4bf959..8838ccee5334b3fdd55ed87d123c8460658299d7 100644 --- a/javaunohelper/com/sun/star/lib/uno/helper/PropertySet.java +++ b/javaunohelper/com/sun/star/lib/uno/helper/PropertySet.java @@ -592,7 +592,7 @@ XMultiPropertySet * Then, no conversion is necessary, since they can hold all possible values. However, if * the member is an Object and setVal is an Any then the object contained in the any is assigned to * the member. The extra type information which exists as Type object in the Any will get lost. If this is not - * intended then use an Any variable rather then an Object. + * intended then use an Any variable rather than an Object. * * If a member is an Object or Any and the argument setVal is an Object, other than String or array, * then it is presumed to be an UNO object and queried for XInterface. If successful, the out-param newVal diff --git a/reportbuilder/java/org/libreoffice/report/pentaho/parser/rpt/ImageReadHandler.java b/reportbuilder/java/org/libreoffice/report/pentaho/parser/rpt/ImageReadHandler.java index 8c06ac02160688d50ea94f4c94308aa547890412..e285d8b18caf4440dd8ca05dd30b4c0473657e39 100644 --- a/reportbuilder/java/org/libreoffice/report/pentaho/parser/rpt/ImageReadHandler.java +++ b/reportbuilder/java/org/libreoffice/report/pentaho/parser/rpt/ImageReadHandler.java @@ -116,9 +116,9 @@ public class ImageReadHandler extends ElementReadHandler @Override protected void doneParsing() throws SAXException { - // if we have static content (as well or only), that one goes into the + // if we have static content (as well as or only), that one goes into the // alternate-content attribute right now. It is part of the output target - // and style rules to deal with them properly .. + // and style rules to deal with them properly. if (xLinkReadHandler != null) { contentElement.setAttribute(OfficeNamespaces.OOREPORT_NS, diff --git a/sd/source/ui/animations/CustomAnimationDialog.cxx b/sd/source/ui/animations/CustomAnimationDialog.cxx index fbcdad9097c959c2a6fea8ab8aa9643fb49a7a3a..fe4218cb0ba6877a01689b0fd93e5a10e821c273 100644 --- a/sd/source/ui/animations/CustomAnimationDialog.cxx +++ b/sd/source/ui/animations/CustomAnimationDialog.cxx @@ -1335,7 +1335,7 @@ void CustomAnimationEffectTabPage::update( STLPropertySet* pSet ) if( mpCBSmoothStart->IsVisible() ) { - // set selected value for accelerate if different then in original set + // set selected value for accelerate if different than in original set double fTemp = mpCBSmoothStart->IsChecked() ? 0.5 : 0.0; @@ -1348,7 +1348,7 @@ void CustomAnimationEffectTabPage::update( STLPropertySet* pSet ) if( fOldTemp != fTemp ) pSet->setPropertyValue( nHandleAccelerate, makeAny( fTemp ) ); - // set selected value for decelerate if different then in original set + // set selected value for decelerate if different than in original set fTemp = mpCBSmoothEnd->IsChecked() ? 0.5 : 0.0; if(mpSet->getPropertyState( nHandleDecelerate ) != STLPropertyState::Ambiguous) diff --git a/sd/source/ui/inc/ViewShell.hxx b/sd/source/ui/inc/ViewShell.hxx index 7498ff14ce2edb053794d24ad839ede1c119a212..a6d81ac3e9106722c9a66511ca773f25d28b6773 100644 --- a/sd/source/ui/inc/ViewShell.hxx +++ b/sd/source/ui/inc/ViewShell.hxx @@ -83,7 +83,7 @@ static const DrawModeFlags OUTPUT_DRAWMODE_CONTRAST

Despite its name this class is not a descendant of SfxViewShell but of SfxShell. Its name expresses the fact that it acts like a - view shell. Being a stacked shell rather then being an actual view shell + view shell. Being a stacked shell rather than being an actual view shell there can be several instances of this class that