]> git.saurik.com Git - wxWidgets.git/commit
Avoid using wxHtmlTag::HasParam() unnecessarily.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 30 Sep 2013 23:48:46 +0000 (23:48 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 30 Sep 2013 23:48:46 +0000 (23:48 +0000)
commit534f87c6c442aa2710a44352bd26d215fec1714b
tree86cd6c4ce252d9795fce5d66e73cab77288e681e
parent6d2190fcb4ba8c0a297a90ac233e88ad0c5cd13f
Avoid using wxHtmlTag::HasParam() unnecessarily.

Use GetParamAsXXX() accessors instead as they combine the calls to HasParam()
and GetParam() and make the code shorter and avoid the duplication of the tag
name.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74881 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/html/htmlcell.cpp
src/html/htmlpars.cpp
src/html/m_fonts.cpp
src/html/m_image.cpp
src/html/m_layout.cpp
src/html/m_links.cpp
src/html/m_tables.cpp