diff options
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/postithelper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/postithelper.hxx b/sw/inc/postithelper.hxx index 01636efdeb1b..69efe61d2efe 100644 --- a/sw/inc/postithelper.hxx +++ b/sw/inc/postithelper.hxx @@ -107,7 +107,7 @@ public: SwAnnotationItem( SwFormatField& rFormatField, const bool aFocus); - virtual ~SwAnnotationItem(); + ~SwAnnotationItem(); SwAnnotationItem(SwAnnotationItem const &) = default; SwAnnotationItem(SwAnnotationItem &&) = default; |