This is an automated email from the ASF dual-hosted git repository.
digro pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/trunk by this push:
new 45b6df6 Changed old extensions to .ods and .odt
45b6df6 is described below
commit 45b6df62d0566a1cd3645ba5039b0d35a7401821
Author: DiGro <[email protected]>
AuthorDate: Sun May 30 17:11:43 2021 +0200
Changed old extensions to .ods and .odt
Updated main/helpcontent2/source/text/scalc/01/04060109.xhp
as to Issue 112750:
Help text for function DDE contained some instances of old extensions .sxc
and . sxw, changed these to .ods and .odt
Function ADDRESS does not contain any reference to the old extensions.
---
main/helpcontent2/source/text/scalc/01/04060109.xhp | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/main/helpcontent2/source/text/scalc/01/04060109.xhp
b/main/helpcontent2/source/text/scalc/01/04060109.xhp
index e7480f6..95c938b 100644
--- a/main/helpcontent2/source/text/scalc/01/04060109.xhp
+++ b/main/helpcontent2/source/text/scalc/01/04060109.xhp
@@ -161,9 +161,9 @@
<paragraph xml-lang="en-US" id="hd_id3149546" role="heading"
level="3" l10n="U"
oldref="35">Example</paragraph>
<paragraph xml-lang="en-US" id="par_id3148734" role="paragraph"
l10n="U" oldref="36">
- <item
type="input">=DDE("soffice";"c:\office\document\data1.sxc";"sheet1.A1")</item>
reads the contents of cell A1 in sheet1 of the <item
type="productname">%PRODUCTNAME</item> Calc spreadsheet data1.sxc.</paragraph>
+ <item
type="input">=DDE("soffice";"c:\office\document\data1.ods";"sheet1.A1")</item>
reads the contents of cell A1 in sheet1 of the <item
type="productname">%PRODUCTNAME</item> Calc spreadsheet data1.ods.</paragraph>
<paragraph xml-lang="en-US" id="par_id3153081" role="paragraph"
l10n="U" oldref="37">
- <item
type="input">=DDE("soffice";"c:\office\document\motto.sxw";"Today's
motto")</item> returns a motto in the cell containing this formula. First, you
must enter a line in the motto.sxw document containing the motto text and
define it as the first line of a section named <item type="literal">Today's
Motto</item> (in <item type="productname">%PRODUCTNAME</item> Writer under
<emph>Insert - Section</emph>). If the motto is modified (and saved) in the
<item type="productname">% [...]
+ <item
type="input">=DDE("soffice";"c:\office\document\motto.odt";"Today's
motto")</item> returns a motto in the cell containing this formula. First, you
must enter a line in the motto.odt document containing the motto text and
define it as the first line of a section named <item type="literal">Today's
Motto</item> (in <item type="productname">%PRODUCTNAME</item> Writer under
<emph>Insert - Section</emph>). If the motto is modified (and saved) in the
<item type="productname">% [...]
</section>
<section id="Section4">
<bookmark xml-lang="en-US" branch="index"
id="bm_id3153114"><bookmark_value>ERRORTYPE function</bookmark_value>
@@ -618,4 +618,4 @@
<embed href="text/scalc/01/04060100.xhp#drking"/>
</section>
</body>
-</helpdocument>
\ No newline at end of file
+</helpdocument>