summaryrefslogtreecommitdiff
path: root/sw/source/core/access/accnotexthyperlink.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/access/accnotexthyperlink.hxx')
-rw-r--r--sw/source/core/access/accnotexthyperlink.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/access/accnotexthyperlink.hxx b/sw/source/core/access/accnotexthyperlink.hxx
index 0dae5fef8256..79a9b9817bc8 100644
--- a/sw/source/core/access/accnotexthyperlink.hxx
+++ b/sw/source/core/access/accnotexthyperlink.hxx
@@ -37,9 +37,9 @@ class SwAccessibleNoTextHyperlink :
::rtl::Reference< SwAccessibleNoTextFrame > xFrame;
const SwFrm *mpFrm;
- SwFrmFmt *GetFmt()
+ SwFrameFormat *GetFormat()
{
- return const_cast<SwLayoutFrm*>(static_cast<const SwLayoutFrm*>(mpFrm))->GetFmt();
+ return const_cast<SwLayoutFrm*>(static_cast<const SwLayoutFrm*>(mpFrm))->GetFormat();
}
public: