xmloff/source/chart/SchXMLTools.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7f95972026ec78b925fd7d67be6756625b73002a
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Fri Apr 19 09:29:13 2024 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Fri Apr 19 12:16:49 2024 +0200

    Fix typo
    
    Change-Id: I0f745fa74b0de96df7d2b887fca460d32faf77e6
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166281
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

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

Reply via email to