Replaced wxBuffer with wxTex2RTFBuffer
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14732 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -720,8 +720,8 @@ void HTMLOnMacro(int macroId, int no_args, bool start)
|
||||
// Add this section title to the list of keywords
|
||||
if (htmlIndex)
|
||||
{
|
||||
OutputCurrentSectionToString(wxBuffer);
|
||||
AddKeyWordForTopic(topicName, wxBuffer, ConvertCase(currentFileName));
|
||||
OutputCurrentSectionToString(wxTex2RTFBuffer);
|
||||
AddKeyWordForTopic(topicName, wxTex2RTFBuffer, ConvertCase(currentFileName));
|
||||
}
|
||||
}
|
||||
break;
|
||||
@@ -782,8 +782,8 @@ void HTMLOnMacro(int macroId, int no_args, bool start)
|
||||
// Add this section title to the list of keywords
|
||||
if (htmlIndex)
|
||||
{
|
||||
OutputCurrentSectionToString(wxBuffer);
|
||||
AddKeyWordForTopic(topicName, wxBuffer, currentFileName);
|
||||
OutputCurrentSectionToString(wxTex2RTFBuffer);
|
||||
AddKeyWordForTopic(topicName, wxTex2RTFBuffer, currentFileName);
|
||||
}
|
||||
}
|
||||
break;
|
||||
@@ -889,8 +889,8 @@ void HTMLOnMacro(int macroId, int no_args, bool start)
|
||||
// Add this section title to the list of keywords
|
||||
if (htmlIndex)
|
||||
{
|
||||
OutputCurrentSectionToString(wxBuffer);
|
||||
AddKeyWordForTopic(topicName, wxBuffer, currentFileName);
|
||||
OutputCurrentSectionToString(wxTex2RTFBuffer);
|
||||
AddKeyWordForTopic(topicName, wxTex2RTFBuffer, currentFileName);
|
||||
}
|
||||
|
||||
}
|
||||
@@ -967,8 +967,8 @@ void HTMLOnMacro(int macroId, int no_args, bool start)
|
||||
// Add this section title to the list of keywords
|
||||
if (htmlIndex)
|
||||
{
|
||||
OutputCurrentSectionToString(wxBuffer);
|
||||
AddKeyWordForTopic(topicName, wxBuffer, currentFileName);
|
||||
OutputCurrentSectionToString(wxTex2RTFBuffer);
|
||||
AddKeyWordForTopic(topicName, wxTex2RTFBuffer, currentFileName);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user