summaryrefslogtreecommitdiff
path: root/include/editeng
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng')
-rw-r--r--include/editeng/outlobj.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/editeng/outlobj.hxx b/include/editeng/outlobj.hxx
index 1477e38d8b5b..24c806b6952e 100644
--- a/include/editeng/outlobj.hxx
+++ b/include/editeng/outlobj.hxx
@@ -46,6 +46,9 @@ struct OutlinerParaObjData
OutlinerParaObjData( const OutlinerParaObjData& r );
+ // assignment operator
+ OutlinerParaObjData& operator=(const OutlinerParaObjData& rCandidate) = delete;
+
// destructor
~OutlinerParaObjData();