summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/doubleref.cxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2010-02-26 14:08:06 -0500
committerKohei Yoshida <kyoshida@novell.com>2010-02-26 14:08:06 -0500
commit474fa54778169a231743efc1542e18cdf45913e1 (patch)
tree1602b505544e311f612dc2aab34cafadbe95cb6b /sc/source/core/tool/doubleref.cxx
parent27647a7113e07621fb7b2159a2734596bb790307 (diff)
calctabcolor: #i109365# Removed some of unused methods.
Diffstat (limited to 'sc/source/core/tool/doubleref.cxx')
-rw-r--r--sc/source/core/tool/doubleref.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sc/source/core/tool/doubleref.cxx b/sc/source/core/tool/doubleref.cxx
index 28fae20ddb62..455eab50e953 100644
--- a/sc/source/core/tool/doubleref.cxx
+++ b/sc/source/core/tool/doubleref.cxx
@@ -268,11 +268,6 @@ ScDBRangeBase::~ScDBRangeBase()
{
}
-ScDBRangeBase::RefType ScDBRangeBase::getType() const
-{
- return meType;
-}
-
bool ScDBRangeBase::fillQueryEntries(ScQueryParamBase* pParam, const ScDBRangeBase* pDBRef) const
{
if (!pDBRef)