From c535a76dcb550f6b9e98268f49cec1a7c8986156 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Thu, 4 Sep 2008 09:26:05 +0000 Subject: INTEGRATION: CWS swenhancedfields2 (1.106.68); FILE MERGED 2008/08/04 14:14:43 b_michaelsen 1.106.68.2: RESYNC: (1.106-1.110); FILE MERGED 2008/04/23 14:29:22 ama 1.106.68.1: #i33737#: Enhanced fields --- sw/source/filter/ww8/ww8par5.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sw/source/filter/ww8/ww8par5.cxx b/sw/source/filter/ww8/ww8par5.cxx index 3029e03c8a6a..8ce58997c364 100644 --- a/sw/source/filter/ww8/ww8par5.cxx +++ b/sw/source/filter/ww8/ww8par5.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: ww8par5.cxx,v $ - * $Revision: 1.110 $ + * $Revision: 1.111 $ * * This file is part of OpenOffice.org. * @@ -323,7 +323,7 @@ long SwWW8ImplReader::Read_Book(WW8PLCFManResult*) if (pB->GetIsEnd()) { pReffedStck->SetAttr(*pPaM->GetPoint(), RES_FLTR_BOOKMARK, true, - pB->GetHandle()); + pB->GetHandle(), (eB & BOOK_FIELD)!=0); return 0; } -- cgit