summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2020-10-21 21:05:51 +0200
committerTomaž Vajngerl <quikee@gmail.com>2020-11-23 13:23:41 +0100
commit459687d7ab5fea34c37288abeeef691df4ba86b1 (patch)
tree30ed1c7491403cd3a62c76f266cb7a6b393ef8ed /include
parent0e630b825184fc19a83778b8c130c2be1a068d8e (diff)
pragma once for linestartendattribute.hxx
Change-Id: Ic5fbc26d35c17159667dbf3a0e579789d14677f0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106389 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/drawinglayer/attribute/linestartendattribute.hxx9
1 files changed, 1 insertions, 8 deletions
diff --git a/include/drawinglayer/attribute/linestartendattribute.hxx b/include/drawinglayer/attribute/linestartendattribute.hxx
index bceeb378eec4..ea2bf22235fd 100644
--- a/include/drawinglayer/attribute/linestartendattribute.hxx
+++ b/include/drawinglayer/attribute/linestartendattribute.hxx
@@ -17,15 +17,11 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_DRAWINGLAYER_ATTRIBUTE_LINESTARTENDATTRIBUTE_HXX
-#define INCLUDED_DRAWINGLAYER_ATTRIBUTE_LINESTARTENDATTRIBUTE_HXX
+#pragma once
#include <drawinglayer/drawinglayerdllapi.h>
#include <o3tl/cow_wrapper.hxx>
-
-// predefines
-
namespace basegfx {
class B2DPolyPolygon;
}
@@ -71,7 +67,4 @@ namespace drawinglayer::attribute
} // end of namespace drawinglayer::attribute
-
-#endif //INCLUDED_DRAWINGLAYER_ATTRIBUTE_LINESTARTENDATTRIBUTE_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */