summaryrefslogtreecommitdiff
path: root/sw/inc/SwUndoField.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-04-03 15:49:30 +0000
committerKurt Zenker <kz@openoffice.org>2008-04-03 15:49:30 +0000
commite90821722f2f58bdfc500e655fe7a118886f1279 (patch)
tree67b7d0972b3128241b72217efbdaf61096650e7c /sw/inc/SwUndoField.hxx
parent035b89b727ef48ed448727a50f010914a35778c0 (diff)
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
Diffstat (limited to 'sw/inc/SwUndoField.hxx')
-rw-r--r--sw/inc/SwUndoField.hxx9
1 files changed, 5 insertions, 4 deletions
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);