From 1037e3759bf178b52d16c12a811717f94ab9950a Mon Sep 17 00:00:00 2001 From: László Németh Date: Wed, 31 Jan 2018 16:35:05 +0100 Subject: tdf#115319 references with Hungarian articles Add new alternative reference formats, stored by the proposed text:reference-language attribute. This is an implementation of the ODF improvement draft published in the bug report. Note: choose Hungarian locale setting to show the new "Article a/az + Page" etc. reference formats in dialog window "Fields". Change-Id: I210d4b9a3e821fb4e45e24643bad9c70b867c89d Reviewed-on: https://gerrit.libreoffice.org/48944 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- sw/inc/unoprnms.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sw/inc/unoprnms.hxx') diff --git a/sw/inc/unoprnms.hxx b/sw/inc/unoprnms.hxx index cb4e45a131f6..21e68ea83296 100644 --- a/sw/inc/unoprnms.hxx +++ b/sw/inc/unoprnms.hxx @@ -287,6 +287,7 @@ #define UNO_NAME_PRINT "Print" #define UNO_NAME_REFERENCE_FIELD_PART "ReferenceFieldPart" #define UNO_NAME_REFERENCE_FIELD_SOURCE "ReferenceFieldSource" +#define UNO_NAME_REFERENCE_FIELD_LANGUAGE "ReferenceFieldLanguage" #define UNO_NAME_REGISTER_PARAGRAPH_STYLE "RegisterParagraphStyle" #define UNO_NAME_SCRIPT_TYPE "ScriptType" #define UNO_NAME_SEARCH_ALL "SearchAll" -- cgit