summaryrefslogtreecommitdiff
path: root/svx/source/table/svdotable.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/table/svdotable.cxx')
-rw-r--r--svx/source/table/svdotable.cxx13
1 files changed, 0 insertions, 13 deletions
diff --git a/svx/source/table/svdotable.cxx b/svx/source/table/svdotable.cxx
index 94006afdde43..a22baf6d07b7 100644
--- a/svx/source/table/svdotable.cxx
+++ b/svx/source/table/svdotable.cxx
@@ -1576,19 +1576,6 @@ void SdrTableObj::TakeTextRect( const CellPos& rPos, SdrOutliner& rOutliner, too
rTextRect=tools::Rectangle(aTextPos,aTextSiz);
}
-CellRef SdrTableObj::getCell(const CellPos& rPos) const
-{
- if (mpImpl.is())
- {
- return mpImpl->getCell(rPos);
- }
- else
- {
- static CellRef xCell;
- return xCell;
- }
-}
-
const CellRef& SdrTableObj::getActiveCell() const
{
if( mpImpl.is() )