summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorTaichi Haradaguchi <20001722@ymail.ne.jp>2024-04-08 15:38:44 +0200
committerTaichi Haradaguchi <20001722@ymail.ne.jp>2024-04-09 01:46:04 +0200
commit432c866072aa62cf90168d569dc56cbc7269bcda (patch)
tree2e2592054a96906577e67277ba76fa99cc56ad74 /xmloff
parent8dacc3e636ff85f7f2edb971ff6e269ed031aaaf (diff)
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 <20001722@ymail.ne.jp>
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/core/xmlexp.cxx2
1 files changed, 1 insertions, 1 deletions
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.