[Libreoffice-commits] help.git: source/text
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Sat Aug 11 23:07:31 UTC 2018
source/text/sbasic/shared/03150001.xhp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 5c1d1eb33951982ffa5352980d4713489c0d98ae
Author: Stanislav Horacek <stanislav.horacek at gmail.com>
AuthorDate: Sat Aug 11 19:41:45 2018 +0200
Commit: Olivier Hallot <olivier.hallot at libreoffice.org>
CommitDate: Sun Aug 12 01:07:11 2018 +0200
correct variable name in VBA example for WeekdayName function
Change-Id: I79cbb241239f1f9cee59994b2b35e76703b1aa1a
Reviewed-on: https://gerrit.libreoffice.org/58885
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>
diff --git a/source/text/sbasic/shared/03150001.xhp b/source/text/sbasic/shared/03150001.xhp
index 9775be90f..d3e0e20c8 100644
--- a/source/text/sbasic/shared/03150001.xhp
+++ b/source/text/sbasic/shared/03150001.xhp
@@ -160,7 +160,7 @@
<paragraph role="bascode" id="par_id741512155700026" xml-lang="en-US" localize="false">Sub Example_WeekdayName</paragraph>
<paragraph role="bascode" id="par_id321512155714044" xml-lang="en-US" localize="false"> Dim tgf as Integer</paragraph>
<paragraph role="bascode" id="par_id1001512155732764" xml-lang="en-US" localize="false"> tgf = 6</paragraph>
- <paragraph role="bascode" id="par_id421512155749762" xml-lang="en-US" localize="false"> print tdf &" "& WeekdayName(tgf,False,vbSunday)</paragraph>
+ <paragraph role="bascode" id="par_id421512155749762" xml-lang="en-US" localize="false"> print tgf &" "& WeekdayName(tgf,False,vbSunday)</paragraph>
<paragraph role="bascode" id="par_id891512155760344" xml-lang="en-US" localize="false">End Sub</paragraph>
</bascode>
More information about the Libreoffice-commits
mailing list