diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-03-09 15:13:36 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-03-09 15:13:36 -0500 |
commit | 2877147c477f064c213af53a8f250ce96ad1e5f2 (patch) | |
tree | 9cffad47e621761e2a6569f39459ca853a061d61 /sc/inc/dpcache.hxx | |
parent | bded4b782a1dcd22ccd7187262d1aea3b0d50e6a (diff) |
IsValid() is superfluous.
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; |