summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/mvsave.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-08-14 15:20:52 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-08-14 15:20:52 +0000
commit187096e048209fe9803dc649728d2e1c77113d52 (patch)
tree0b75ec1d7c9a606a79a9b5d11f309c0a0440ebc8 /sw/source/core/inc/mvsave.hxx
parentdcfc8f55294ff3b8500c612477335cf38cd99f4f (diff)
INTEGRATION: CWS writercorehandoff (1.4.1286); FILE MERGED
2006/04/28 13:32:54 fme 1.4.1286.4: RESYNC: (1.5-1.6); FILE MERGED 2005/09/13 13:56:31 tra 1.4.1286.3: RESYNC: (1.4-1.5); FILE MERGED 2005/07/19 08:42:55 tra 1.4.1286.2: #i50348#make SwDoc interface based 2005/06/07 14:13:57 fme 1.4.1286.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.
Diffstat (limited to 'sw/source/core/inc/mvsave.hxx')
-rw-r--r--sw/source/core/inc/mvsave.hxx14
1 files changed, 8 insertions, 6 deletions
diff --git a/sw/source/core/inc/mvsave.hxx b/sw/source/core/inc/mvsave.hxx
index ddbc535c1c39..affc5c8f6a86 100644
--- a/sw/source/core/inc/mvsave.hxx
+++ b/sw/source/core/inc/mvsave.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: mvsave.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: hr $ $Date: 2006-04-19 14:20:27 $
+ * last change: $Author: hr $ $Date: 2006-08-14 16:20:52 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -32,7 +32,6 @@
* MA 02111-1307 USA
*
************************************************************************/
-
#ifndef _MVSAVE_HXX
#define _MVSAVE_HXX
@@ -47,6 +46,10 @@
#include <svtools/svarray.hxx>
#endif
+#ifndef IDOCUMENTBOOKMARKACCESS_HXX_INCLUDED
+#include <IDocumentBookmarkAccess.hxx>
+#endif
+
class SvNumberFormatter;
class SvULongs;
class SwBookmark;
@@ -57,7 +60,6 @@ class SwIndex;
class SwNodeIndex;
class SwNodeRange;
class SwPaM;
-class SwRedline;
struct SwPosition;
enum SaveBookmarkType { BKMK_POS_NONE = 0x00,
@@ -72,13 +74,13 @@ class SaveBookmark
xub_StrLen nCntnt1, nCntnt2;
KeyCode aCode;
SaveBookmarkType eBkmkType;
- BOOKMARK_TYPE eOrigBkmType;
+ IDocumentBookmarkAccess::BookmarkType eOrigBkmType;
public:
SaveBookmark( int, const SwBookmark&, const SwNodeIndex&,
const SwIndex* pIdx = 0 );
void SetInDoc( SwDoc* pDoc, const SwNodeIndex&, const SwIndex* pIdx = 0);
- BOOKMARK_TYPE GetOriginalBkmType() const {return eOrigBkmType;}
+ IDocumentBookmarkAccess::BookmarkType GetOriginalBkmType() const {return eOrigBkmType;}
};
SV_DECL_PTRARR_DEL( SaveBookmarks, SaveBookmark*, 0, 10 )