View | Details | Raw Unified | Return to issue 61089
Collapse All | Expand All

(-)sw/source/core/tox/tox.cxx (+8 lines)
Lines 337-343 Link Here
337
        // <--
337
        // <--
338
338
339
        aTokens.push_back(aToken);
339
        aTokens.push_back(aToken);
340
        SwFormToken aLinkStartToken(TOKEN_LINK_START);
341
        aLinkStartToken.sCharStyleName = String(SW_RES(STR_POOLCHR_INET_NORMAL));
342
        aTokens.push_back(aLinkStartToken);
343
        
340
        aTokens.push_back(SwFormToken(TOKEN_PAGE_NUMS));
344
        aTokens.push_back(SwFormToken(TOKEN_PAGE_NUMS));
345
        
346
        SwFormToken aLinkEndToken(TOKEN_LINK_END);
347
        aLinkEndToken.sCharStyleName = String(SW_RES(STR_POOLCHR_INET_NORMAL));
348
        aTokens.push_back(aLinkEndToken);
341
    }
349
    }
342
350
343
    SetTemplate( 0, SW_RESSTR( nPoolId++ ));
351
    SetTemplate( 0, SW_RESSTR( nPoolId++ ));

Return to issue 61089