summaryrefslogtreecommitdiff
path: root/sc/source/core/data/dpshttab.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/data/dpshttab.cxx')
-rw-r--r--sc/source/core/data/dpshttab.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sc/source/core/data/dpshttab.cxx b/sc/source/core/data/dpshttab.cxx
index 2a03978b7bcb..166c4a3c28be 100644
--- a/sc/source/core/data/dpshttab.cxx
+++ b/sc/source/core/data/dpshttab.cxx
@@ -252,10 +252,6 @@ void ScSheetSourceDesc::SetRangeName(const OUString& rName)
maRangeName = rName;
}
-const OUString& ScSheetSourceDesc::GetRangeName() const
-{
- return maRangeName;
-}
bool ScSheetSourceDesc::HasRangeName() const
{
@@ -267,10 +263,6 @@ void ScSheetSourceDesc::SetQueryParam(const ScQueryParam& rParam)
maQueryParam = rParam;
}
-const ScQueryParam& ScSheetSourceDesc::GetQueryParam() const
-{
- return maQueryParam;
-}
bool ScSheetSourceDesc::operator== (const ScSheetSourceDesc& rOther) const
{