INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED

2006/03/24 18:23:35 thb 1.3.18.2: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow
2006/03/15 15:22:23 thb 1.3.18.1: #i49357# Removed external include guards from all non-export headers (and from the cxx files, anyway)
This commit is contained in:
Kurt Zenker 2006-12-13 14:59:32 +00:00
parent df513b77fc
commit 070221abc9

View file

@ -4,9 +4,9 @@
*
* $RCSfile: lerp.hxx,v $
*
* $Revision: 1.3 $
* $Revision: 1.4 $
*
* last change: $Author: rt $ $Date: 2005-09-07 21:15:13 $
* last change: $Author: kz $ $Date: 2006-12-13 15:59:32 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -36,11 +36,9 @@
#ifndef _SLIDESHOW_LERP_HXX
#define _SLIDESHOW_LERP_HXX
#ifndef _SAL_TYPES_H_
#include <sal/types.h>
#endif
namespace presentation
namespace slideshow
{
namespace internal
{