[Libreoffice-commits] help.git: source/text

Stanislav Horacek stanislav.horacek at gmail.com
Wed Nov 20 03:33:51 PST 2013


 source/text/scalc/01/04060106.xhp |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit cc73985d9544cadf9a28e85f22efdab87987b36e
Author: Stanislav Horacek <stanislav.horacek at gmail.com>
Date:   Sun Nov 17 19:32:40 2013 +0100

    fdo#71595 use F9 for recalculation of RAND function
    
    Ctrl+Shift+F9 recalculates all formulas which is not necessary
    
    Change-Id: Id87738fbed8d0079b2ece2dbb779fa134d34ac89
    Reviewed-on: https://gerrit.libreoffice.org/6703
    Tested-by: Thorsten Behrens <thb at documentfoundation.org>
    Reviewed-by: Thorsten Behrens <thb at documentfoundation.org>

diff --git a/source/text/scalc/01/04060106.xhp b/source/text/scalc/01/04060106.xhp
index ec6cd26..1b7a807 100644
--- a/source/text/scalc/01/04060106.xhp
+++ b/source/text/scalc/01/04060106.xhp
@@ -1440,8 +1440,7 @@ oldref="542">RAND</paragraph>
 <paragraph xml-lang="en-US" id="hd_id3164870" role="heading" level="3" l10n="U"
 oldref="545">Syntax</paragraph>
 <paragraph xml-lang="en-US" id="par_id3164884" role="code" l10n="U" oldref="546">RAND()</paragraph>
-<paragraph xml-lang="en-US" id="par_id5092318" role="paragraph" l10n="NEW">This function produces a new random number each time Calc recalculates. To force Calc to recalculate manually press Shift+<switchinline select="sys"><caseinline select="MAC">Command 
-</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F9.</paragraph>
+<paragraph xml-lang="en-US" id="par_id5092318" role="paragraph" l10n="NEW">This function produces a new random number each time Calc recalculates. To force Calc to recalculate manually press F9.</paragraph>
 <paragraph xml-lang="en-US" id="par_id9312417" role="paragraph" l10n="NEW">To generate random numbers which never recalculate, copy cells each containing =RAND(), and use <item type="menuitem">Edit - Paste Special</item> (with <item type="menuitem">Paste All</item> and <item type="menuitem">Formulas</item> not marked and <item type="menuitem">Numbers</item> marked).</paragraph>
 <paragraph xml-lang="en-US" id="hd_id9089022" role="heading" level="3" l10n="NEW">Example</paragraph>
 <paragraph xml-lang="en-US" id="par_id9569078" role="paragraph" l10n="NEW">


More information about the Libreoffice-commits mailing list