summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/annotationmark.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/annotationmark.hxx')
-rw-r--r--sw/source/core/inc/annotationmark.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/inc/annotationmark.hxx b/sw/source/core/inc/annotationmark.hxx
index 948ced6b19a8..8dc5508ba55d 100644
--- a/sw/source/core/inc/annotationmark.hxx
+++ b/sw/source/core/inc/annotationmark.hxx
@@ -23,7 +23,7 @@
#include <bookmrk.hxx>
#include <rtl/ustring.hxx>
-class SwFmtFld;
+class SwFormatField;
namespace sw { namespace mark
{
@@ -38,7 +38,7 @@ namespace sw { namespace mark
virtual void InitDoc(SwDoc* const io_Doc) SAL_OVERRIDE;
- const SwFmtFld* GetAnnotationFmtFld() const;
+ const SwFormatField* GetAnnotationFormatField() const;
};
}}
#endif