diff options
author | jp <jp@openoffice.org> | 2000-12-22 09:37:51 +0000 |
---|---|---|
committer | jp <jp@openoffice.org> | 2000-12-22 09:37:51 +0000 |
commit | 8fa8101bcd0f9e94af18aaa9332c61effc79f008 (patch) | |
tree | deeb07ff01e2da20209e6732d67efbf16133f75a /sw/source | |
parent | 3fe6f34ea39d3b7f0768210c6c90a490880382d8 (diff) |
SetAndSave: set pSelFmt at the UndoIter
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/core/undo/unins.cxx | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/sw/source/core/undo/unins.cxx b/sw/source/core/undo/unins.cxx index b08f82213d81..aa1bd8c39dbd 100644 --- a/sw/source/core/undo/unins.cxx +++ b/sw/source/core/undo/unins.cxx @@ -2,9 +2,9 @@ * * $RCSfile: unins.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: jp $ $Date: 2000-11-28 20:36:53 $ + * last change: $Author: jp $ $Date: 2000-12-22 10:37:51 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -834,6 +834,8 @@ void SwUndoReRead::SetAndSave( SwUndoIter& rIter ) if( RES_DONT_MIRROR_GRF != nOldMirr ) pGrfNd->SetAttr( SwMirrorGrf() ); + + rIter.pSelFmt = pGrfNd->GetFlyFmt(); } @@ -1034,11 +1036,14 @@ void SwUndoInsertLabel::SetDrawObj( const Point& rPos, BYTE nLId ) Source Code Control System - Header - $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/source/core/undo/unins.cxx,v 1.3 2000-11-28 20:36:53 jp Exp $ + $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/source/core/undo/unins.cxx,v 1.4 2000-12-22 10:37:51 jp Exp $ Source Code Control System - Update $Log: not supported by cvs2svn $ + Revision 1.3 2000/11/28 20:36:53 jp + task #80795#: ReRead and InsertGrafik with GraphicObject + Revision 1.2 2000/10/25 15:13:25 jp use CharClass/BreakIt instead of old WordSelection |