diff options
author | Andreas Martens <ama@openoffice.org> | 2001-04-25 09:03:49 +0000 |
---|---|---|
committer | Andreas Martens <ama@openoffice.org> | 2001-04-25 09:03:49 +0000 |
commit | eb08d964831092ba885ea417fd191bff6c93faf5 (patch) | |
tree | 9bd3f51ef121658932fe92c19ebbb4a2780142c6 /sw/inc/doc.hxx | |
parent | 2e52eed6b3f4d95057b048c0e68ab314d9ead9fc (diff) |
Fix #86232#: GPF with invalide anchor
Diffstat (limited to 'sw/inc/doc.hxx')
-rw-r--r-- | sw/inc/doc.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx index 83b6ff4cf223..e02093bdb58e 100644 --- a/sw/inc/doc.hxx +++ b/sw/inc/doc.hxx @@ -2,9 +2,9 @@ * * $RCSfile: doc.hxx,v $ * - * $Revision: 1.20 $ + * $Revision: 1.21 $ * - * last change: $Author: jp $ $Date: 2001-04-23 14:08:17 $ + * last change: $Author: ama $ $Date: 2001-04-25 10:03:49 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -501,7 +501,7 @@ class SwDoc void _CopyFlyInFly( const SwNodeRange& rRg, const SwNodeIndex& rSttIdx, sal_Bool bCopyFlyAtFly = sal_False ) const; // steht im ndcopy.cxx - sal_Bool SetFlyFrmAnchor( SwFrmFmt& rFlyFmt, SfxItemSet& rSet, sal_Bool bNewFrms ); + sal_Int8 SetFlyFrmAnchor( SwFrmFmt& rFlyFmt, SfxItemSet& rSet, sal_Bool bNewFrms ); typedef SwFmt* (SwDoc:: *FNCopyFmt)( const String&, SwFmt* ); SwFmt* CopyFmt( const SwFmt& rFmt, const SvPtrarr& rFmtArr, |