diff options
author | László Németh <nemeth@numbertext.org> | 2018-02-08 15:35:44 +0100 |
---|---|---|
committer | László Németh <nemeth@numbertext.org> | 2018-02-08 21:18:27 +0100 |
commit | e102432173c257cbbb7e368d784a54a1667bd622 (patch) | |
tree | 314b9d445c8cad7c245efe8e1b41bc0a79735cef /xmloff | |
parent | 59e1fced2b4115a882ffc1ac31a66f8d8e8793ff (diff) |
tdf#115319 use loext namespace for reference-language
attribute of alternative reference fields with Hungarian articles
Change-Id: I19578bc0d5cb5633cf2619e9aea81da946a13f3e
Reviewed-on: https://gerrit.libreoffice.org/49437
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: László Németh <nemeth@numbertext.org>
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/text/txtflde.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/text/txtflde.cxx b/xmloff/source/text/txtflde.cxx index b39772a82e46..26c261d24e65 100644 --- a/xmloff/source/text/txtflde.cxx +++ b/xmloff/source/text/txtflde.cxx @@ -1607,7 +1607,7 @@ void XMLTextFieldExport::ExportFieldHelper( { // export text:reference-language attribute, if not empty ProcessString(XML_REFERENCE_LANGUAGE, - GetStringProperty(sPropertyReferenceFieldLanguage, rPropSet), true); + GetStringProperty(sPropertyReferenceFieldLanguage, rPropSet), true, XML_NAMESPACE_LO_EXT); } ExportElement( MapReferenceSource( @@ -1629,7 +1629,7 @@ void XMLTextFieldExport::ExportFieldHelper( { // export text:reference-language attribute, if not empty ProcessString(XML_REFERENCE_LANGUAGE, - GetStringProperty(sPropertyReferenceFieldLanguage, rPropSet), true); + GetStringProperty(sPropertyReferenceFieldLanguage, rPropSet), true, XML_NAMESPACE_LO_EXT); } ExportElement( MapReferenceSource(GetInt16Property( @@ -1654,7 +1654,7 @@ void XMLTextFieldExport::ExportFieldHelper( { // export text:reference-language attribute, if not empty ProcessString(XML_REFERENCE_LANGUAGE, - GetStringProperty(sPropertyReferenceFieldLanguage, rPropSet), true); + GetStringProperty(sPropertyReferenceFieldLanguage, rPropSet), true, XML_NAMESPACE_LO_EXT); } ExportElement( MapReferenceSource(GetInt16Property( |