diff options
Diffstat (limited to 'include/basegfx/range/b2ibox.hxx')
-rw-r--r-- | include/basegfx/range/b2ibox.hxx | 5 |
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: */ |