sd/inc/Annotation.hxx |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

New commits:
commit 9554ca530a488fcbe922858436d36f324feb1212
Author:     Tomaž Vajngerl <tomaz.vajng...@collabora.co.uk>
AuthorDate: Sat Oct 3 13:17:29 2020 +0200
Commit:     Tomaž Vajngerl <qui...@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 <qui...@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: */
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to