Kaydet (Commit) 463f7be3 authored tarafından Julien Nabet's avatar Julien Nabet

Cppcheck: Same expression on both sides of '||'

Change-Id: Ib4979a90134a71f6f26d20ea9430d2ae7f338dbc
üst fe9f69f6
......@@ -819,7 +819,7 @@ IMAGE_SETEVENT:
if (bRequestGrfNow && pGrfNd)
{
Size aUpdatedSize = pGrfNd->GetTwipSize(); //trigger a swap-in
SAL_WARN_IF(!aUpdatedSize.Width() || !aUpdatedSize.Width(), "sw.html", "html image with no width or height");
SAL_WARN_IF(!aUpdatedSize.Width() || !aUpdatedSize.Height(), "sw.html", "html image with no width or height");
}
// Ggf. Frames anlegen und Auto-gebundenen Rahmen registrieren
......
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