[Libreoffice-commits] core.git: Branch 'distro/suse/suse-4.0' - sw/source

Cédric Bosdonnat cedric.bosdonnat at free.fr
Thu Jul 18 08:52:16 PDT 2013


 sw/source/core/tox/tox.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 49d077b80c15ec9d069435da08bbfe38cdd57c5a
Author: Cédric Bosdonnat <cedric.bosdonnat at free.fr>
Date:   Thu Jul 18 17:48:31 2013 +0200

    n#825976: Fixed missing part of condition
    
    Change-Id: Icc41828e3c2bd088fb5f7dd876f62c077ddf65ce

diff --git a/sw/source/core/tox/tox.cxx b/sw/source/core/tox/tox.cxx
index eebf802..a00719b 100644
--- a/sw/source/core/tox/tox.cxx
+++ b/sw/source/core/tox/tox.cxx
@@ -338,7 +338,7 @@ SwForm::SwForm( TOXTypes eTyp ) // #i21237#
         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));
 
     SetTemplate( 0, SW_RESSTR( nPoolId++ ));


More information about the Libreoffice-commits mailing list