diff options
Diffstat (limited to 'include/canvas')
-rw-r--r-- | include/canvas/base/canvascustomspritebase.hxx | 2 | ||||
-rw-r--r-- | include/canvas/parametricpolypolygon.hxx | 2 | ||||
-rw-r--r-- | include/canvas/rendering/irendermodule.hxx | 2 | ||||
-rw-r--r-- | include/canvas/spriteredrawmanager.hxx | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/include/canvas/base/canvascustomspritebase.hxx b/include/canvas/base/canvascustomspritebase.hxx index b44808506e7f..51b582169a57 100644 --- a/include/canvas/base/canvascustomspritebase.hxx +++ b/include/canvas/base/canvascustomspritebase.hxx @@ -29,7 +29,7 @@ #include <canvas/base/integerbitmapbase.hxx> #include <canvas/base/sprite.hxx> -#include <boost/utility.hpp> +#include <boost/noncopyable.hpp> namespace canvas diff --git a/include/canvas/parametricpolypolygon.hxx b/include/canvas/parametricpolypolygon.hxx index 7671aee30f7e..311c4e66bc59 100644 --- a/include/canvas/parametricpolypolygon.hxx +++ b/include/canvas/parametricpolypolygon.hxx @@ -27,7 +27,7 @@ #include <comphelper/broadcasthelper.hxx> #include <basegfx/polygon/b2dpolygon.hxx> -#include <boost/utility.hpp> +#include <boost/noncopyable.hpp> #include <canvas/canvastoolsdllapi.h> namespace basegfx diff --git a/include/canvas/rendering/irendermodule.hxx b/include/canvas/rendering/irendermodule.hxx index 6484d0b8c10c..cbde9e67cb97 100644 --- a/include/canvas/rendering/irendermodule.hxx +++ b/include/canvas/rendering/irendermodule.hxx @@ -23,7 +23,7 @@ #include <sal/types.h> #include <boost/shared_ptr.hpp> -#include <boost/utility.hpp> +#include <boost/noncopyable.hpp> namespace basegfx diff --git a/include/canvas/spriteredrawmanager.hxx b/include/canvas/spriteredrawmanager.hxx index f56970de2237..e34d127b2836 100644 --- a/include/canvas/spriteredrawmanager.hxx +++ b/include/canvas/spriteredrawmanager.hxx @@ -32,7 +32,7 @@ #include <vector> #include <algorithm> -#include <boost/utility.hpp> +#include <boost/noncopyable.hpp> #include <canvas/canvastoolsdllapi.h> |