summaryrefslogtreecommitdiff
path: root/sw/source/core/access/acchyperlink.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/access/acchyperlink.hxx')
-rw-r--r--sw/source/core/access/acchyperlink.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/access/acchyperlink.hxx b/sw/source/core/access/acchyperlink.hxx
index ba71c62d2f57..06570c899969 100644
--- a/sw/source/core/access/acchyperlink.hxx
+++ b/sw/source/core/access/acchyperlink.hxx
@@ -26,7 +26,7 @@
#include <fmtinfmt.hxx>
class SwAccessibleParagraph;
-class SwTxtAttr;
+class SwTextAttr;
class SwAccessibleHyperlink :
public ::cppu::WeakImplHelper<
@@ -43,7 +43,7 @@ class SwAccessibleHyperlink :
SwAccessibleParagraph *p,
sal_Int32 nStt, sal_Int32 nEnd );
- const SwTxtAttr *GetTxtAttr() const;
+ const SwTextAttr *GetTextAttr() const;
void Invalidate();
public: