summaryrefslogtreecommitdiff
path: root/sw/inc/printdata.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/printdata.hxx')
-rw-r--r--sw/inc/printdata.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/printdata.hxx b/sw/inc/printdata.hxx
index 6c5e6f3efae7..5f7b7cb0a9c0 100644
--- a/sw/inc/printdata.hxx
+++ b/sw/inc/printdata.hxx
@@ -33,7 +33,7 @@
class SwDoc;
class SwDocShell;
-class _SetGetExpFlds;
+class _SetGetExpFields;
class SwViewOption;
class OutputDevice;
class SwViewOptionAdjust_Impl;
@@ -233,8 +233,8 @@ class SwRenderData
public:
// PostIt relevant data
- /// an array of "_SetGetExpFld *" sorted by page and line numbers
- ::boost::scoped_ptr<_SetGetExpFlds> m_pPostItFields;
+ /// an array of "_SetGetExpField *" sorted by page and line numbers
+ ::boost::scoped_ptr<_SetGetExpFields> m_pPostItFields;
/// this contains a SwDoc with the post-it content
::boost::scoped_ptr<SwViewShell> m_pPostItShell;