diff options
Diffstat (limited to 'sd')
-rw-r--r-- | sd/inc/Annotation.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sd/inc/Annotation.hxx b/sd/inc/Annotation.hxx index ab08c234e0ec..cd3c011fe8a5 100644 --- a/sd/inc/Annotation.hxx +++ b/sd/inc/Annotation.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SD_INC_ANNOTATION_HXX -#define INCLUDED_SD_INC_ANNOTATION_HXX +#pragma once #include <sal/config.h> #include <sal/types.h> @@ -56,6 +55,4 @@ void LOKCommentNotifyAll(CommentNotificationType nType, css::uno::Reference<css::office::XAnnotation> const & rxAnnotation); } -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |