[Libreoffice-commits] core.git: officecfg/registry sc/source toolkit/source

Andrea Gelmini andrea.gelmini at gelma.net
Tue Nov 21 19:30:21 UTC 2017


 officecfg/registry/schema/org/openoffice/Office/Calc.xcs |    2 +-
 sc/source/core/data/formulacell.cxx                      |    2 +-
 toolkit/source/controls/controlmodelcontainerbase.cxx    |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 9288afaa6956c4fcd8f66cdd03a6fa057469db66
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Tue Nov 21 17:36:50 2017 +0100

    Fix typos
    
    Change-Id: I4713dd5c590d331e599b7e9ab88f5cc65e8d7b87
    Reviewed-on: https://gerrit.libreoffice.org/45045
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs
index 72ac33b99413..42d535a6a795 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs
@@ -1418,7 +1418,7 @@
         </info>
 	<prop oor:name="UseThreadedCalculationForFormulaGroups" oor:type="xs:boolean" oor:nillable="false">
           <info>
-            <desc>Whether to use threaded calculation of forumula groups when applicable.</desc>
+            <desc>Whether to use threaded calculation of formula groups when applicable.</desc>
           </info>
           <value>true</value>
 	</prop>
diff --git a/sc/source/core/data/formulacell.cxx b/sc/source/core/data/formulacell.cxx
index 329f1afa5034..987eed152f47 100644
--- a/sc/source/core/data/formulacell.cxx
+++ b/sc/source/core/data/formulacell.cxx
@@ -4326,7 +4326,7 @@ bool ScFormulaCell::InterpretFormulaGroup()
 
     static const bool bThreadingProhibited = std::getenv("SC_NO_THREADED_CALCULATION");
 
-    // To temporarilu use threading for sc unit tests regardless of the size of the formula group,
+    // To temporary use threading for sc unit tests regardless of the size of the formula group,
     // add the condition !std::getenv("LO_TESTNAME") below (with &&)
     if (GetWeight() < ScInterpreter::GetGlobalConfig().mnOpenCLMinimumFormulaGroupSize)
     {
diff --git a/toolkit/source/controls/controlmodelcontainerbase.cxx b/toolkit/source/controls/controlmodelcontainerbase.cxx
index a92db2112f7c..3aaff3f1f459 100644
--- a/toolkit/source/controls/controlmodelcontainerbase.cxx
+++ b/toolkit/source/controls/controlmodelcontainerbase.cxx
@@ -492,7 +492,7 @@ void ControlModelContainerBase::replaceByName( const OUString& aName, const Any&
     Reference< XNameContainer > xAllChildren( getPropertyValue( GetPropertyName( BASEPROPERTY_USERFORMCONTAINEES ) ), UNO_QUERY );
     if ( xAllChildren.is() )
     {
-        // remove old control (and children) from global list of containes
+        // remove old control (and children) from global list of containers
         updateUserFormChildren( xAllChildren, aName, Remove, uno::Reference< XControlModel >() );
         // Add new control (and containees if they exist)
         updateUserFormChildren( xAllChildren, aName, Insert, xNewModel );


More information about the Libreoffice-commits mailing list