diff options
author | Michael Stahl <mstahl@redhat.com> | 2017-01-04 15:29:37 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-01-04 15:30:53 +0100 |
commit | f240b1db88440297d0b1eef80e8974ee54590df1 (patch) | |
tree | b66573c4b33d2d5f60ea7afab5ce5fd1c1d188ba /sw/inc/ftninfo.hxx | |
parent | 15ca00601701c50ccdb3d8dbe08ba705787386a7 (diff) |
sw: remove the silly casting in SwEndNoteOptionPage
... by fixing the size of SwFootnoteNum so it can be forward declared.
Change-Id: I1a9d32a1ec7e7201de1910407d32020b75fb7342
Diffstat (limited to 'sw/inc/ftninfo.hxx')
-rw-r--r-- | sw/inc/ftninfo.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/ftninfo.hxx b/sw/inc/ftninfo.hxx index d10ab320d266..df00db048c32 100644 --- a/sw/inc/ftninfo.hxx +++ b/sw/inc/ftninfo.hxx @@ -81,7 +81,7 @@ enum SwFootnotePos FTNPOS_CHAPTER = 8 }; -enum SwFootnoteNum +enum SwFootnoteNum : unsigned { FTNNUM_PAGE, FTNNUM_CHAPTER, FTNNUM_DOC }; |