diff options
-rw-r--r-- | sw/source/core/tox/tox.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/tox/tox.cxx b/sw/source/core/tox/tox.cxx index 07b833329af1..bfa6cb226851 100644 --- a/sw/source/core/tox/tox.cxx +++ b/sw/source/core/tox/tox.cxx @@ -66,7 +66,7 @@ static void lcl_FillAuthPattern(SwFormTokens &rAuthTokens, sal_uInt16 nTypeId) SwFormToken aTextToken( TOKEN_TEXT ); aTextToken.sText = ", "; - const sal_uInt16 nVals[4] = { + const ToxAuthorityField nVals[4] = { AUTH_FIELD_AUTHOR, AUTH_FIELD_TITLE, AUTH_FIELD_YEAR, |