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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user