diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2016-04-16 08:36:41 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2016-04-16 17:16:28 +0200 |
commit | 6644979cdfd586bb7b1d0b6e7c289bf48b4b136d (patch) | |
tree | b2d1be4e0a976f95722177d7be15f4e323404019 | |
parent | 7f951d4a26bf5ec2937c216b14c11f9f5246419d (diff) |
tdf#92476 fix sample data formatting for Database_Functions
via pootle-feedback
Change-Id: I8aaa7d1c70660124ffd6db7046f46add7d05ed65
-rw-r--r-- | source/text/scalc/01/04060101.xhp | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/source/text/scalc/01/04060101.xhp b/source/text/scalc/01/04060101.xhp index 4ae0efd970..4c037b35e5 100644 --- a/source/text/scalc/01/04060101.xhp +++ b/source/text/scalc/01/04060101.xhp @@ -245,8 +245,7 @@ </tablecell> <tablecell> <paragraph xml-lang="en-US" id="par_id3145826" role="tablecontent" l10n="U" oldref="46"> -<item type="input">F</item> -<item type="input">rank</item> +<item type="input">Frank</item> </paragraph> </tablecell> <tablecell> @@ -261,14 +260,12 @@ </tablecell> <tablecell> <paragraph xml-lang="en-US" id="par_id3148435" role="tablecontent" l10n="U" oldref="49"> -<item type="input">3</item> -<item type="input">00</item> +<item type="input">300</item> </paragraph> </tablecell> <tablecell> <paragraph xml-lang="en-US" id="par_id3148882" role="tablecontent" l10n="U" oldref="50"> -<item type="input">4</item> -<item type="input">2</item> +<item type="input">42</item> </paragraph> </tablecell> </tablerow> |