summaryrefslogtreecommitdiff
path: root/include/basegfx/range/b2ibox.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/basegfx/range/b2ibox.hxx')
-rw-r--r--include/basegfx/range/b2ibox.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/basegfx/range/b2ibox.hxx b/include/basegfx/range/b2ibox.hxx
index 6fb26abc7d04..2be733b93e43 100644
--- a/include/basegfx/range/b2ibox.hxx
+++ b/include/basegfx/range/b2ibox.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_BASEGFX_RANGE_B2IBOX_HXX
-#define INCLUDED_BASEGFX_RANGE_B2IBOX_HXX
+#pragma once
#include <ostream>
@@ -188,6 +187,4 @@ inline std::basic_ostream<charT, traits> & operator <<(
<< "@(" << box.getMinX() << "," << box.getMinY() << ")";
}
-#endif // INCLUDED_BASEGFX_RANGE_B2IBOX_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */