source/text/scalc/01/04060185.xhp    |    3 +++
 source/text/scalc/01/common_func.xhp |    6 ++++++
 2 files changed, 9 insertions(+)

New commits:
commit 830ed1f1dd5ad301e635f32f4120297fcb104000
Author:     Olivier Hallot <olivier.hal...@libreoffice.org>
AuthorDate: Thu Dec 30 11:38:07 2021 -0300
Commit:     Olivier Hallot <olivier.hal...@libreoffice.org>
CommitDate: Fri Dec 31 13:33:33 2021 +0100

    tdf#94537 Inform user of non-ODFF functions (part)
    
    Open for discussion and contents improvement, other patches will
    follow once this is approved.
    
    - used embed to reduce translation workload
    - un-localize function name space
    
    Change-Id: Iab42e87754d5b9b0c3d2a248af82e297ec73ea7c
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/127751
    Tested-by: Jenkins
    Reviewed-by: Eike Rathke <er...@redhat.com>
    Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org>

diff --git a/source/text/scalc/01/04060185.xhp 
b/source/text/scalc/01/04060185.xhp
index 648dd3ec6..412625f74 100644
--- a/source/text/scalc/01/04060185.xhp
+++ b/source/text/scalc/01/04060185.xhp
@@ -212,6 +212,9 @@
     <embed href="text/scalc/01/ful_func.xhp#number255"/>
     <embed href="text/scalc/01/common_func.xhp#sectionexample"/>
     <paragraph xml-lang="en-US" id="par_id2953933" role="paragraph"><item 
type="input">=STDEV.P(A1:A50)</item> returns a standard deviation of the data 
referenced.</paragraph>
+    <embed href="text/scalc/01/common_func.xhp#sectiontechinfo"/>
+    <embed href="text/scalc/01/common_func.xhp#notODFF"/>
+    <paragraph role="paragraph" id="par_id341640873986703" 
localize="false"><literal>COM.MICROSOFT.STDEV.P</literal></paragraph>
 </section>
 <section id="stdevdots">
     <bookmark xml-lang="en-US" branch="index" id="bm_id2849734">
diff --git a/source/text/scalc/01/common_func.xhp 
b/source/text/scalc/01/common_func.xhp
index 87be41691..309162d1d 100644
--- a/source/text/scalc/01/common_func.xhp
+++ b/source/text/scalc/01/common_func.xhp
@@ -24,6 +24,12 @@
     <section id="sectionexamples">
         <h3 id="hd_id281996">Examples</h3>
     </section>
+    <section id="sectiontechinfo">
+        <h3 id="hd_id301640873452726">Technical information</h3>
+    </section>
+    <section id="notODFF">
+        <paragraph role="paragraph" id="par_id251640873774457">This function 
is not part of the <emph>Open Document Format for Office Applications 
(OpenDocument) Version 1.3. Part 4: Recalculated Formula (OpenFormula) 
Format</emph> standard and was introduced for interoperability with other 
office suites. The name space is</paragraph>
+    </section>
     <section id="datenumbersequencenote">
         <note id="par_id301616845402409">This function ignores any text or 
empty cell within a data range. If you suspect wrong results from this 
function, look for text in the data ranges. To highlight text contents in a 
data range, use the <link href="text/scalc/01/03080000.xhp" name="value 
highlight">value highlighting</link> feature.</note>
     </section>

Reply via email to