diff options
Diffstat (limited to 'sw/inc/SwUndoField.hxx')
-rw-r--r-- | sw/inc/SwUndoField.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/SwUndoField.hxx b/sw/inc/SwUndoField.hxx index 91938ebfe0a5..5b62429a1336 100644 --- a/sw/inc/SwUndoField.hxx +++ b/sw/inc/SwUndoField.hxx @@ -44,8 +44,8 @@ public: class SwUndoFieldFromDoc final : public SwUndoField { std::unique_ptr<SwField> pOldField, pNewField; - SwMsgPoolItem * const pHint; - bool const bUpdate; + SwMsgPoolItem * pHint; + bool bUpdate; void DoImpl(); @@ -64,7 +64,7 @@ public: class SwUndoFieldFromAPI final : public SwUndoField { css::uno::Any aOldVal, aNewVal; - sal_uInt16 const nWhich; + sal_uInt16 nWhich; void DoImpl(); |