summaryrefslogtreecommitdiffstats
path: root/sdext/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-09-18 09:25:18 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-09-18 13:46:27 +0000
commit335704695d15f53518a614060e60821c8e1cf279 (patch)
treef2dada4f16f9daf0163c70e6cb519acb71f70a3c /sdext/inc
parentvalgrind: memleak in randompool (diff)
downloadcore-335704695d15f53518a614060e60821c8e1cf279.tar.gz
core-335704695d15f53518a614060e60821c8e1cf279.zip
boost->std
Change-Id: I21ca18c23277423d106d990fd537d58108bd1084 Reviewed-on: https://gerrit.libreoffice.org/18679 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sdext/inc')
-rw-r--r--sdext/inc/pch/precompiled_PresenterScreen.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sdext/inc/pch/precompiled_PresenterScreen.hxx b/sdext/inc/pch/precompiled_PresenterScreen.hxx
index 31d2592e861f..2cce93fc8dda 100644
--- a/sdext/inc/pch/precompiled_PresenterScreen.hxx
+++ b/sdext/inc/pch/precompiled_PresenterScreen.hxx
@@ -18,13 +18,11 @@
#include "cppuhelper/implementationentry.hxx"
#include "vcl/settings.hxx"
#include "vcl/svapp.hxx"
-#include <algorithm>
#include <boost/bind.hpp>
-#include <boost/enable_shared_from_this.hpp>
#include <boost/noncopyable.hpp>
-#include <boost/shared_ptr.hpp>
-#include <boost/weak_ptr.hpp>
+#include <algorithm>
#include <cmath>
+#include <memory>
#include <com/sun/star/accessibility/AccessibleEventId.hpp>
#include <com/sun/star/accessibility/AccessibleRelationType.hpp>
#include <com/sun/star/accessibility/AccessibleRole.hpp>