summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/doubleref.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/tool/doubleref.cxx')
-rw-r--r--sc/source/core/tool/doubleref.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/source/core/tool/doubleref.cxx b/sc/source/core/tool/doubleref.cxx
index 4b8887cc1adf..66a9edbbc043 100644
--- a/sc/source/core/tool/doubleref.cxx
+++ b/sc/source/core/tool/doubleref.cxx
@@ -266,10 +266,6 @@ void ScDBRangeBase::fillQueryOptions(ScQueryParamBase* pParam)
pParam->bDuplicate = true;
}
-ScDocument* ScDBRangeBase::getDoc() const
-{
- return mpDoc;
-}
ScDBInternalRange::ScDBInternalRange(ScDocument* pDoc, const ScRange& rRange) :
ScDBRangeBase(pDoc, INTERNAL), maRange(rRange)