summaryrefslogtreecommitdiff
path: root/sc/inc/hints.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/hints.hxx')
-rw-r--r--sc/inc/hints.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/inc/hints.hxx b/sc/inc/hints.hxx
index f219973ae622..9999326e7738 100644
--- a/sc/inc/hints.hxx
+++ b/sc/inc/hints.hxx
@@ -30,9 +30,8 @@ class ScPaintHint : public SfxHint
sal_uInt16 nParts;
bool bPrint; // flag indicating whether print/preview if affected
- ScPaintHint(); // disabled
-
public:
+ ScPaintHint() = delete;
ScPaintHint( const ScRange& rRng, sal_uInt16 nPaint = PAINT_ALL );
virtual ~ScPaintHint();