diff options
-rw-r--r-- | basic/source/sbx/sbxform.cxx | 2 | ||||
-rw-r--r-- | cli_ure/source/uno_bridge/cli_proxy.cxx | 2 | ||||
-rw-r--r-- | dbaccess/source/core/inc/querycontainer.hxx | 2 | ||||
-rw-r--r-- | desktop/source/deployment/manager/dp_informationprovider.cxx | 2 | ||||
-rw-r--r-- | qadevOOo/tests/java/ifc/sdb/_DataSource.java | 2 | ||||
-rw-r--r-- | sd/source/ui/unoidl/DrawController.cxx | 2 | ||||
-rw-r--r-- | svx/source/unodraw/unoshape.cxx | 2 | ||||
-rw-r--r-- | sw/source/uibase/fldui/fldmgr.cxx | 2 | ||||
-rw-r--r-- | winaccessibility/README | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/basic/source/sbx/sbxform.cxx b/basic/source/sbx/sbxform.cxx index 0a16daaba2f8..55e93f11e7c3 100644 --- a/basic/source/sbx/sbxform.cxx +++ b/basic/source/sbx/sbxform.cxx @@ -599,7 +599,7 @@ void SbxBasicFormater::ScanFormatString( double dNumber, - optional digits in the exponent - percent-character found? - () for negative leading sign? - - exponetial-notation? + - exponential-notation? - shall thousand-separators be generated? - is a percent-character being found? --> dNumber *= 100.0; - are there thousand-separators in a row? diff --git a/cli_ure/source/uno_bridge/cli_proxy.cxx b/cli_ure/source/uno_bridge/cli_proxy.cxx index d569ecfc2927..bf75a08e02c8 100644 --- a/cli_ure/source/uno_bridge/cli_proxy.cxx +++ b/cli_ure/source/uno_bridge/cli_proxy.cxx @@ -1039,7 +1039,7 @@ void SAL_CALL cli_proxy_dispatch( { uno_any_construct( (uno_Any *)uno_ret, 0, 0, 0 ); } - // no excetpion occurred + // no exception occurred *uno_exc = 0; } else diff --git a/dbaccess/source/core/inc/querycontainer.hxx b/dbaccess/source/core/inc/querycontainer.hxx index 6f96847a298d..40bbdf9dd1ae 100644 --- a/dbaccess/source/core/inc/querycontainer.hxx +++ b/dbaccess/source/core/inc/querycontainer.hxx @@ -99,7 +99,7 @@ namespace dbaccess specifies a warnings container (May be <NULL/>) Any errors which occur during the lifetime of the query container, - which cannot be reported as exceptionts (for instance in methods where throwing an SQLException is + which cannot be reported as exceptions (for instance in methods where throwing an SQLException is not allowed) will be appended to this container.</p> <p>The caller is responsible for ensuring the lifetime of the object pointed to by this parameter. */ diff --git a/desktop/source/deployment/manager/dp_informationprovider.cxx b/desktop/source/deployment/manager/dp_informationprovider.cxx index 49e284290087..6b34e1ecb47f 100644 --- a/desktop/source/deployment/manager/dp_informationprovider.cxx +++ b/desktop/source/deployment/manager/dp_informationprovider.cxx @@ -304,7 +304,7 @@ uno::Sequence< uno::Sequence< OUString > > SAL_CALL PackageInformationProvider:: OSL_ASSERT(cExt == 3); for (sal_Int32 j = 0; j < cExt; j++) { - //ToDo according to the old code the first found extenions is used + //ToDo according to the old code the first found extension is used //even if another one with the same id has a better version. uno::Reference< deployment::XPackage > const & xExtension( seqExtension[j] ); if (xExtension.is()) diff --git a/qadevOOo/tests/java/ifc/sdb/_DataSource.java b/qadevOOo/tests/java/ifc/sdb/_DataSource.java index fd64da644b7a..e693d781a8b0 100644 --- a/qadevOOo/tests/java/ifc/sdb/_DataSource.java +++ b/qadevOOo/tests/java/ifc/sdb/_DataSource.java @@ -55,7 +55,7 @@ public class _DataSource extends MultiPropertyTest { * * After testing old value is set for this property. <p> * - * Result is OK: if property successfully changed with no excepions. + * Result is OK: if property successfully changed with no exceptions. * @see com.sun.star.beans.PropertyValue */ public void _Info() { diff --git a/sd/source/ui/unoidl/DrawController.cxx b/sd/source/ui/unoidl/DrawController.cxx index 48bd6aca83e1..42d7c4fb0e31 100644 --- a/sd/source/ui/unoidl/DrawController.cxx +++ b/sd/source/ui/unoidl/DrawController.cxx @@ -205,7 +205,7 @@ sal_Bool SAL_CALL DrawController::suspend( sal_Bool Suspend ) throw (css::uno::R // XServiceInfo OUString SAL_CALL DrawController::getImplementationName( ) throw(RuntimeException, std::exception) { - // Do not throw an excepetion at the moment. This leads to a crash + // Do not throw an exception at the moment. This leads to a crash // under Solaris on reload. See issue i70929 for details. // ThrowIfDisposed(); return OUString("DrawController") ; diff --git a/svx/source/unodraw/unoshape.cxx b/svx/source/unodraw/unoshape.cxx index 599c024a90af..8074c5393e19 100644 --- a/svx/source/unodraw/unoshape.cxx +++ b/svx/source/unodraw/unoshape.cxx @@ -237,7 +237,7 @@ SvxShape::~SvxShape() throw() delete mpImpl; mpImpl = nullptr; - EndListeningAll(); // call explictily within SolarMutexGuard + EndListeningAll(); // call explicitly within SolarMutexGuard } diff --git a/sw/source/uibase/fldui/fldmgr.cxx b/sw/source/uibase/fldui/fldmgr.cxx index 4e239ca49222..e9e586cdfe3d 100644 --- a/sw/source/uibase/fldui/fldmgr.cxx +++ b/sw/source/uibase/fldui/fldmgr.cxx @@ -1158,7 +1158,7 @@ bool SwFieldMgr::InsertField( SwSetExpFieldType* pTyp = static_cast<SwSetExpFieldType*>( pCurShell->GetFieldType(RES_SETEXPFLD, rData.m_sPar1) ); - // no Experssion Type with this name existing -> create + // no Expression Type with this name existing -> create if(pTyp) { SwSetExpField* pExpField = diff --git a/winaccessibility/README b/winaccessibility/README index bac3681e720a..e5ada84c16be 100644 --- a/winaccessibility/README +++ b/winaccessibility/README @@ -45,7 +45,7 @@ not by actual end users. Debugging / playing with winaccessibility -You need to enable 'experiemental mode' in Tools->Options. After +You need to enable 'experimental mode' in Tools->Options. After that NVDA should work as expected. In order to use 'accprobe' to debug it is necessary to override the check for whether an AT (like NVDA) is running; to do that use: |