summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/cellsh2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/view/cellsh2.cxx')
-rw-r--r--sc/source/ui/view/cellsh2.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/view/cellsh2.cxx b/sc/source/ui/view/cellsh2.cxx
index 0546f2abc244..1c5c3acb485a 100644
--- a/sc/source/ui/view/cellsh2.cxx
+++ b/sc/source/ui/view/cellsh2.cxx
@@ -838,8 +838,8 @@ void ScCellShell::ExecuteDB( SfxRequest& rReq )
SCROW nCurY = GetViewData()->GetCurY();
SCTAB nTab = GetViewData()->GetTabNo();
ScAddress aCursorPos( nCurX, nCurY, nTab );
- sal_uLong nIndex = static_cast<const SfxUInt32Item*>(pDoc->GetAttr(
- nCurX, nCurY, nTab, ATTR_VALIDDATA ))->GetValue();
+ sal_uLong nIndex = pDoc->GetAttr(
+ nCurX, nCurY, nTab, ATTR_VALIDDATA )->GetValue();
if ( nIndex )
{
const ScValidationData* pOldData = pDoc->GetValidationEntry( nIndex );