diff options
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/source/inc/disposable.hxx | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/slideshow/source/inc/disposable.hxx b/slideshow/source/inc/disposable.hxx index c46281eaea4e..8d78a9c6b8b2 100644 --- a/slideshow/source/inc/disposable.hxx +++ b/slideshow/source/inc/disposable.hxx @@ -4,9 +4,9 @@ * * $RCSfile: disposable.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-07 21:08:56 $ + * last change: $Author: kz $ $Date: 2006-12-13 15:54:30 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -36,18 +36,14 @@ #ifndef _SLIDESHOW_DISPOSABLE_HXX #define _SLIDESHOW_DISPOSABLE_HXX -#ifndef _SAL_TYPES_H_ #include <sal/types.h> -#endif -#ifndef BOOST_SHARED_PTR_HPP_INCLUDED #include <boost/shared_ptr.hpp> -#endif /* Definition of Disposable interface */ -namespace presentation +namespace slideshow { namespace internal { |