summaryrefslogtreecommitdiff
path: root/svgio/inc/svgstyleattributes.hxx
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2021-05-01 12:39:54 +0900
committerTomaž Vajngerl <quikee@gmail.com>2021-05-01 09:29:46 +0200
commitc70b342d6c903839528947be9885d9cbedf36d41 (patch)
treee3c74641f89d12e91979b76bcc97e42a4e16f07f /svgio/inc/svgstyleattributes.hxx
parente61cbca254fb0c060d06abbea669822f0a8582ad (diff)
svgio: use pragma once in the header files
Change-Id: I781e2083f4aab2e11bf78c3b941701ff7dd35772 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114957 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'svgio/inc/svgstyleattributes.hxx')
-rw-r--r--svgio/inc/svgstyleattributes.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/svgio/inc/svgstyleattributes.hxx b/svgio/inc/svgstyleattributes.hxx
index 1b3fcded0102..1bb7c757b2b3 100644
--- a/svgio/inc/svgstyleattributes.hxx
+++ b/svgio/inc/svgstyleattributes.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_SVGIO_INC_SVGSTYLEATTRIBUTES_HXX
-#define INCLUDED_SVGIO_INC_SVGSTYLEATTRIBUTES_HXX
+#pragma once
#include "svgpaint.hxx"
#include "svgnode.hxx"
@@ -439,6 +438,4 @@ namespace svgio::svgreader
} // end of namespace svgio::svgreader
-#endif // INCLUDED_SVGIO_INC_SVGSTYLEATTRIBUTES_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */