From 6d2bbab94a91485843930a82bb299e8f95bfbefa Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Tue, 26 Feb 2008 09:31:44 +0000 Subject: INTEGRATION: CWS swcrossref01_DEV300 (1.9.18); FILE MERGED 2008/02/01 08:12:54 od 1.9.18.2: RESYNC: (1.9-1.10); FILE MERGED 2007/10/18 13:16:48 od 1.9.18.1: #i81002# introduction of new bookmark type --- sw/inc/rolbck.hxx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'sw/inc') diff --git a/sw/inc/rolbck.hxx b/sw/inc/rolbck.hxx index 5e969860f7fe..993efbf5897c 100644 --- a/sw/inc/rolbck.hxx +++ b/sw/inc/rolbck.hxx @@ -4,9 +4,9 @@ * * $RCSfile: rolbck.hxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: vg $ $Date: 2008-01-29 08:36:42 $ + * last change: $Author: obo $ $Date: 2008-02-26 10:31:44 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -83,6 +83,9 @@ class SwCharFmt; // --> OD 2007-07-09 #i77372# #include // <-- +// --> OD 2007-10-17 #i81002# +#include +// <-- #ifndef PRODUCT class Writer; @@ -286,6 +289,9 @@ class SwHstryBookmark : public SwHstryHint xub_StrLen nCntnt1, nCntnt2; USHORT nKeyCode; BYTE nTyp; + // --> OD 2007-10-17 #i81002# + const IDocumentBookmarkAccess::BookmarkType eBkmkType; + // <-- public: enum { BKMK_POS = 1, BKMK_OTHERPOS = 2 }; SwHstryBookmark( const SwBookmark&, BYTE nTyp ); -- cgit