--- misc/boost_1_44_0/boost/spirit/home/classic/core/composite/directives.hpp +++ misc/build/boost_1_44_0/boost/spirit/home/classic/core/composite/directives.hpp @@ -364,7 +364,7 @@ if (l || r) { - if (l.length() < r.length() && l || !r) + if ((l.length() < r.length() && l) || !r) { scan.first = save; return l; ta/cgit.png' alt='cgit logo'/> index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbamenubars.cxx
AgeCommit message (Expand)Author
2024-05-20loplugin:ostr in sc/.../vbaNoel Grandin
2022-08-07clang-tidy modernize-pass-by-value in scNoel Grandin
2022-05-04Just use Any ctor instead of makeAny in scStephan Bergmann
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): scStephan Bergmann
2018-11-30tdf#42949 Fix IWYU warnings in sc/source/ui/*/hxxGabor Kelemen
2018-11-22improve function-local statics in scNoel Grandin
2017-09-26loplugin:flatten in scNoel Grandin