summaryrefslogtreecommitdiff
path: root/include/canvas/base/graphicdevicebase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/canvas/base/graphicdevicebase.hxx')
-rw-r--r--include/canvas/base/graphicdevicebase.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/canvas/base/graphicdevicebase.hxx b/include/canvas/base/graphicdevicebase.hxx
index 83b5adc69fd4..9e34eab460ae 100644
--- a/include/canvas/base/graphicdevicebase.hxx
+++ b/include/canvas/base/graphicdevicebase.hxx
@@ -363,8 +363,8 @@ namespace canvas
bool mbDumpScreenContent;
private:
- GraphicDeviceBase( const GraphicDeviceBase& ) SAL_DELETED_FUNCTION;
- GraphicDeviceBase& operator=( const GraphicDeviceBase& ) SAL_DELETED_FUNCTION;
+ GraphicDeviceBase( const GraphicDeviceBase& ) = delete;
+ GraphicDeviceBase& operator=( const GraphicDeviceBase& ) = delete;
};
}