From 7e453f7aa00ad02def99283bd32a096615530f8e Mon Sep 17 00:00:00 2001 From: Lionel Elie Mamane Date: Tue, 5 Nov 2013 13:44:54 +0100 Subject: basic code not localisable Change-Id: Ifcc4985afac1f62787d317352bdb45a490d71963 --- 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/shared') diff --git a/source/text/sbasic/shared/03030111.xhp b/source/text/sbasic/shared/03030111.xhp index 16d6de56cd..5673e624a9 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 9772106d3d..ef4fb3e70f 100644 --- a/source/text/sbasic/shared/03030112.xhp +++ b/source/text/sbasic/shared/03030112.xhp @@ -50,8 +50,8 @@ Example: Sub ExampleCDateFromUnoDate - MsgBox(CDateFromUnoDate(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 257f6a1ebc..9d95b88f81 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 c4d780f308..95476a72ea 100644 --- a/source/text/sbasic/shared/03030114.xhp +++ b/source/text/sbasic/shared/03030114.xhp @@ -50,8 +50,8 @@ Example: Sub ExampleCDateFromUnoTime - MsgBox(CDateFromUnoTime(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 47d2ed82df..ce63f13293 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 fdd92e376c..c9793d6e6a 100644 --- a/source/text/sbasic/shared/03030116.xhp +++ b/source/text/sbasic/shared/03030116.xhp @@ -50,7 +50,7 @@ Example: Sub ExampleCDateFromUnoDateTime - MsgBox(CDateFromUnoDateTime(aDatabaseRow.getTimestamp(3))) + MsgBox(CDateFromUnoDateTime(aDatabaseRow.getTimestamp(3))) End Sub -- cgit