diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-04-19 09:29:33 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2024-04-19 12:17:26 +0200 |
commit | 91bdf6c3ad57a0cc74aad64aa9828ba6b95468b7 (patch) | |
tree | 8b45b7407d0f319615c4e7a7a443902ea7dad141 /xmloff | |
parent | 558990c0f0fb749f1907ffbc3859001aa3e48e63 (diff) |
Fix typo
Change-Id: Ia0262b3424eb6f05020e48dd0a497e27cfd10ad8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166282
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/chart/SchXMLTools.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/chart/SchXMLTools.cxx b/xmloff/source/chart/SchXMLTools.cxx index d846b4a27a3e..42d93685342c 100644 --- a/xmloff/source/chart/SchXMLTools.cxx +++ b/xmloff/source/chart/SchXMLTools.cxx @@ -654,7 +654,7 @@ void importFormattedText( SvXMLImport& rImport, const std::vector<std::pair<OUSt xFullTextTitle.hasElements()) { // these are the properties from the textshape object - needs to apply them - // to all the string parts firstly - (necessarry for backward compatibility) + // to all the string parts firstly - (necessary for backward compatibility) xFullTextTitleProps.set(xFullTextTitle.getArray()[0], uno::UNO_QUERY); } |