[Libreoffice-commits] core.git: sw/source
Lionel Elie Mamane
lionel at mamane.lu
Sun Sep 7 00:38:03 PDT 2014
sw/source/core/tox/tox.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 5ca2d1e26513095670b3fd2dce6a464a415cab89
Author: Lionel Elie Mamane <lionel at mamane.lu>
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 <lionel at mamane.lu>
Tested-by: Lionel Elie Mamane <lionel at mamane.lu>
Reviewed-by: Norbert Thiebaud <nthiebaud at gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud at gmail.com>
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,
More information about the Libreoffice-commits
mailing list