X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7376079d095725be0fd5b1a105cbfecafc8b3576..9e967d5417d49764276cf121a32c35d5770b1332:/docs/latex/wx/richtextxmlhandler.tex diff --git a/docs/latex/wx/richtextxmlhandler.tex b/docs/latex/wx/richtextxmlhandler.tex index d49251f7b4..bf05d0d950 100644 --- a/docs/latex/wx/richtextxmlhandler.tex +++ b/docs/latex/wx/richtextxmlhandler.tex @@ -54,7 +54,7 @@ Returns \true. \membersection{wxRichTextXMLHandler::CreateStyle}\label{wxrichtextxmlhandlercreatestyle} -\func{wxString}{CreateStyle}{\param{const wxTextAttrEx\& }{attr}, \param{bool }{isPara = false}} +\func{wxString}{CreateStyle}{\param{const wxTextAttr\& }{attr}, \param{bool }{isPara = false}} Creates XML code for a given character or paragraph style. @@ -96,7 +96,7 @@ Helper function: gets a named parameter from the XML node. \membersection{wxRichTextXMLHandler::GetStyle}\label{wxrichtextxmlhandlergetstyle} -\func{bool}{GetStyle}{\param{wxTextAttrEx\& }{attr}, \param{wxXmlNode* }{node}, \param{bool }{isPara = false}} +\func{bool}{GetStyle}{\param{wxTextAttr\& }{attr}, \param{wxXmlNode* }{node}, \param{bool }{isPara = false}} Helper function: gets style parameters from the given XML node.