summaryrefslogtreecommitdiff
path: root/sw/source/core/access/accnotextframe.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-02-18 09:36:44 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-18 10:10:01 +0000
commitd13545987a59e369f1becec5e1fbc4c69db03184 (patch)
treec8c402f59120946ef4a478f19386e29b6654f42d /sw/source/core/access/accnotextframe.cxx
parent4f7e948af4f6673b048b71228381572a5af4a8d8 (diff)
callcatcher: update unused code lists
Change-Id: Ie975f8a970eec63b593933ebb2394db76d537c51
Diffstat (limited to 'sw/source/core/access/accnotextframe.cxx')
-rw-r--r--sw/source/core/access/accnotextframe.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/sw/source/core/access/accnotextframe.cxx b/sw/source/core/access/accnotextframe.cxx
index 45f340a2a69f..4341257729d2 100644
--- a/sw/source/core/access/accnotextframe.cxx
+++ b/sw/source/core/access/accnotextframe.cxx
@@ -350,16 +350,6 @@ sal_Int32 SAL_CALL SwAccessibleNoTextFrame::getHyperLinkIndex( sal_Int32 )
return 0;
}
-AccessibleRelation SwAccessibleNoTextFrame::makeRelation( sal_Int16 nType, const SwFlyFrm* pFrm )
-{
- SolarMutexGuard g;
-
- uno::Sequence<uno::Reference<XInterface> > aSequence(1);
- aSequence[0] = GetMap()->GetContext( pFrm );
- return AccessibleRelation( nType, aSequence );
-}
-
-
uno::Reference<XAccessibleRelationSet> SAL_CALL SwAccessibleNoTextFrame::getAccessibleRelationSet( )
throw ( uno::RuntimeException )
{