summaryrefslogtreecommitdiff
path: root/sw/source/core/undo
diff options
context:
space:
mode:
authorjp <jp@openoffice.org>2000-11-28 19:40:08 +0000
committerjp <jp@openoffice.org>2000-11-28 19:40:08 +0000
commit958e6794f9e7ddd8fa4d9badc28e57bacd99a38e (patch)
treed672eb70f2953b5c0beb9d7f76cf80037e88ff9f /sw/source/core/undo
parentca066d9e5b78a448fcd02df30af8e7aea76fe5a6 (diff)
task #80795#: ReRead and InsertGrafik with GraphicObject
Diffstat (limited to 'sw/source/core/undo')
-rw-r--r--sw/source/core/undo/unins.cxx13
1 files changed, 8 insertions, 5 deletions
diff --git a/sw/source/core/undo/unins.cxx b/sw/source/core/undo/unins.cxx
index 71ec7a00a3de..b08f82213d81 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.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: jp $ $Date: 2000-10-25 15:13:25 $
+ * last change: $Author: jp $ $Date: 2000-11-28 20:36:53 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -822,13 +822,13 @@ void SwUndoReRead::SetAndSave( SwUndoIter& rIter )
SaveGraphicData( *pGrfNd );
if( pOldNm )
{
- pGrfNd->ReRead( *pOldNm, pFltr ? *pFltr : aEmptyStr, 0, TRUE );
+ pGrfNd->ReRead( *pOldNm, pFltr ? *pFltr : aEmptyStr, 0, 0, TRUE );
delete pOldNm;
delete pOldFltr;
}
else
{
- pGrfNd->ReRead( aEmptyStr, aEmptyStr, pOldGrf, TRUE );
+ pGrfNd->ReRead( aEmptyStr, aEmptyStr, pOldGrf, 0, TRUE );
delete pOldGrf;
}
@@ -1034,11 +1034,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.2 2000-10-25 15:13:25 jp Exp $
+ $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 $
Source Code Control System - Update
$Log: not supported by cvs2svn $
+ Revision 1.2 2000/10/25 15:13:25 jp
+ use CharClass/BreakIt instead of old WordSelection
+
Revision 1.1.1.1 2000/09/19 00:08:27 hr
initial import