diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-09-04 09:26:05 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-09-04 09:26:05 +0000 |
commit | c535a76dcb550f6b9e98268f49cec1a7c8986156 (patch) | |
tree | 75f52b5482d32fa7a7192f74d69a9bcb4fa3b408 | |
parent | 45e87d4e8bf78190237eb31e635bd9bb196e00b5 (diff) |
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
-rw-r--r-- | sw/source/filter/ww8/ww8par5.cxx | 4 |
1 files 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; } |