diff options
Diffstat (limited to 'include/svx/sdrmasterpagedescriptor.hxx')
-rw-r--r-- | include/svx/sdrmasterpagedescriptor.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/svx/sdrmasterpagedescriptor.hxx b/include/svx/sdrmasterpagedescriptor.hxx index 7da54df7971d..92da6c41d8c5 100644 --- a/include/svx/sdrmasterpagedescriptor.hxx +++ b/include/svx/sdrmasterpagedescriptor.hxx @@ -51,8 +51,7 @@ namespace sdr // ViewContact part sdr::contact::ViewContact* mpViewContact; - // assignment operator defined, but not implemented - void operator=(const MasterPageDescriptor& rCandidate); + void operator=(const MasterPageDescriptor& rCandidate) SAL_DELETED_FUNCTION; protected: sdr::contact::ViewContact* CreateObjectSpecificViewContact(); |