summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/prevwpage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/prevwpage.hxx')
-rw-r--r--sw/source/core/inc/prevwpage.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/inc/prevwpage.hxx b/sw/source/core/inc/prevwpage.hxx
index c426327c51e5..d9c8d1df0fb6 100644
--- a/sw/source/core/inc/prevwpage.hxx
+++ b/sw/source/core/inc/prevwpage.hxx
@@ -23,13 +23,13 @@
// classes <Point>, <Size> and <Rectangle>
#include <tools/gen.hxx>
-class SwPageFrm;
+class SwPageFrame;
/** data structure for a preview page in the current preview layout
*/
struct PreviewPage
{
- const SwPageFrm* pPage;
+ const SwPageFrame* pPage;
bool bVisible;
Size aPageSize;
Point aPreviewWinPos;