diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2025-03-07 14:55:06 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2025-03-07 17:30:50 +0100 |
commit | a0f4f4b5e476fa5c3c64fcdc2e3cb473969703f7 (patch) | |
tree | 9ce118676ccaca0a97d1bcf61743323930906f97 /sc/source/ui/drawfunc/fuins2.cxx | |
parent | a0ac8d313c9e8469b4545f5d4fc30894a3719004 (diff) |
use more concrete UNO in sc
Change-Id: Id339156cd7f9b74985575a200ed3946c6d3e5d8c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/182622
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Jenkins
Diffstat (limited to 'sc/source/ui/drawfunc/fuins2.cxx')
-rw-r--r-- | sc/source/ui/drawfunc/fuins2.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/drawfunc/fuins2.cxx b/sc/source/ui/drawfunc/fuins2.cxx index cc373117bfa2..12594eb7379b 100644 --- a/sc/source/ui/drawfunc/fuins2.cxx +++ b/sc/source/ui/drawfunc/fuins2.cxx @@ -137,7 +137,7 @@ void lcl_ChartInit(const uno::Reference <embed::XEmbeddedObject>& xObj, ScViewDa } else { - xDataProvider.set(new ScChart2DataProvider(&rScDoc)); + xDataProvider = new ScChart2DataProvider(&rScDoc); } xReceiver->attachDataProvider(xDataProvider); |