diff options
Diffstat (limited to 'sc/inc/dpcache.hxx')
-rw-r--r-- | sc/inc/dpcache.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/dpcache.hxx b/sc/inc/dpcache.hxx index 661c5cdd221c..31d5103b24da 100644 --- a/sc/inc/dpcache.hxx +++ b/sc/inc/dpcache.hxx @@ -151,7 +151,6 @@ public: SCROW GetItemDataId( sal_uInt16 nDim, SCROW nRow, bool bRepeatIfEmpty ) const; rtl::OUString GetDimensionName(LabelsType::size_type nDim) const; bool IsRowEmpty( SCROW nRow ) const; - bool IsValid() const; bool ValidQuery(SCROW nRow, const ScQueryParam& rQueryParam) const; ScDocument* GetDoc() const; |