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

New commits:
commit 7de83e464d21f68e1c88b9bf69264482fcc1e49d
Author:     Isha_Desai <2020.isha.de...@ves.ac.in>
AuthorDate: Mon Apr 18 20:17:58 2022 +0530
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Mon Apr 18 18:11:05 2022 +0200

    tdf#143148 Use pragma once instead of include guards.
    
    Change-Id: Ica5fa2616f271d02099eaa4e9cb02481b3e100d5
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133129
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/include/vcl/ITiledRenderable.hxx b/include/vcl/ITiledRenderable.hxx
index c40c6f1cfb44..0156db0f17c5 100644
--- a/include/vcl/ITiledRenderable.hxx
+++ b/include/vcl/ITiledRenderable.hxx
@@ -8,8 +8,7 @@
  *
  */
 
-#ifndef INCLUDED_VCL_ITILEDRENDERABLE_HXX
-#define INCLUDED_VCL_ITILEDRENDERABLE_HXX
+#pragma once
 
 #include <tools/gen.hxx>
 #include <rtl/ustring.hxx>
@@ -340,6 +339,4 @@ public:
 };
 } // namespace vcl
 
-#endif // INCLUDED_VCL_ITILEDRENDERABLE_HXX
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

Reply via email to