diff options
-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); } |