summaryrefslogtreecommitdiff
path: root/svx/source/table/svdotable.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2022-10-21 11:56:57 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2022-10-22 08:29:54 +0200
commita3c7d78f3dc5ccce60dc198d2466ec7470f7fe9c (patch)
tree90fafc65d3f560d6266c817042b91b744dfec004 /svx/source/table/svdotable.cxx
parentdb8f0528eb71252b4af9c3f7ec213ea7fb29591a (diff)
loplugin:unusedmethods
Change-Id: I3c94d68cb85adc2005a5a5e3b03a311732f782c3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141617 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
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() )