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

New commits:
commit 659051b7aa7eb9a142d044693409631cfa319b40
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Apr 3 12:28:02 2024 +0200
Commit:     Taichi Haradaguchi <20001...@ymail.ne.jp>
CommitDate: Sat Apr 6 16:26:02 2024 +0200

    Fix typo
    
    Change-Id: I92c1b5f2ff3ba1e39b204a5b23f9bbc71e2b05f2
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165742
    Tested-by: Taichi Haradaguchi <20001...@ymail.ne.jp>
    Reviewed-by: Taichi Haradaguchi <20001...@ymail.ne.jp>

diff --git a/xmloff/source/core/xmlexp.cxx b/xmloff/source/core/xmlexp.cxx
index 140b264f6d41..b04c42cb0432 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 fo: attributes
+        // Also in case of non-pure-ISO tag store best matching for: 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