summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sw/source/filter/html/htmlgrin.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/html/htmlgrin.cxx b/sw/source/filter/html/htmlgrin.cxx
index 99a5844662da..3440326643e6 100644
--- a/sw/source/filter/html/htmlgrin.cxx
+++ b/sw/source/filter/html/htmlgrin.cxx
@@ -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