summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/nameuno.cxx
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2010-04-12 11:54:39 +0200
committerNiklas Nebel <nn@openoffice.org>2010-04-12 11:54:39 +0200
commit22c37df2eaf63f516b3f0757ff01dba3c11751a3 (patch)
tree0173ca1e0d32583528b8a3d46425d07dac8d3ce3 /sc/source/ui/unoobj/nameuno.cxx
parent6a30f2a3025a9db27d1230d9498570964cd74e3f (diff)
calc53: #i110799# use IsValidReference in getReferredCells
Diffstat (limited to 'sc/source/ui/unoobj/nameuno.cxx')
-rw-r--r--sc/source/ui/unoobj/nameuno.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/unoobj/nameuno.cxx b/sc/source/ui/unoobj/nameuno.cxx
index 474d07764127..75686df460d6 100644
--- a/sc/source/ui/unoobj/nameuno.cxx
+++ b/sc/source/ui/unoobj/nameuno.cxx
@@ -340,7 +340,7 @@ uno::Reference<table::XCellRange> SAL_CALL ScNamedRangeObj::getReferredCells()
ScUnoGuard aGuard;
ScRange aRange;
ScRangeData* pData = GetRangeData_Impl();
- if ( pData && pData->IsReference( aRange ) )
+ if ( pData && pData->IsValidReference( aRange ) )
{
//! static Funktion um ScCellObj/ScCellRangeObj zu erzeugen am ScCellRangeObj ???