summaryrefslogtreecommitdiff
path: root/sw/inc/SwUndoField.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-03-16 09:11:42 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-03-16 07:56:25 +0000
commit8ae9dcec653c4ad3eeb8c3e1fa9b1684e2bd64a2 (patch)
treed72e1a17603bb146cce0d02ffeec46acb57335c6 /sw/inc/SwUndoField.hxx
parent3b7d751ad4f950aae0641a75b2ea993025629c9d (diff)
convert SwUndoId to scoped enum
Change-Id: I782fdd53641c0d7c629265b6179de70aa54382f9 Reviewed-on: https://gerrit.libreoffice.org/35246 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/SwUndoField.hxx')
-rw-r--r--sw/inc/SwUndoField.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/SwUndoField.hxx b/sw/inc/SwUndoField.hxx
index a2c7589dd18c..50825408dd67 100644
--- a/sw/inc/SwUndoField.hxx
+++ b/sw/inc/SwUndoField.hxx
@@ -37,7 +37,7 @@ protected:
SwPosition GetPosition();
public:
- SwUndoField(const SwPosition & rPos, SwUndoId nId = UNDO_FIELD );
+ SwUndoField(const SwPosition & rPos, SwUndoId nId = SwUndoId::FIELD );
virtual ~SwUndoField() override;
};