From 1acc4c2f499813c5b4b88830b8fb111e89d84098 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/03030111.xhp | 4 ++-- source/text/sbasic/shared/03030112.xhp | 4 ++-- source/text/sbasic/shared/03030113.xhp | 4 ++-- source/text/sbasic/shared/03030114.xhp | 4 ++-- source/text/sbasic/shared/03030115.xhp | 2 +- source/text/sbasic/shared/03030116.xhp | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) (limited to 'source/text/sbasic') diff --git a/source/text/sbasic/shared/03030111.xhp b/source/text/sbasic/shared/03030111.xhp index a38e325f93..9b13464ff5 100644 --- a/source/text/sbasic/shared/03030111.xhp +++ b/source/text/sbasic/shared/03030111.xhp @@ -50,8 +50,8 @@ Example: Sub ExampleCDateToUnoDate - aDatabaseRow.updateDate(3, CDateToUnoDate(Now)) - aDateControl.Date = CDateToUnoDate(Now) + aDatabaseRow.updateDate(3, CDateToUnoDate(Now)) + aDateControl.Date = CDateToUnoDate(Now) End Sub 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 diff --git a/source/text/sbasic/shared/03030113.xhp b/source/text/sbasic/shared/03030113.xhp index 4e63cd17e1..6957d162be 100644 --- a/source/text/sbasic/shared/03030113.xhp +++ b/source/text/sbasic/shared/03030113.xhp @@ -50,8 +50,8 @@ Example: Sub ExampleCDateToUnoTime - aDatabaseRow.updateTime(3, CDateToUnoTime(Now)) - aTimeControl.Time = CDateToUnoTime(Now) + aDatabaseRow.updateTime(3, CDateToUnoTime(Now)) + aTimeControl.Time = CDateToUnoTime(Now) End Sub diff --git a/source/text/sbasic/shared/03030114.xhp b/source/text/sbasic/shared/03030114.xhp index 833cf2bb87..eec641b51d 100644 --- a/source/text/sbasic/shared/03030114.xhp +++ b/source/text/sbasic/shared/03030114.xhp @@ -50,8 +50,8 @@ Example: Sub ExampleCDateFromUnoTime - MsgBox(aDatabaseRow.getTime(3)) - MsgBox(CDateFromUnoTime(aTimeControl.Time)) + MsgBox(CDateFromUnoTime(aDatabaseRow.getTime(3))) + MsgBox(CDateFromUnoTime(aTimeControl.Time)) End Sub diff --git a/source/text/sbasic/shared/03030115.xhp b/source/text/sbasic/shared/03030115.xhp index a8eb520231..52c21283ca 100644 --- a/source/text/sbasic/shared/03030115.xhp +++ b/source/text/sbasic/shared/03030115.xhp @@ -50,7 +50,7 @@ Example: Sub ExampleCDateToUnoDateTime - aDatabaseRow.updateTimestamp(3, CDateToUnoDateTime(Now)) + aDatabaseRow.updateTimestamp(3, CDateToUnoDateTime(Now)) End Sub diff --git a/source/text/sbasic/shared/03030116.xhp b/source/text/sbasic/shared/03030116.xhp index 6142e74647..c39455dbed 100644 --- a/source/text/sbasic/shared/03030116.xhp +++ b/source/text/sbasic/shared/03030116.xhp @@ -50,7 +50,7 @@ Example: Sub ExampleCDateFromUnoDateTime - MsgBox(aDatabaseRow.getTime(3)) + MsgBox(CDateFromUnoDateTime(aDatabaseRow.getTimestamp(3))) End Sub -- cgit v1.2.3