[Libreoffice-commits] core.git: basic/source cli_ure/source dbaccess/source desktop/source qadevOOo/tests sd/source svx/source sw/source winaccessibility/README

Andrea Gelmini andrea.gelmini at gelma.net
Sun May 1 09:46:53 UTC 2016


 basic/source/sbx/sbxform.cxx                                 |    2 +-
 cli_ure/source/uno_bridge/cli_proxy.cxx                      |    2 +-
 dbaccess/source/core/inc/querycontainer.hxx                  |    2 +-
 desktop/source/deployment/manager/dp_informationprovider.cxx |    2 +-
 qadevOOo/tests/java/ifc/sdb/_DataSource.java                 |    2 +-
 sd/source/ui/unoidl/DrawController.cxx                       |    2 +-
 svx/source/unodraw/unoshape.cxx                              |    2 +-
 sw/source/uibase/fldui/fldmgr.cxx                            |    2 +-
 winaccessibility/README                                      |    2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)

New commits:
commit d15163eceb2f97cfc87975acfcb7b0a6e0ea54fe
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Sun May 1 00:26:40 2016 +0200

    Fix typos
    
    Change-Id: Ideafa411b53fe4a5f2e6559be10c4cb82b58a256
    Reviewed-on: https://gerrit.libreoffice.org/24543
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Markus Mohrhard <markus.mohrhard at googlemail.com>

diff --git a/basic/source/sbx/sbxform.cxx b/basic/source/sbx/sbxform.cxx
index 0a16daa..55e93f1 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 d569ecf..bf75a08 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 6f96847..40bbdf9 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 49e2842..6b34e1e 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 fd64da6..e693d78 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 48bd6ac..42d7c4f 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 599c024..8074c539 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 4e239ca..e9e586c 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 bac3681..e5ada84 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:


More information about the Libreoffice-commits mailing list