Kaydet (Commit) d15163ec authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Markus Mohrhard

Fix typos

Change-Id: Ideafa411b53fe4a5f2e6559be10c4cb82b58a256
Reviewed-on: https://gerrit.libreoffice.org/24543Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMarkus Mohrhard <markus.mohrhard@googlemail.com>
üst 8465e99a
......@@ -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?
......
......@@ -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
......
......@@ -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.
*/
......
......@@ -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())
......
......@@ -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() {
......
......@@ -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") ;
......
......@@ -237,7 +237,7 @@ SvxShape::~SvxShape() throw()
delete mpImpl;
mpImpl = nullptr;
EndListeningAll(); // call explictily within SolarMutexGuard
EndListeningAll(); // call explicitly within SolarMutexGuard
}
......
......@@ -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 =
......
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment