summaryrefslogtreecommitdiff
path: root/sw/inc/txtannotationfld.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/txtannotationfld.hxx')
-rw-r--r--sw/inc/txtannotationfld.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/txtannotationfld.hxx b/sw/inc/txtannotationfld.hxx
index 5dc18ecd303c..7f7e330b6134 100644
--- a/sw/inc/txtannotationfld.hxx
+++ b/sw/inc/txtannotationfld.hxx
@@ -25,15 +25,15 @@
class SwDoc;
-class SwTxtAnnotationFld : public SwTxtFld
+class SwTextAnnotationField : public SwTextField
{
public:
- SwTxtAnnotationFld(
- SwFmtFld & rAttr,
+ SwTextAnnotationField(
+ SwFormatField & rAttr,
sal_Int32 const nStart,
bool const bInClipboard );
- virtual ~SwTxtAnnotationFld();
+ virtual ~SwTextAnnotationField();
::sw::mark::IMark* GetAnnotationMark(
SwDoc* pDoc = NULL ) const;