- int neww = (w == -1) ? -1 : (int)(m_WParser -> GetPixelScale() * (double)w),
- newh = (h == -1) ? -1 : (int)(m_WParser -> GetPixelScale() * (double)h);
-
- cel = new wxHtmlImageCell(str, neww, newh, al, mn);
+ cel = new wxHtmlImageCell(str, w, h, m_WParser -> GetPixelScale(), al, mn);