val was not being initialized properly lo_LayoutBlockSpacer(). Fixed. Thanks
to Kathy Brade (brade@netscape.com) for catching this. git-svn-id: svn://10.0.0.236/trunk@1835 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -337,6 +337,7 @@ static void lo_LayoutBlockSpacer(MWContext *context, lo_DocState *state, LO_Spac
|
||||
}
|
||||
else
|
||||
{
|
||||
val = spacer->height;
|
||||
val = state->win_height * val / 100;
|
||||
if (val < 1)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user