From 4703758a075c56f308f9ddd7f970c1e8d928373c Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Thu, 15 Mar 2012 15:36:40 -0400 Subject: Removed unused. --- sc/inc/dpcache.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sc/inc/dpcache.hxx') diff --git a/sc/inc/dpcache.hxx b/sc/inc/dpcache.hxx index 05574814b512..65669791cbe1 100644 --- a/sc/inc/dpcache.hxx +++ b/sc/inc/dpcache.hxx @@ -169,7 +169,6 @@ private: void PostInit(); void Clear(); void AddLabel(const rtl::OUString& rLabel); - bool AddData(long nDim, const ScDPItemData& rData, sal_uLong nNumFormat); const GroupItems* GetGroupItems(long nDim) const; }; -- cgit