summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/canvas/base/canvascustomspritebase.hxx2
-rw-r--r--include/canvas/parametricpolypolygon.hxx2
-rw-r--r--include/canvas/rendering/irendermodule.hxx2
-rw-r--r--include/canvas/spriteredrawmanager.hxx2
-rw-r--r--include/comphelper/servicedecl.hxx2
-rw-r--r--include/drawinglayer/primitive2d/baseprimitive2d.hxx2
-rw-r--r--include/drawinglayer/primitive3d/baseprimitive3d.hxx2
-rw-r--r--include/o3tl/cow_wrapper.hxx2
-rw-r--r--include/sfx2/DocumentMetadataAccess.hxx2
-rw-r--r--include/sfx2/fcontnr.hxx2
10 files changed, 10 insertions, 10 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>
diff --git a/include/comphelper/servicedecl.hxx b/include/comphelper/servicedecl.hxx
index f91ee5c48c70..a6ab8b666f92 100644
--- a/include/comphelper/servicedecl.hxx
+++ b/include/comphelper/servicedecl.hxx
@@ -24,7 +24,7 @@
#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <uno/environment.h>
-#include <boost/utility.hpp>
+#include <boost/noncopyable.hpp>
#include <boost/function.hpp>
#include <boost/preprocessor/cat.hpp>
#include <boost/preprocessor/repetition.hpp>
diff --git a/include/drawinglayer/primitive2d/baseprimitive2d.hxx b/include/drawinglayer/primitive2d/baseprimitive2d.hxx
index f72ff91b2f46..7041bc2c9819 100644
--- a/include/drawinglayer/primitive2d/baseprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/baseprimitive2d.hxx
@@ -23,7 +23,7 @@
#include <drawinglayer/drawinglayerdllapi.h>
#include <cppuhelper/compbase1.hxx>
-#include <boost/utility.hpp>
+#include <boost/noncopyable.hpp>
#include <com/sun/star/graphic/XPrimitive2D.hpp>
#include <comphelper/broadcasthelper.hxx>
#include <basegfx/range/b2drange.hxx>
diff --git a/include/drawinglayer/primitive3d/baseprimitive3d.hxx b/include/drawinglayer/primitive3d/baseprimitive3d.hxx
index d1ee1e213676..3ec831324fd8 100644
--- a/include/drawinglayer/primitive3d/baseprimitive3d.hxx
+++ b/include/drawinglayer/primitive3d/baseprimitive3d.hxx
@@ -23,7 +23,7 @@
#include <drawinglayer/drawinglayerdllapi.h>
#include <cppuhelper/compbase1.hxx>
-#include <boost/utility.hpp>
+#include <boost/noncopyable.hpp>
#include <com/sun/star/graphic/XPrimitive3D.hpp>
#include <comphelper/broadcasthelper.hxx>
#include <basegfx/range/b3drange.hxx>
diff --git a/include/o3tl/cow_wrapper.hxx b/include/o3tl/cow_wrapper.hxx
index c6c0716a6895..b7659c3a286f 100644
--- a/include/o3tl/cow_wrapper.hxx
+++ b/include/o3tl/cow_wrapper.hxx
@@ -24,7 +24,7 @@
#include <algorithm>
-#include <boost/utility.hpp>
+#include <boost/noncopyable.hpp>
#include <boost/checked_delete.hpp>
namespace o3tl
diff --git a/include/sfx2/DocumentMetadataAccess.hxx b/include/sfx2/DocumentMetadataAccess.hxx
index 3ebe5d00304a..63ac37ee9cab 100644
--- a/include/sfx2/DocumentMetadataAccess.hxx
+++ b/include/sfx2/DocumentMetadataAccess.hxx
@@ -30,7 +30,7 @@
#include <cppuhelper/implbase1.hxx>
-#include <boost/utility.hpp>
+#include <boost/noncopyable.hpp>
#include <memory>
diff --git a/include/sfx2/fcontnr.hxx b/include/sfx2/fcontnr.hxx
index c629e817e75b..91a8017de131 100644
--- a/include/sfx2/fcontnr.hxx
+++ b/include/sfx2/fcontnr.hxx
@@ -32,7 +32,7 @@
#include <tools/ref.hxx>
-#include <boost/utility.hpp>
+#include <boost/noncopyable.hpp>
namespace vcl { class Window; }
class SfxFilter;