summaryrefslogtreecommitdiff
path: root/svx/source/sdr/properties/e3dproperties.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/sdr/properties/e3dproperties.cxx')
-rw-r--r--svx/source/sdr/properties/e3dproperties.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/sdr/properties/e3dproperties.cxx b/svx/source/sdr/properties/e3dproperties.cxx
index 946f879de022..d7a106088e76 100644
--- a/svx/source/sdr/properties/e3dproperties.cxx
+++ b/svx/source/sdr/properties/e3dproperties.cxx
@@ -60,7 +60,7 @@ namespace sdr::properties
return std::unique_ptr<BaseProperties>(new E3dProperties(*this, rObj));
}
- void E3dProperties::ItemSetChanged(o3tl::span< const SfxPoolItem* const > aChangedItems, sal_uInt16 nDeletedWhich)
+ void E3dProperties::ItemSetChanged(std::span< const SfxPoolItem* const > aChangedItems, sal_uInt16 nDeletedWhich)
{
E3dObject& rObj = static_cast<E3dObject&>(GetSdrObject());