summaryrefslogtreecommitdiff
path: root/sw/source/core/access/accembedded.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/access/accembedded.cxx')
-rw-r--r--sw/source/core/access/accembedded.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/access/accembedded.cxx b/sw/source/core/access/accembedded.cxx
index 90eabf85d952..57684d5e55d3 100644
--- a/sw/source/core/access/accembedded.cxx
+++ b/sw/source/core/access/accembedded.cxx
@@ -113,11 +113,11 @@ uno::Sequence< sal_Int8 > SAL_CALL SwAccessibleEmbeddedObject::getImplementation
if( pFFrm )
{
style = "style:";
- SwCntntFrm* pCFrm;
- pCFrm = pFFrm->ContainsCntnt();
+ SwContentFrm* pCFrm;
+ pCFrm = pFFrm->ContainsContent();
if( pCFrm )
{
- SwCntntNode* pCNode = pCFrm->GetNode();
+ SwContentNode* pCNode = pCFrm->GetNode();
if( pCNode )
{
style += static_cast<SwOLENode*>(pCNode)->GetOLEObj().GetStyleString();