summaryrefslogtreecommitdiffstats
path: root/basegfx
diff options
context:
space:
mode:
Diffstat (limited to 'basegfx')
-rw-r--r--basegfx/source/inc/hommatrixtemplate.hxx5
-rw-r--r--basegfx/test/boxclipper.hxx5
2 files changed, 2 insertions, 8 deletions
diff --git a/basegfx/source/inc/hommatrixtemplate.hxx b/basegfx/source/inc/hommatrixtemplate.hxx
index d6531da3a8d3..44f7cd8027cf 100644
--- a/basegfx/source/inc/hommatrixtemplate.hxx
+++ b/basegfx/source/inc/hommatrixtemplate.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_BASEGFX_SOURCE_INC_HOMMATRIXTEMPLATE_HXX
-#define INCLUDED_BASEGFX_SOURCE_INC_HOMMATRIXTEMPLATE_HXX
+#pragma once
#include <sal/types.h>
#include <basegfx/numeric/ftools.hxx>
@@ -523,6 +522,4 @@ namespace basegfx::internal
} // namespace basegfx::internal
-#endif // INCLUDED_BASEGFX_SOURCE_INC_HOMMATRIXTEMPLATE_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/basegfx/test/boxclipper.hxx b/basegfx/test/boxclipper.hxx
index 95dd2c7df849..d21ed7a422e0 100644
--- a/basegfx/test/boxclipper.hxx
+++ b/basegfx/test/boxclipper.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_BASEGFX_TEST_BOXCLIPPER_HXX
-#define INCLUDED_BASEGFX_TEST_BOXCLIPPER_HXX
+#pragma once
#include <sal/config.h>
@@ -30,6 +29,4 @@ double getRandomOrdinal( const std::size_t n );
}
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */