Kaydet (Commit) 42beddd4 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:simplifybool (clang-cl)

Change-Id: Id86ddcbed61df87f8da7a58972387d950d14634d
Reviewed-on: https://gerrit.libreoffice.org/45339Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst 2eb0cadf
...@@ -247,7 +247,7 @@ Sequence<sal_Int8> SAL_CALL TextHtmlToHTMLFormat(Sequence<sal_Int8> const & aTex ...@@ -247,7 +247,7 @@ Sequence<sal_Int8> SAL_CALL TextHtmlToHTMLFormat(Sequence<sal_Int8> const & aTex
{ {
OSL_ASSERT(aTextHtml.getLength() > 0); OSL_ASSERT(aTextHtml.getLength() > 0);
if (!(aTextHtml.getLength() > 0)) if (aTextHtml.getLength() <= 0)
return Sequence<sal_Int8>(); return Sequence<sal_Int8>();
// fill the buffer with dummy values to calc the exact length // fill the buffer with dummy values to calc the exact length
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment