diff options
author | Michael Stahl <mstahl@redhat.com> | 2016-05-25 13:09:11 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-05-25 13:45:40 +0200 |
commit | da732faa8220caaf754775c44bef202bacb46341 (patch) | |
tree | 85bd2b3a6039e8e2e661bec35c025acd73be1b53 /sd | |
parent | fa63fe59a14d3d39c87517ceef9a7fc5c4e7261c (diff) |
slideshow: replace boost::posix_time with C++11 std::chrono
Change-Id: Ied221b25f1bbe486cac6bb88bbc752a3c19c33ce
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/sidebar/SlideBackground.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sd/source/ui/sidebar/SlideBackground.cxx b/sd/source/ui/sidebar/SlideBackground.cxx index ed200e232c38..2a616f53697b 100644 --- a/sd/source/ui/sidebar/SlideBackground.cxx +++ b/sd/source/ui/sidebar/SlideBackground.cxx @@ -33,7 +33,6 @@ #include "DrawViewShell.hxx" #include "DrawController.hxx" #include <com/sun/star/beans/XPropertySet.hpp> -#include <boost/concept_check.hpp> #include "sdresid.hxx" #include <svtools/controldims.hrc> #include <svx/gallery.hxx> |