diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-04-19 09:29:13 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2024-04-19 12:16:49 +0200 |
commit | 7f95972026ec78b925fd7d67be6756625b73002a (patch) | |
tree | 3687af166b83bc98add98250a0082024580d7c0a /xmloff | |
parent | 6fe1b4af873cf903afb7be49993213e445f67a35 (diff) |
Fix typo
Change-Id: I0f745fa74b0de96df7d2b887fca460d32faf77e6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166281
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 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::vector<std::pair<OUSt if ((xTitleProp->getPropertyValue("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); } |