diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-07-18 21:19:20 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-07-19 00:15:37 +0900 |
commit | 16ea22333c85aa37699a4968bd3d5b4c8df9cb71 (patch) | |
tree | 6ff75cc71591488de61f0238233cad1c56cd50f5 /sd | |
parent | e42319c10adf709307c3eafb5bd73884633ecd91 (diff) |
removed unused includes
Change-Id: I71a80be37ab96b44d515803c947ddec19914330b
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/slideshow/slideshowimpl.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sd/source/ui/slideshow/slideshowimpl.cxx b/sd/source/ui/slideshow/slideshowimpl.cxx index b209edfd5a1b..1ae0ee6f5950 100644 --- a/sd/source/ui/slideshow/slideshowimpl.cxx +++ b/sd/source/ui/slideshow/slideshowimpl.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -#include <boost/scoped_ptr.hpp> - #include "com/sun/star/frame/XComponentLoader.hpp" #include <com/sun/star/lang/XInitialization.hpp> #include <com/sun/star/document/XEventsSupplier.hpp> @@ -82,7 +80,6 @@ #include "avmedia/mediawindow.hxx" #include "svtools/colrdlg.hxx" -#include <boost/noncopyable.hpp> #include <boost/bind.hpp> using ::rtl::OUString; |