summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--slideshow/source/inc/disposable.hxx11
-rw-r--r--slideshow/source/inc/doctreenodesupplier.hxx12
2 files changed, 11 insertions, 12 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 */
diff --git a/slideshow/source/inc/doctreenodesupplier.hxx b/slideshow/source/inc/doctreenodesupplier.hxx
index 829acc71ad42..aa85e1100c55 100644
--- a/slideshow/source/inc/doctreenodesupplier.hxx
+++ b/slideshow/source/inc/doctreenodesupplier.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: doctreenodesupplier.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: kz $ $Date: 2006-12-13 15:54:58 $
+ * last change: $Author: obo $ $Date: 2007-07-17 15:05:17 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -33,10 +33,10 @@
*
************************************************************************/
-#ifndef _SLIDESHOW_DOCTREENODESUPPLIER_HXX
-#define _SLIDESHOW_DOCTREENODESUPPLIER_HXX
+#ifndef INCLUDED_SLIDESHOW_DOCTREENODESUPPLIER_HXX
+#define INCLUDED_SLIDESHOW_DOCTREENODESUPPLIER_HXX
-#include <doctreenode.hxx>
+#include "doctreenode.hxx"
/* Definition of DocTreeNodeSupplier interface */
@@ -156,4 +156,4 @@ namespace slideshow
}
}
-#endif /* _SLIDESHOW_DOCTREENODESUPPLIER_HXX */
+#endif /* INCLUDED_SLIDESHOW_DOCTREENODESUPPLIER_HXX */