diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2013-11-05 13:44:54 +0100 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2013-11-05 13:44:54 +0100 |
commit | 7e453f7aa00ad02def99283bd32a096615530f8e (patch) | |
tree | 692440c2882f2d39a19594c0b6efdd9842e7bd5f /source/text/sbasic/shared/03030111.xhp | |
parent | fed648365a724a068113c6491d380fab67b5f5da (diff) |
basic code not localisable
Change-Id: Ifcc4985afac1f62787d317352bdb45a490d71963
Diffstat (limited to 'source/text/sbasic/shared/03030111.xhp')
-rw-r--r-- | source/text/sbasic/shared/03030111.xhp | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ <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 ExampleCDateToUnoDate</paragraph> - <paragraph role="bascode" id="par_id3153126" xml-lang="en-US" l10n="U"> aDatabaseRow.updateDate(3, CDateToUnoDate(Now))</paragraph> - <paragraph role="bascode" id="par_id3153127" xml-lang="en-US" l10n="U"> aDateControl.Date = CDateToUnoDate(Now)</paragraph> + <paragraph role="bascode" localize="false" id="par_id3153126" xml-lang="en-US" l10n="U"> aDatabaseRow.updateDate(3, CDateToUnoDate(Now))</paragraph> + <paragraph role="bascode" localize="false" id="par_id3153127" xml-lang="en-US" l10n="U"> aDateControl.Date = CDateToUnoDate(Now)</paragraph> <paragraph role="bascode" localize="false" xml-lang="en-US">End Sub</paragraph> </bascode> </body> |