diff options
author | László Németh <nemeth@numbertext.org> | 2018-01-31 16:35:05 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-02-02 09:06:42 +0100 |
commit | 1037e3759bf178b52d16c12a811717f94ab9950a (patch) | |
tree | a16ef8d43b9de36691e903e634e6ce64256b55cd /sw/inc/unoprnms.hxx | |
parent | 41759e1e892f37c0a51b8ee8cf9422a42230f0c9 (diff) |
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 <ci@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sw/inc/unoprnms.hxx')
-rw-r--r-- | sw/inc/unoprnms.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
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" |