diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-04-20 19:39:27 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-04-21 09:14:40 +0200 |
commit | 8ce5b631484f2fb6818cccfb4e0c7d85c111b59f (patch) | |
tree | 7db8aeb9cfa4c1d7a2b36e50e91392cf39b8ad0b /oox | |
parent | e764a1aca24769cdca94da09c450a5cd1225e574 (diff) |
Fix typo
Change-Id: Ic31e50b22f64c55a1e0a7bbd5859672adfba5d0e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133230
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/drawingml/diagram/datamodel.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; |