summaryrefslogtreecommitdiff
path: root/include/svx/svdpoev.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/svdpoev.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/svdpoev.hxx')
-rw-r--r--include/svx/svdpoev.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/svx/svdpoev.hxx b/include/svx/svdpoev.hxx
index 0ad7addd3a63..8c0c8947cd71 100644
--- a/include/svx/svdpoev.hxx
+++ b/include/svx/svdpoev.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_SVX_SVDPOEV_HXX
-#define INCLUDED_SVX_SVDPOEV_HXX
+#pragma once
#include <svx/svxdllapi.h>
#include <svx/svdedtv.hxx>
@@ -80,6 +79,4 @@ public:
void CheckPolyPossibilitiesHelper( SdrMark* pM, bool& b1stSmooth, bool& b1stSegm, bool& bCurve, bool& bSmoothFuz, bool& bSegmFuz, basegfx::B2VectorContinuity& eSmooth );
};
-#endif // INCLUDED_SVX_SVDPOEV_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */