xmloff/source/chart/SchXMLTools.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 558990c0f0fb749f1907ffbc3859001aa3e48e63 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Fri Apr 19 09:29:49 2024 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Fri Apr 19 12:17:05 2024 +0200 Fix typo Change-Id: Icff58bb1e1c0f409003cb3a97a10182fa4ded41a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166283 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 a317d9b412e5..d846b4a27a3e 100644 --- a/xmloff/source/chart/SchXMLTools.cxx +++ b/xmloff/source/chart/SchXMLTools.cxx @@ -665,7 +665,7 @@ void importFormattedText( SvXMLImport& rImport, const std::vector<std::pair<OUSt if (xFullTextTitleProps.is()) { - // these are the properies from the textshape object - needs to apply them + // these are the properties from the textshape object - needs to apply them // to all the string parts firstly uno::Reference< beans::XPropertySetInfo > xInfo = xNewFmtStr->getPropertySetInfo(); for (const beans::Property& rProp : xFullTextTitleProps->getPropertySetInfo()->getProperties())