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.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/core/access/acchyperlink.hxx b/sw/source/core/access/acchyperlink.hxx
index 24be02b59730..a0a3de184598 100644
--- a/sw/source/core/access/acchyperlink.hxx
+++ b/sw/source/core/access/acchyperlink.hxx
@@ -34,10 +34,10 @@ class SwAccessibleHyperlink :
{
friend class SwAccessibleParagraph;
friend class SwAccessibleHyperTextData;
- size_t nHintPos;
- ::rtl::Reference< SwAccessibleParagraph > xPara;
- sal_Int32 nStartIdx;
- sal_Int32 nEndIdx;
+ size_t m_nHintPosition;
+ ::rtl::Reference< SwAccessibleParagraph > m_xParagraph;
+ sal_Int32 m_nStartIndex;
+ sal_Int32 m_nEndIndex;
SwAccessibleHyperlink( size_t nHintPos,
SwAccessibleParagraph *p,