diff options
Diffstat (limited to 'sd/source/ui/annotations')
-rw-r--r-- | sd/source/ui/annotations/annotationmanagerimpl.hxx | 6 | ||||
-rw-r--r-- | sd/source/ui/annotations/annotationtag.hxx | 6 | ||||
-rw-r--r-- | sd/source/ui/annotations/annotationwindow.hxx | 4 |
3 files changed, 8 insertions, 8 deletions
diff --git a/sd/source/ui/annotations/annotationmanagerimpl.hxx b/sd/source/ui/annotations/annotationmanagerimpl.hxx index 9e7a3e5e202c..2e670f261a84 100644 --- a/sd/source/ui/annotations/annotationmanagerimpl.hxx +++ b/sd/source/ui/annotations/annotationmanagerimpl.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _SD_ANNOTATIONMANAGER_IMPL_HXX -#define _SD_ANNOTATIONMANAGER_IMPL_HXX +#ifndef INCLUDED_SD_SOURCE_UI_ANNOTATIONS_ANNOTATIONMANAGERIMPL_HXX +#define INCLUDED_SD_SOURCE_UI_ANNOTATIONS_ANNOTATIONMANAGERIMPL_HXX #include <com/sun/star/document/XEventListener.hpp> #include <com/sun/star/office/XAnnotationAccess.hpp> @@ -130,6 +130,6 @@ private: } -#endif // _SD_ANNOTATIONMANAGER_IMPL_HXX +#endif // INCLUDED_SD_SOURCE_UI_ANNOTATIONS_ANNOTATIONMANAGERIMPL_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sd/source/ui/annotations/annotationtag.hxx b/sd/source/ui/annotations/annotationtag.hxx index e2a7f22f564e..56997eaafede 100644 --- a/sd/source/ui/annotations/annotationtag.hxx +++ b/sd/source/ui/annotations/annotationtag.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _SD_ANNOTATIONTAG_HXX_ -#define _SD_ANNOTATIONTAG_HXX_ +#ifndef INCLUDED_SD_SOURCE_UI_ANNOTATIONS_ANNOTATIONTAG_HXX +#define INCLUDED_SD_SOURCE_UI_ANNOTATIONS_ANNOTATIONTAG_HXX #include <com/sun/star/office/XAnnotation.hpp> #include <basegfx/polygon/b2dpolypolygon.hxx> @@ -91,6 +91,6 @@ private: } // end of namespace sd -#endif // _SD_ANNOTATIONTAG_HXX_ +#endif // INCLUDED_SD_SOURCE_UI_ANNOTATIONS_ANNOTATIONTAG_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sd/source/ui/annotations/annotationwindow.hxx b/sd/source/ui/annotations/annotationwindow.hxx index ef4d3763f6a2..9d43f3576f0e 100644 --- a/sd/source/ui/annotations/annotationwindow.hxx +++ b/sd/source/ui/annotations/annotationwindow.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _ANNOTATIONWINDOW_HXX -#define _ANNOTATIONWINDOW_HXX +#ifndef INCLUDED_SD_SOURCE_UI_ANNOTATIONS_ANNOTATIONWINDOW_HXX +#define INCLUDED_SD_SOURCE_UI_ANNOTATIONS_ANNOTATIONWINDOW_HXX #include <com/sun/star/office/XAnnotation.hpp> |