Files
loongoffice/sal/qa/rtl/oustringbuffer
Stephan Bergmann 4cae353cae Fix loplugin:stringliteralvar
...detection of

  OUString( const sal_Unicode * value, sal_Int32 length )

ctor.  (On platforms where sal_Int32 is a typedef for int, an argument that
already is of type int will not be wrapped in an ImplicitCastExpr to the
sal_Int32 typedef.)

Change-Id: Ifc5456a62d42c1acad76ea949549dc24bd67201a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110654
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2021-02-10 10:33:25 +01:00
..