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 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()) |