summaryrefslogtreecommitdiffstats
path: root/include/basegfx/raster
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-02-07 12:07:01 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-02-07 12:35:56 +0100
commitf21d798dd4a5adee8cb055665d81a3a5d9d0d8d7 (patch)
treea179569f95b3e7c241de56832107cb2b76d9a334 /include/basegfx/raster
parentloplugin:deletedspecial (diff)
downloadcore-f21d798dd4a5adee8cb055665d81a3a5d9d0d8d7.tar.gz
core-f21d798dd4a5adee8cb055665d81a3a5d9d0d8d7.zip
loplugin:deletedspecial
Change-Id: I2325b646baf7d2942930088bbe6494ddee6aec85
Diffstat (limited to 'include/basegfx/raster')
-rw-r--r--include/basegfx/raster/bpixelraster.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/basegfx/raster/bpixelraster.hxx b/include/basegfx/raster/bpixelraster.hxx
index 8d250495cf53..df275e7451a9 100644
--- a/include/basegfx/raster/bpixelraster.hxx
+++ b/include/basegfx/raster/bpixelraster.hxx
@@ -36,9 +36,8 @@ namespace basegfx
class BPixelRaster
{
private:
- // do not allow copy constructor and assignment operator
- BPixelRaster(const BPixelRaster&);
- BPixelRaster& operator=(const BPixelRaster&);
+ BPixelRaster(const BPixelRaster&) SAL_DELETED_FUNCTION;
+ BPixelRaster& operator=(const BPixelRaster&) SAL_DELETED_FUNCTION;
protected:
sal_uInt32 mnWidth;