From f9b200ce54cd67ddc04747f9676568a86e14d864 Mon Sep 17 00:00:00 2001 From: Jochen Nitschke Date: Wed, 6 Apr 2016 18:32:13 +0200 Subject: tdf#94306 replace boost::noncopyable in canvas Replace with C++11 delete copy-constructur and copy-assignment. Some helper classes had boost/noncopyable.hpp included but didn't use it. Change-Id: I339f2c413a944649d9d63c046e8b7f7ee6e46791 Reviewed-on: https://gerrit.libreoffice.org/23866 Reviewed-by: Jochen Nitschke Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- canvas/source/directx/dx_bitmapcanvashelper.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'canvas/source/directx/dx_bitmapcanvashelper.hxx') diff --git a/canvas/source/directx/dx_bitmapcanvashelper.hxx b/canvas/source/directx/dx_bitmapcanvashelper.hxx index e07cdf772723..8a5ecca64c27 100644 --- a/canvas/source/directx/dx_bitmapcanvashelper.hxx +++ b/canvas/source/directx/dx_bitmapcanvashelper.hxx @@ -32,8 +32,6 @@ #include "dx_impltools.hxx" #include "dx_canvashelper.hxx" -#include - namespace dxcanvas { -- cgit