[Libreoffice-commits] core.git: xmloff/source

László Németh nemeth at numbertext.org
Thu Feb 8 20:18:50 UTC 2018


 xmloff/source/text/txtflde.cxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit e102432173c257cbbb7e368d784a54a1667bd622
Author: László Németh <nemeth at numbertext.org>
Date:   Thu Feb 8 15:35:44 2018 +0100

    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 at libreoffice.org>
    Reviewed-by: László Németh <nemeth at numbertext.org>

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(


More information about the Libreoffice-commits mailing list