xmloff/source/chart/SchXMLTools.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 91bdf6c3ad57a0cc74aad64aa9828ba6b95468b7 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Fri Apr 19 09:29:33 2024 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Fri Apr 19 12:17:26 2024 +0200 Fix typo Change-Id: Ia0262b3424eb6f05020e48dd0a497e27cfd10ad8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166282 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> 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); }