diff options
Diffstat (limited to 'sw/inc/SwUndoField.hxx')
-rw-r--r-- | sw/inc/SwUndoField.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/inc/SwUndoField.hxx b/sw/inc/SwUndoField.hxx index 541cb54e70b9..66ad76e992d4 100644 --- a/sw/inc/SwUndoField.hxx +++ b/sw/inc/SwUndoField.hxx @@ -52,8 +52,7 @@ class SwUndoFieldFromDoc : public SwUndoField public: SwUndoFieldFromDoc(const SwPosition & rPos, const SwField & aOldField, const SwField & aNewField, - SwMsgPoolItem * pHint, bool bUpdate, - SwUndoId nId = UNDO_FIELD ); + SwMsgPoolItem * pHint, bool bUpdate); virtual ~SwUndoFieldFromDoc(); |