oox/source/drawingml/diagram/datamodel.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8ce5b631484f2fb6818cccfb4e0c7d85c111b59f
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Apr 20 19:39:27 2022 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Thu Apr 21 09:14:40 2022 +0200

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

diff --git a/oox/source/drawingml/diagram/datamodel.cxx 
b/oox/source/drawingml/diagram/datamodel.cxx
index bbe23041cf28..97691af43fd8 100644
--- a/oox/source/drawingml/diagram/datamodel.cxx
+++ b/oox/source/drawingml/diagram/datamodel.cxx
@@ -377,7 +377,7 @@ void 
DiagramData::restoreStyleDataFromShapeToModel(::oox::drawingml::Shape& rSha
     if(nullptr == pSource)
         return;
 
-    // get target  ProperySet of new XShape
+    // get target PropertySet of new XShape
     css::uno::Reference<css::beans::XPropertySet> xPropSet(rXShape, 
css::uno::UNO_QUERY);
     if(!xPropSet)
         return;

Reply via email to