Applied patch [ 809066 ] Cleanup for text2rtf

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23711 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2003-09-19 16:09:29 +00:00
parent 07ee782bb8
commit 6a205442c4
4 changed files with 6 additions and 10 deletions

View File

@@ -2526,7 +2526,7 @@ bool HTMLOnArgument(int macroId, int arg_no, bool start)
if (val)
{
bool isPicture = FALSE;
char *s = ParseColourString(val, &isPicture);
ParseColourString(val, &isPicture);
if (isPicture)
{
if (backgroundImageString)
@@ -2665,7 +2665,6 @@ bool HTMLOnArgument(int macroId, int arg_no, bool start)
startRows = TRUE;
tableVerticalLineLeft = FALSE;
tableVerticalLineRight = FALSE;
int currentWidth = 0;
char *alignString = copystring(GetArgData());
ParseTableArgument(alignString);