include/basegfx/range/b1drange.hxx |    6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

New commits:
commit ee9a15422561dfae0ae259c1641695f6c5c41388
Author:     bugrakurt <bugrakur...@gmail.com>
AuthorDate: Thu Jan 30 12:21:46 2020 +0300
Commit:     Muhammet Kara <muhammet.k...@collabora.com>
CommitDate: Thu Jan 30 12:53:06 2020 +0100

    tdf#124176: Use pragma once instead of include guards
    
    Change-Id: I15f9cbce2344cebbe73a915758ce1631f46d7da8
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87721
    Tested-by: Jenkins
    Reviewed-by: Muhammet Kara <muhammet.k...@collabora.com>

diff --git a/include/basegfx/range/b1drange.hxx 
b/include/basegfx/range/b1drange.hxx
index 9e71b2b21928..0db585558a79 100644
--- a/include/basegfx/range/b1drange.hxx
+++ b/include/basegfx/range/b1drange.hxx
@@ -17,8 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#ifndef INCLUDED_BASEGFX_RANGE_B1DRANGE_HXX
-#define INCLUDED_BASEGFX_RANGE_B1DRANGE_HXX
+#pragma once
 
 #include <basegfx/range/basicrange.hxx>
 
@@ -149,7 +148,4 @@ namespace basegfx
 
 } // end of namespace basegfx
 
-
-#endif // INCLUDED_BASEGFX_RANGE_B1DRANGE_HXX
-
 /* 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