summaryrefslogtreecommitdiff
path: root/sd/inc
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2020-10-03 13:17:29 +0200
committerTomaž Vajngerl <quikee@gmail.com>2020-10-04 08:41:01 +0200
commit9554ca530a488fcbe922858436d36f324feb1212 (patch)
treec44fc2bf6dd893f5c0b30d93a3660c5ecc9873f5 /sd/inc
parentf16afd0cc89ae007dc2b64793dfdde408f050ee0 (diff)
use pragma-once for Annotation.hxx
Change-Id: Id788ce493a4698c27aae1a41693f03acf6eb0c50 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103892 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'sd/inc')
-rw-r--r--sd/inc/Annotation.hxx5
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: */