diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-02-26 09:31:44 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-02-26 09:31:44 +0000 |
commit | 6d2bbab94a91485843930a82bb299e8f95bfbefa (patch) | |
tree | 0753ed1871b971853f7c638d4bb0f45450fec57d /sw/inc | |
parent | 15cf0106ac6f968684ee9c0e666b19ad80c77f6f (diff) |
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 <SwCrossRefBookmark>
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/rolbck.hxx | 10 |
1 files changed, 8 insertions, 2 deletions
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 <SwNodeNum.hxx> // <-- +// --> OD 2007-10-17 #i81002# +#include <IDocumentBookmarkAccess.hxx> +// <-- #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 ); |