xmloff/source/core/xmlexp.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 432c866072aa62cf90168d569dc56cbc7269bcda
Author:     Taichi Haradaguchi <20001...@ymail.ne.jp>
AuthorDate: Mon Apr 8 15:38:44 2024 +0200
Commit:     Taichi Haradaguchi <20001...@ymail.ne.jp>
CommitDate: Tue Apr 9 01:46:04 2024 +0200

    Revert "Fix typo"
    
    This reverts commit 659051b7aa7eb9a142d044693409631cfa319b40.
    
    Reason for revert: "fo" is the "formatting objects" namespace in ODF, not a 
typo for "for".
    
    Change-Id: If2bef82b9aacb32a125728f548db4d85bee3ed56
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165838
    Tested-by: Jenkins
    Reviewed-by: Taichi Haradaguchi <20001...@ymail.ne.jp>

diff --git a/xmloff/source/core/xmlexp.cxx b/xmloff/source/core/xmlexp.cxx
index b04c42cb0432..140b264f6d41 100644
--- a/xmloff/source/core/xmlexp.cxx
+++ b/xmloff/source/core/xmlexp.cxx
@@ -982,7 +982,7 @@ void SvXMLExport::AddLanguageTagAttributes( sal_uInt16 
nPrefix, sal_uInt16 nPref
     {
         if (getSaneDefaultVersion() >= SvtSaveOptions::ODFSVER_012)
             AddAttribute( nPrefixRfc, XML_RFC_LANGUAGE_TAG, 
rLanguageTag.getBcp47());
-        // Also in case of non-pure-ISO tag store best matching for: attributes
+        // Also in case of non-pure-ISO tag store best matching fo: attributes
         // for consumers not handling *:rfc-language-tag, ensuring that only
         // valid ISO codes are stored. Here the bWriteEmpty parameter has no
         // meaning.

Reply via email to