[Libreoffice-commits] core.git: sd/inc
Tomaž Vajngerl (via logerrit)
logerrit at kemper.freedesktop.org
Sun Oct 4 06:41:40 UTC 2020
sd/inc/Annotation.hxx | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
New commits:
commit 9554ca530a488fcbe922858436d36f324feb1212
Author: Tomaž Vajngerl <tomaz.vajngerl at collabora.co.uk>
AuthorDate: Sat Oct 3 13:17:29 2020 +0200
Commit: Tomaž Vajngerl <quikee at gmail.com>
CommitDate: Sun Oct 4 08:41:01 2020 +0200
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 at gmail.com>
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: */
More information about the Libreoffice-commits
mailing list