sw/source/core/tox/tox.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 5ca2d1e26513095670b3fd2dce6a464a415cab89 Author: Lionel Elie Mamane <[email protected]> Date: Sun Sep 7 09:05:40 2014 +0200 more accurate typing Change-Id: Ibccf8c5cf520b79da0914eccbebdbb68601dd0f1 Reviewed-on: https://gerrit.libreoffice.org/11314 Reviewed-by: Lionel Elie Mamane <[email protected]> Tested-by: Lionel Elie Mamane <[email protected]> Reviewed-by: Norbert Thiebaud <[email protected]> Tested-by: Norbert Thiebaud <[email protected]> diff --git a/sw/source/core/tox/tox.cxx b/sw/source/core/tox/tox.cxx index 07b8333..bfa6cb2 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, _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
