diff options
Diffstat (limited to 'include/basegfx/range/b2ibox.hxx')
-rw-r--r-- | include/basegfx/range/b2ibox.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/basegfx/range/b2ibox.hxx b/include/basegfx/range/b2ibox.hxx index 20bf7c11a07c..09ae867c85b0 100644 --- a/include/basegfx/range/b2ibox.hxx +++ b/include/basegfx/range/b2ibox.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _BGFX_RANGE_B2IBOX_HXX -#define _BGFX_RANGE_B2IBOX_HXX +#ifndef INCLUDED_BASEGFX_RANGE_B2IBOX_HXX +#define INCLUDED_BASEGFX_RANGE_B2IBOX_HXX #include <ostream> #include <vector> @@ -268,6 +268,6 @@ inline std::basic_ostream<charT, traits> & operator <<( << "@(" << box.getMinX() << "," << box.getMinY() << ")"; } -#endif /* _BGFX_RANGE_B2IBOX_HXX */ +#endif // INCLUDED_BASEGFX_RANGE_B2IBOX_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |