summaryrefslogtreecommitdiff
path: root/source/text/sbasic/shared/03030115.xhp
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2013-11-05 13:44:54 +0100
committerLionel Elie Mamane <lionel@mamane.lu>2013-11-05 13:44:54 +0100
commit7e453f7aa00ad02def99283bd32a096615530f8e (patch)
tree692440c2882f2d39a19594c0b6efdd9842e7bd5f /source/text/sbasic/shared/03030115.xhp
parentfed648365a724a068113c6491d380fab67b5f5da (diff)
basic code not localisable
Change-Id: Ifcc4985afac1f62787d317352bdb45a490d71963
Diffstat (limited to 'source/text/sbasic/shared/03030115.xhp')
-rw-r--r--source/text/sbasic/shared/03030115.xhp2
1 files changed, 1 insertions, 1 deletions
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 @@
<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 ExampleCDateToUnoDateTime</paragraph>
- <paragraph role="bascode" id="par_id3153126" xml-lang="en-US" l10n="U"> aDatabaseRow.updateTimestamp(3, CDateToUnoDateTime(Now))</paragraph>
+ <paragraph role="bascode" localize="false" id="par_id3153126" xml-lang="en-US" l10n="U"> aDatabaseRow.updateTimestamp(3, CDateToUnoDateTime(Now))</paragraph>
<paragraph role="bascode" localize="false" xml-lang="en-US">End Sub</paragraph>
</bascode>
</body>
ce-24-8-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/toolkit/source/awt/vclxtabpagecontainer.cxx
AgeCommit message (Expand)Author
2021-08-30tdf#74702 vcl: introduce GetSystemTextColor()Chris Sherlock
2020-08-04loplugin:flatten in toolkitNoel Grandin
2020-05-22remove Size arg from Window::Draw and depend on GetSizePixelCaolán McNamara
2020-05-18tdf#133142 UnoControlTabPageContainer: Handle tab property changesMichael Weghorn
2020-02-05move some toolkit/ headers inside the moduleNoel Grandin
2019-12-03remove some useless comment linesNoel Grandin
2019-09-18tdf#42949 Fix IWYU warnings in toolkit/Gabor Kelemen
2019-06-21VCL merge most of NotebookbarTabControlBaseJan-Marek Glogowski
2019-05-06Throw exception when peer for tabpage container is missingSamuel Mehrbrodt
2019-02-27loplugin:unnecessaryoverride look for more patternsNoel Grandin
2018-10-24Simplify containers iterations in test..toolsArkadiy Illarionov
2018-08-02Add missing sal/log.hxx headersGabor Kelemen
2017-11-18loplugin:flatten in toolkit..writerfilterNoel Grandin
2017-10-23loplugin:includeform: toolkitStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-08OSL_TRACE -> SAL in sw..ucbNoel Grandin
2016-12-07convert VCLEVENT constants to scoped enumNoel Grandin
2016-11-11update vclwidget loplugin to find ref-dropping assigmentNoel Grandin
2016-10-26loplugin:expandablemethods in toolkit..toolsNoel Grandin
2016-09-01std::list<sal_uInt16> -> vectorNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09com::sun::star->css in toolkit/Noel Grandin
2015-05-27convert WINDOW_DRAW flags to scoped enumNoel Grandin
2015-04-10toolkit: first cut at switching to VclPtr.Michael Meeks
2014-09-29loplugin: cstylecastNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-04-19Move headers that are private to toolkit there, thenTor Lillqvist
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
2014-03-28coverity#736157 Dereference null return valueCaolán McNamara
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-26Remove visual noise from toolkitAlexander Wilms
2013-12-20Resolves: #i120358# apply patch to support properties from tab modelJürgen Schmidt