summaryrefslogtreecommitdiff
path: root/slideshow
diff options
context:
space:
mode:
authorDaniel Robertson <danlrobertson89@gmail.com>2015-08-29 00:15:59 -0400
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2015-08-29 22:51:36 +0000
commit6900bf41e2b7d7840e11ee1847efd671cf9b0921 (patch)
treef3e0b62bc7e1c2e5c56eb1e671c4ba882b03c56b /slideshow
parent311e77440f11dbe8e49d75b09a4ae0f850ce00c5 (diff)
o3tl/cow_wrapper: remove boost dependency
Remove boost dependencies from ::o3tl::cow_wrapper, and add the necessary includes to files including checked_delete and noncopyable that do not already include the necessary files. Change-Id: Iedae4232002792724226829a5d5cf9d16ffd0686 Reviewed-on: https://gerrit.libreoffice.org/18125 Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'slideshow')
-rw-r--r--slideshow/source/engine/animationnodes/basenode.cxx1
-rw-r--r--slideshow/source/engine/rehearsetimingsactivity.cxx1
-rw-r--r--slideshow/source/engine/slide/layer.cxx1
3 files changed, 3 insertions, 0 deletions
diff --git a/slideshow/source/engine/animationnodes/basenode.cxx b/slideshow/source/engine/animationnodes/basenode.cxx
index f844521b81f4..998c1e0ccac9 100644
--- a/slideshow/source/engine/animationnodes/basenode.cxx
+++ b/slideshow/source/engine/animationnodes/basenode.cxx
@@ -37,6 +37,7 @@
#include <vector>
#include <algorithm>
#include <iterator>
+#include <boost/noncopyable.hpp>
using namespace ::com::sun::star;
diff --git a/slideshow/source/engine/rehearsetimingsactivity.cxx b/slideshow/source/engine/rehearsetimingsactivity.cxx
index 2cabde3a3a97..a5103c0bec6f 100644
--- a/slideshow/source/engine/rehearsetimingsactivity.cxx
+++ b/slideshow/source/engine/rehearsetimingsactivity.cxx
@@ -46,6 +46,7 @@
#include "rehearsetimingsactivity.hxx"
#include <boost/bind.hpp>
+#include <boost/noncopyable.hpp>
#include <algorithm>
using namespace com::sun::star;
diff --git a/slideshow/source/engine/slide/layer.cxx b/slideshow/source/engine/slide/layer.cxx
index a5ac85225083..b51fcf3f3203 100644
--- a/slideshow/source/engine/slide/layer.cxx
+++ b/slideshow/source/engine/slide/layer.cxx
@@ -25,6 +25,7 @@
#include <basegfx/polygon/b2dpolypolygon.hxx>
#include <basegfx/polygon/b2dpolypolygontools.hxx>
#include <basegfx/polygon/b2dpolypolygoncutter.hxx>
+#include <boost/noncopyable.hpp>
#include "layer.hxx"