summaryrefslogtreecommitdiffstats
path: root/include/basegfx/color/bcolormodifier.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/basegfx/color/bcolormodifier.hxx')
-rw-r--r--include/basegfx/color/bcolormodifier.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/basegfx/color/bcolormodifier.hxx b/include/basegfx/color/bcolormodifier.hxx
index 7cf078ae562d..f495dad5b0ea 100644
--- a/include/basegfx/color/bcolormodifier.hxx
+++ b/include/basegfx/color/bcolormodifier.hxx
@@ -59,8 +59,8 @@ namespace basegfx
class BASEGFX_DLLPUBLIC SAL_WARN_UNUSED BColorModifier
{
private:
- BColorModifier(const BColorModifier&) SAL_DELETED_FUNCTION;
- BColorModifier& operator=(const BColorModifier&) SAL_DELETED_FUNCTION;
+ BColorModifier(const BColorModifier&) = delete;
+ BColorModifier& operator=(const BColorModifier&) = delete;
protected:
// no one is allowed to incarnate the abstract base class
// except derivations