summaryrefslogtreecommitdiff
path: root/sw/inc/tox.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-08-16 12:48:45 +0200
committerNoel Grandin <noel@peralex.com>2016-08-17 08:45:15 +0200
commit49561be0fd2041fc9d32c4ac1ab1063f620a4e08 (patch)
tree4345072ee14a3451e1b9b1bd0e646c146844665e /sw/inc/tox.hxx
parent42ab2cfbd92bc30a62a2c126d4ad6d5726846d8b (diff)
convert SvxTabAdjust to scoped enum
Change-Id: I29a33b8ea5daaa4b9059d024ffa4a99ca924f7ef
Diffstat (limited to 'sw/inc/tox.hxx')
-rw-r--r--sw/inc/tox.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/tox.hxx b/sw/inc/tox.hxx
index 63cf28621892..e0656b6fda4f 100644
--- a/sw/inc/tox.hxx
+++ b/sw/inc/tox.hxx
@@ -224,7 +224,7 @@ struct SW_DLLPUBLIC SwFormToken
nTabStopPosition(0),
eTokenType(eType),
nPoolId(USHRT_MAX),
- eTabAlign( SVX_TAB_ADJUST_LEFT ),
+ eTabAlign( SvxTabAdjust::Left ),
nChapterFormat(0 /*CF_NUMBER*/),
nOutlineLevel(MAXLEVEL), //default to maximum outline level
nAuthorityField(0 /*AUTH_FIELD_IDENTIFIER*/),