From 474fa54778169a231743efc1542e18cdf45913e1 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Fri, 26 Feb 2010 14:08:06 -0500 Subject: calctabcolor: #i109365# Removed some of unused methods. --- sc/inc/dociter.hxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'sc/inc/dociter.hxx') diff --git a/sc/inc/dociter.hxx b/sc/inc/dociter.hxx index dd1d18e49a51..f7216b9cff48 100644 --- a/sc/inc/dociter.hxx +++ b/sc/inc/dociter.hxx @@ -206,8 +206,6 @@ private: ::std::auto_ptr mpParam; ::std::auto_ptr mpData; - bool GetThis(Value& rValue); - public: ScDBQueryDataIterator(ScDocument* pDocument, ScDBQueryParamBase* pParam); /// Does NOT reset rValue if no value found! @@ -305,7 +303,6 @@ public: ScBaseCell* GetNext(); SCCOL GetCol() { return nCol; } SCROW GetRow() { return nRow; } - ULONG GetNumberFormat(); // setzt alle Entry.nField einen weiter, wenn Spalte // wechselt, fuer ScInterpreter ScHLookup() -- cgit