summaryrefslogtreecommitdiff
path: root/BUCK
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2021-01-27 15:06:43 +0100
committerStephan Bergmann <sbergman@redhat.com>2021-01-27 17:16:20 +0100
commitfad5b7b9cf936bf6df49e2ac28977f350db24253 (patch)
treea2a014ed98200e2e9dbc9101e1bae33e5bce91fe /BUCK
parent02bb41dd5197503d0d8b7d8be0a8cd220c0d1c85 (diff)
Use std::u16string_view instead of OUString in one place
...due to which an upcoming loplugin:stringliteralvar improvement would otherwise have suggested to turn the MinusChar array into an OUStringLiteral, but which would have lead to awkward code elsewhere. (And the code is a bit more efficient this way now anyway, of course. The remaining OUString numberChar, multiplierChar, decimalChar, separatorChar; might benefit from a similar change, but they didn't interfere with the loplugin:stringliteralvar improvement, so are left alone at least for now.) Change-Id: I41e3ef987450cbd29d3663a9aeefda336d798170 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110019 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'BUCK')
0 files changed, 0 insertions, 0 deletions
logging unknown attributesNoel 2020-11-02drop the SvXMLExport::EndElement method..Noel 2020-11-02drop the SvXMLExport::Characters method..Noel 2020-08-14rename nmspmap.hxx -> namespacemap.hxxNoel Grandin 2020-05-29improve pahole script and pack a few classesNoel Grandin 2020-05-03use more compact namespace syntax in /includeNoel Grandin 2019-12-20add checks to optional fields in SvXMLImportContextNoel Grandin 2019-11-06tdf#125688 removing XWeak support from SvXMLImportContextNoel Grandin 2019-07-20Fix typosAndrea Gelmini 2019-01-22tdf#42949 Fix IWYU warnings in include/xmloff/*Gabor Kelemen 2018-09-13loplugin:constfields in xmloffNoel Grandin 2017-10-07drop use of tools::SvRef in xmloffNoel Grandin 2017-09-22ofz: don't leak in face of exceptionsCaolán McNamara 2017-02-09xmloff: remove onDemandRescueUsefulDataFromTemporaryMichael Stahl 2017-01-26Remove dynamic exception specificationsStephan Bergmann 2016-12-06tdf#88206 replace cppu::WeakImplHelper* in sax and xml*Jochen Nitschke 2016-09-16coverity#1372990 xmloff: use unique_ptr for RewindMapsMichael Stahl 2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann 2016-09-09loplugin:refcountingNoel Grandin 2016-09-09resolve the snafu with 2 separate refcounted basesDavid Tardon 2015-12-19xmloff: missing includeMiklos Vajna 2015-12-19coverity#1343637 Double freeCaolán McNamara 2015-12-17Avoid memory leaksStephan Bergmann 2015-11-115th step to remove tools/rtti.hxxOliver Specht 2015-10-23com::sun::star->css in include/ucbhelper to include/xmlscriptNoel Grandin 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2014-10-31fdo#80403: Import baseclasses implement FastParser interfacesDaniel Sikeler 2014-04-07Replace SV_DECL/IMPL_REF macros with SvRef templateStephan Bergmann 2014-02-05Resolves: #i124143# for draw:frame containing multiple draw:image...Armin Le Grand 2014-01-20Removed unused solar.h referenceAlexandre Vicenzi 2013-11-09fdo#65108 inter-module includes <> include/xmloffNorbert Thiebaud 2013-10-23fixincludeguards.sh: include/xml*Thomas Arnhold