diff options
Diffstat (limited to 'slideshow/source/inc/disposable.hxx')
-rw-r--r-- | slideshow/source/inc/disposable.hxx | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/slideshow/source/inc/disposable.hxx b/slideshow/source/inc/disposable.hxx index 8d78a9c6b8b2..a19485fce992 100644 --- a/slideshow/source/inc/disposable.hxx +++ b/slideshow/source/inc/disposable.hxx @@ -4,9 +4,9 @@ * * $RCSfile: disposable.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: kz $ $Date: 2006-12-13 15:54:30 $ + * last change: $Author: obo $ $Date: 2007-07-17 15:04:47 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,11 +33,10 @@ * ************************************************************************/ -#ifndef _SLIDESHOW_DISPOSABLE_HXX -#define _SLIDESHOW_DISPOSABLE_HXX +#ifndef INCLUDED_SLIDESHOW_DISPOSABLE_HXX +#define INCLUDED_SLIDESHOW_DISPOSABLE_HXX #include <sal/types.h> - #include <boost/shared_ptr.hpp> @@ -71,4 +70,4 @@ namespace slideshow } } -#endif /* _SLIDESHOW_DISPOSABLE_HXX */ +#endif /* INCLUDED_SLIDESHOW_DISPOSABLE_HXX */ |