summaryrefslogtreecommitdiff
path: root/source/text/sbasic/shared/03030112.xhp
diff options
context:
space:
mode:
Diffstat (limited to 'source/text/sbasic/shared/03030112.xhp')
-rw-r--r--source/text/sbasic/shared/03030112.xhp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/sbasic/shared/03030112.xhp b/source/text/sbasic/shared/03030112.xhp
index 44f83c1dac..9772106d3d 100644
--- a/source/text/sbasic/shared/03030112.xhp
+++ b/source/text/sbasic/shared/03030112.xhp
@@ -50,7 +50,7 @@
<paragraph role="heading" id="hd_id3147243" xml-lang="en-US" level="2" l10n="U" oldref="9">Example:</paragraph>
<bascode>
<paragraph role="bascode" localize="false" xml-lang="en-US">Sub ExampleCDateFromUnoDate</paragraph>
- <paragraph role="bascode" id="par_id3153126" xml-lang="en-US" l10n="U"> MsgBox(aDatabaseRow.getDate(3))</paragraph>
+ <paragraph role="bascode" id="par_id3153126" xml-lang="en-US" l10n="U"> MsgBox(CDateFromUnoDate(aDatabaseRow.getDate(3)))</paragraph>
<paragraph role="bascode" id="par_id3153127" xml-lang="en-US" l10n="U"> MsgBox(CDateFromUnoDate(aDateControl.Date))</paragraph>
<paragraph role="bascode" localize="false" xml-lang="en-US">End Sub</paragraph>
</bascode>