summaryrefslogtreecommitdiff
path: root/sw/inc/postithelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/postithelper.hxx')
-rw-r--r--sw/inc/postithelper.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/sw/inc/postithelper.hxx b/sw/inc/postithelper.hxx
index d9a0f8aac3e3..7678f4bde1fd 100644
--- a/sw/inc/postithelper.hxx
+++ b/sw/inc/postithelper.hxx
@@ -108,6 +108,11 @@ public:
{
}
+ SwSidebarItem(SwSidebarItem const &) = default;
+ SwSidebarItem(SwSidebarItem &&) = default;
+ SwSidebarItem & operator =(SwSidebarItem const &) = default;
+ SwSidebarItem & operator =(SwSidebarItem &&) = default;
+
virtual SwPosition GetAnchorPosition() const = 0;
virtual bool UseElement() = 0;
virtual const SwFormatField& GetFormatField() const = 0;