From 7e41301c059b69141fbec2ea9dbde937a768229e Mon Sep 17 00:00:00 2001 From: Lionel Elie Mamane Date: Tue, 5 Nov 2013 10:08:25 +0100 Subject: fixup examples of CDate(From|To)Uno(Date|Time|DateTime) also mark them as non-localizable Change-Id: I547317d52bf08bcfb0954267e25ce5f2881d1c75 Reviewed-on: https://gerrit.libreoffice.org/6578 Reviewed-by: Andras Timar Tested-by: Andras Timar --- source/text/sbasic/shared/03030112.xhp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/text/sbasic/shared/03030112.xhp') diff --git a/source/text/sbasic/shared/03030112.xhp b/source/text/sbasic/shared/03030112.xhp index d435880969..bfa889d8e9 100644 --- a/source/text/sbasic/shared/03030112.xhp +++ b/source/text/sbasic/shared/03030112.xhp @@ -50,8 +50,8 @@ Example: Sub ExampleCDateFromUnoDate - MsgBox(aDatabaseRow.getDate(3)) - MsgBox(CDateFromUnoDate(aDateControl.Date)) + MsgBox(CDateFromUnoDate(aDatabaseRow.getDate(3))) + MsgBox(CDateFromUnoDate(aDateControl.Date)) End Sub -- cgit v1.2.3