1 diff --git sc/source/ui/view/cellsh2.cxx sc/source/ui/view/cellsh2.cxx
2 index 365a2c7..832de0c 100644
3 --- sc/source/ui/view/cellsh2.cxx
4 +++ sc/source/ui/view/cellsh2.cxx
5 @@ -1239,7 +1239,11 @@ void __EXPORT ScCellShell::GetDBState( SfxItemSet& rSet )
7 rSet.DisableItem( nWhich );
10 + else if (pDoc->GetDPAtBlock(aDummy))
12 + rSet.DisableItem( nWhich );
15 rSet.Put( SfxBoolItem( nWhich, bAutoFilter ) );