From e90821722f2f58bdfc500e655fe7a118886f1279 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Thu, 3 Apr 2008 15:49:30 +0000 Subject: INTEGRATION: CWS sw30bf02 (1.6.202); FILE MERGED 2008/03/07 11:55:16 ama 1.6.202.1: Fix #85840#: Undo-string for edit notes --- sw/inc/SwUndoField.hxx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'sw/inc/SwUndoField.hxx') diff --git a/sw/inc/SwUndoField.hxx b/sw/inc/SwUndoField.hxx index f0ac31cc615b..d230b27525bb 100644 --- a/sw/inc/SwUndoField.hxx +++ b/sw/inc/SwUndoField.hxx @@ -4,9 +4,9 @@ * * $RCSfile: SwUndoField.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: hr $ $Date: 2007-09-27 07:55:01 $ + * last change: $Author: kz $ $Date: 2008-04-03 16:49:30 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -51,7 +51,7 @@ protected: SwPosition GetPosition(); public: - SwUndoField(const SwPosition & rPos); + SwUndoField(const SwPosition & rPos, SwUndoId nId = UNDO_FIELD ); virtual ~SwUndoField(); }; @@ -64,7 +64,8 @@ class SwUndoFieldFromDoc : public SwUndoField public: SwUndoFieldFromDoc(const SwPosition & rPos, const SwField & aOldField, const SwField & aNewField, - SwMsgPoolItem * pHnt, BOOL bUpdate); + SwMsgPoolItem * pHnt, BOOL bUpdate, + SwUndoId nId = UNDO_FIELD ); virtual ~SwUndoFieldFromDoc(); virtual void Undo(SwUndoIter & rIt); -- cgit