summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2016-05-06 23:08:32 +0200
committerMichael Stahl <mstahl@redhat.com>2016-05-06 23:37:11 +0200
commite38acc4096c8ece3bf64d285db9628dd1868bce2 (patch)
tree4dce0bf38866dfe9b0abc0332d2afd40475e0d48 /vcl
parent58080e8f78f57e4340bbc428b167472e8e6c05d1 (diff)
sd: replace boost::enable_shared_from_this with std::enable...
Change-Id: Ia4f31a03b20bb0abe7e0ff8e423a0b046a828607
Diffstat (limited to 'vcl')
-rw-r--r--vcl/osx/clipboard.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/osx/clipboard.cxx b/vcl/osx/clipboard.cxx
index d57e4bcf01cb..1e277e2c95a2 100644
--- a/vcl/osx/clipboard.cxx
+++ b/vcl/osx/clipboard.cxx
@@ -24,7 +24,6 @@
#include <com/sun/star/datatransfer/MimeContentTypeFactory.hpp>
#include "comphelper/processfactory.hxx"
#include <cppuhelper/supportsservice.hxx>
-#include <boost/assert.hpp>
using namespace com::sun::star::datatransfer;
using namespace com::sun::star::datatransfer::clipboard;