diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2014-09-07 09:05:40 +0200 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2014-09-07 02:37:38 -0500 |
commit | 5ca2d1e26513095670b3fd2dce6a464a415cab89 (patch) | |
tree | 8cbd83125585890973b22cc2e12cb11838657aaa /sw | |
parent | aa454b228cb96920d63456be4f920aca1fe3b60e (diff) |
more accurate typing
Change-Id: Ibccf8c5cf520b79da0914eccbebdbb68601dd0f1
Reviewed-on: https://gerrit.libreoffice.org/11314
Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
Diffstat (limited to 'sw')
-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, |