summaryrefslogtreecommitdiff
path: root/sw/source/core/access/accpage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/access/accpage.hxx')
-rw-r--r--sw/source/core/access/accpage.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/access/accpage.hxx b/sw/source/core/access/accpage.hxx
index 03e4ac8baede..784bcc161196 100644
--- a/sw/source/core/access/accpage.hxx
+++ b/sw/source/core/access/accpage.hxx
@@ -23,7 +23,7 @@
#include "acccontext.hxx"
/**
- * accessibility implementation for the page (SwPageFrm)
+ * accessibility implementation for the page (SwPageFrame)
* The page is _only_ visible in the page preview. For the regular
* document view, it doesn't make sense to add this additional element
* into the hierarchy. For the page preview, however, the page is the
@@ -50,8 +50,8 @@ protected:
public:
// convenience constructor to avoid typecast;
- // may only be called with SwPageFrm argument
- SwAccessiblePage( SwAccessibleMap* pInitMap, const SwFrm* pFrame );
+ // may only be called with SwPageFrame argument
+ SwAccessiblePage( SwAccessibleMap* pInitMap, const SwFrame* pFrame );
// XAccessibleContext methods that need to be overridden