From 7f95972026ec78b925fd7d67be6756625b73002a Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 19 Apr 2024 09:29:13 +0200 Subject: Fix typo Change-Id: I0f745fa74b0de96df7d2b887fca460d32faf77e6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166281 Tested-by: Julien Nabet Reviewed-by: Julien Nabet --- xmloff/source/chart/SchXMLTools.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmloff') diff --git a/xmloff/source/chart/SchXMLTools.cxx b/xmloff/source/chart/SchXMLTools.cxx index fb3dc9e29c56..a317d9b412e5 100644 --- a/xmloff/source/chart/SchXMLTools.cxx +++ b/xmloff/source/chart/SchXMLTools.cxx @@ -653,7 +653,7 @@ void importFormattedText( SvXMLImport& rImport, const std::vectorgetPropertyValue("FormattedStrings") >>= xFullTextTitle) && xFullTextTitle.hasElements()) { - // 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 - (necessarry for backward compatibility) xFullTextTitleProps.set(xFullTextTitle.getArray()[0], uno::UNO_QUERY); } -- cgit ini/cg-4.1'>distro/capgemini/cg-4.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-21Drop C/C++ DEBUG macroStephan Bergmann
2021-10-27Add support for macOS SDK 12.0Stephan Bergmann