summaryrefslogtreecommitdiff
path: root/include/oox
diff options
context:
space:
mode:
authorQuentin DELAGE <quentin.delage1@etu.unilim.fr>2021-02-18 20:39:52 +0100
committerIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2021-02-19 06:50:32 +0100
commit409a9dbc04c4b98a3f9ca81618906b16937ff2f0 (patch)
tree720362a26ca201fbbe3382d0486b43dacc0689ec /include/oox
parent3a1e3bd2bb71d084233dfb791c1d0c3dd81b43e5 (diff)
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@libreoffice.org> Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'include/oox')
-rw-r--r--include/oox/drawingml/shapegroupcontext.hxx5
1 files changed, 1 insertions, 4 deletions
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: */