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/vba/vbanames.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/vba/vbanames.cxx')
-rw-r--r-- | sc/source/ui/vba/vbanames.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/vba/vbanames.cxx b/sc/source/ui/vba/vbanames.cxx index 4e316e83f481..a90505a6662f 100644 --- a/sc/source/ui/vba/vbanames.cxx +++ b/sc/source/ui/vba/vbanames.cxx @@ -116,7 +116,7 @@ ScVbaNames::Add( const css::uno::Any& Name , throw uno::RuntimeException( u"This Name is not valid ."_ustr ); } } - uno::Reference< table::XCellRange > xUnoRange; + rtl::Reference< ScCellRangeObj > xUnoRange; if ( RefersTo.hasValue() || RefersToR1C1.hasValue() || RefersToR1C1Local.hasValue() ) { OUString sFormula; |