Kaydet (Commit) 9288afaa authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typos

Change-Id: I4713dd5c590d331e599b7e9ab88f5cc65e8d7b87
Reviewed-on: https://gerrit.libreoffice.org/45045Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 925af83c
...@@ -1418,7 +1418,7 @@ ...@@ -1418,7 +1418,7 @@
</info> </info>
<prop oor:name="UseThreadedCalculationForFormulaGroups" oor:type="xs:boolean" oor:nillable="false"> <prop oor:name="UseThreadedCalculationForFormulaGroups" oor:type="xs:boolean" oor:nillable="false">
<info> <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> </info>
<value>true</value> <value>true</value>
</prop> </prop>
......
...@@ -4326,7 +4326,7 @@ bool ScFormulaCell::InterpretFormulaGroup() ...@@ -4326,7 +4326,7 @@ bool ScFormulaCell::InterpretFormulaGroup()
static const bool bThreadingProhibited = std::getenv("SC_NO_THREADED_CALCULATION"); 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 &&) // add the condition !std::getenv("LO_TESTNAME") below (with &&)
if (GetWeight() < ScInterpreter::GetGlobalConfig().mnOpenCLMinimumFormulaGroupSize) if (GetWeight() < ScInterpreter::GetGlobalConfig().mnOpenCLMinimumFormulaGroupSize)
{ {
......
...@@ -492,7 +492,7 @@ void ControlModelContainerBase::replaceByName( const OUString& aName, const Any& ...@@ -492,7 +492,7 @@ void ControlModelContainerBase::replaceByName( const OUString& aName, const Any&
Reference< XNameContainer > xAllChildren( getPropertyValue( GetPropertyName( BASEPROPERTY_USERFORMCONTAINEES ) ), UNO_QUERY ); Reference< XNameContainer > xAllChildren( getPropertyValue( GetPropertyName( BASEPROPERTY_USERFORMCONTAINEES ) ), UNO_QUERY );
if ( xAllChildren.is() ) 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 >() ); updateUserFormChildren( xAllChildren, aName, Remove, uno::Reference< XControlModel >() );
// Add new control (and containees if they exist) // Add new control (and containees if they exist)
updateUserFormChildren( xAllChildren, aName, Insert, xNewModel ); updateUserFormChildren( xAllChildren, aName, Insert, xNewModel );
......
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