Kaydet (Commit) 49d077b8 authored tarafından Cédric Bosdonnat's avatar Cédric Bosdonnat

n#825976: Fixed missing part of condition

Change-Id: Icc41828e3c2bd088fb5f7dd876f62c077ddf65ce
üst c1fac434
...@@ -338,7 +338,7 @@ SwForm::SwForm( TOXTypes eTyp ) // #i21237# ...@@ -338,7 +338,7 @@ SwForm::SwForm( TOXTypes eTyp ) // #i21237#
aTokens.push_back(SwFormToken(TOKEN_PAGE_NUMS)); aTokens.push_back(SwFormToken(TOKEN_PAGE_NUMS));
} }
if (TOX_CONTENT == eType || TOX_ILLUSTRATIONS) if (TOX_CONTENT == eType || TOX_ILLUSTRATIONS == eType)
aTokens.push_back(SwFormToken(TOKEN_LINK_END)); aTokens.push_back(SwFormToken(TOKEN_LINK_END));
SetTemplate( 0, SW_RESSTR( nPoolId++ )); SetTemplate( 0, SW_RESSTR( nPoolId++ ));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment