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 d846b4a27a3e..42d93685342c 100644 --- a/xmloff/source/chart/SchXMLTools.cxx +++ b/xmloff/source/chart/SchXMLTools.cxx @@ -654,7 +654,7 @@ void importFormattedText( SvXMLImport& rImport, const std::vector<std::pair<OUSt xFullTextTitle.hasElements()) { // these are the properties from the textshape object - needs to apply them - // to all the string parts firstly - (necessarry for backward compatibility) + // to all the string parts firstly - (necessary for backward compatibility) xFullTextTitleProps.set(xFullTextTitle.getArray()[0], uno::UNO_QUERY); } |