include/canvas/canvastools.hxx |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

New commits:
commit 547f3215fc60819998ca80110ad56e02c41e4b3f
Author:     Zainab Abbasi <101zabb...@gmail.com>
AuthorDate: Wed Apr 10 01:14:23 2024 -0700
Commit:     Hossein <hoss...@libreoffice.org>
CommitDate: Wed Apr 10 12:40:43 2024 +0200

    tdf#143148 Use pragma once instead of include guards
    
    use pragma once
    
    Change-Id: I96babd680b494600b0e159ab757208fcecf2049e
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165922
    Tested-by: Jenkins
    Reviewed-by: Hossein <hoss...@libreoffice.org>

diff --git a/include/canvas/canvastools.hxx b/include/canvas/canvastools.hxx
index 63aea62392bb..0f3b6e81ea7f 100644
--- a/include/canvas/canvastools.hxx
+++ b/include/canvas/canvastools.hxx
@@ -17,8 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#ifndef INCLUDED_CANVAS_CANVASTOOLS_HXX
-#define INCLUDED_CANVAS_CANVASTOOLS_HXX
+#pragma once
 
 #include <com/sun/star/uno/Reference.hxx>
 #include <com/sun/star/uno/Sequence.hxx>
@@ -555,6 +554,4 @@ namespace canvas
     }
 }
 
-#endif /* INCLUDED_CANVAS_CANVASTOOLS_HXX */
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

Reply via email to