summaryrefslogtreecommitdiff
path: root/include/svx/svdtypes.hxx
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2021-06-15 21:36:24 +0900
committerTomaž Vajngerl <quikee@gmail.com>2021-06-17 10:42:59 +0200
commit68eb62b9bf8a64d892b3cfa58447e7c890ed3ec4 (patch)
treeb45e66f9f84be671f17cb346b8ad38302c1b9f1d /include/svx/svdtypes.hxx
parent3bae5216881a2b8d84066a81b5e2f728675000f0 (diff)
svx: pragma once for some SdrObject subclasses
Change-Id: Ibbadf5069fbf5327a8a5964a3003bf6e258fd00b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117351 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'include/svx/svdtypes.hxx')
-rw-r--r--include/svx/svdtypes.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/svx/svdtypes.hxx b/include/svx/svdtypes.hxx
index a2c065c4b342..5b73552a5719 100644
--- a/include/svx/svdtypes.hxx
+++ b/include/svx/svdtypes.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_SVX_SVDTYPES_HXX
-#define INCLUDED_SVX_SVDTYPES_HXX
+#pragma once
#include <sal/types.h>
#include <o3tl/strong_int.hxx>
@@ -88,6 +87,4 @@ enum class SdrRepeatFunc
ImportMtf,
};
-#endif // INCLUDED_SVX_SVDTYPES_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */