[Libreoffice-commits] core.git: include/oox

Quentin DELAGE (via logerrit) logerrit at kemper.freedesktop.org
Fri Feb 19 05:51:13 UTC 2021


 include/oox/drawingml/shapegroupcontext.hxx |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

New commits:
commit 409a9dbc04c4b98a3f9ca81618906b16937ff2f0
Author:     Quentin DELAGE <quentin.delage1 at etu.unilim.fr>
AuthorDate: Thu Feb 18 20:39:52 2021 +0100
Commit:     Ilmari Lauhakangas <ilmari.lauhakangas at libreoffice.org>
CommitDate: Fri Feb 19 06:50:32 2021 +0100

    tdf#124176 Use pragma once in include/oox/drawingml
    
    Change-Id: Ifcf41582cd305293a701707618ff0f4b7d6322ed
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111162
    Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas at libreoffice.org>
    Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas at libreoffice.org>

diff --git a/include/oox/drawingml/shapegroupcontext.hxx b/include/oox/drawingml/shapegroupcontext.hxx
index 3e458927d9d5..d9dfcbfa56dc 100644
--- a/include/oox/drawingml/shapegroupcontext.hxx
+++ b/include/oox/drawingml/shapegroupcontext.hxx
@@ -17,8 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#ifndef INCLUDED_OOX_DRAWINGML_SHAPEGROUPCONTEXT_HXX
-#define INCLUDED_OOX_DRAWINGML_SHAPEGROUPCONTEXT_HXX
+#pragma once
 
 #include <oox/core/contexthandler.hxx>
 #include <oox/core/fragmenthandler2.hxx>
@@ -43,6 +42,4 @@ protected:
 
 }
 
-#endif // INCLUDED_OOX_DRAWINGML_SHAPEGROUPCONTEXT_HXX
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */


More information about the Libreoffice-commits mailing list