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:
Julian Smart
2002-03-22 20:25:49 +00:00
parent 2a0951be51
commit aed3314d6e
5 changed files with 33 additions and 40 deletions

View File

@@ -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);
}
}
}