diff options
Diffstat (limited to 'sc/inc/refhint.hxx')
-rw-r--r-- | sc/inc/refhint.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/refhint.hxx b/sc/inc/refhint.hxx index 2e32519011a7..44e63fbb34ba 100644 --- a/sc/inc/refhint.hxx +++ b/sc/inc/refhint.hxx @@ -41,8 +41,8 @@ public: RefHint(RefHint const &) = default; RefHint(RefHint &&) = default; - RefHint & operator =(RefHint const &) = default; - RefHint & operator =(RefHint &&) = default; + RefHint & operator =(RefHint const &) = delete; + RefHint & operator =(RefHint &&) = delete; Type getType() const; }; |