diff options
Diffstat (limited to 'sw/inc/swrect.hxx')
-rwxr-xr-x[-rw-r--r--] | sw/inc/swrect.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sw/inc/swrect.hxx b/sw/inc/swrect.hxx index 933c044d92bd..1374295d26c5 100644..100755 --- a/sw/inc/swrect.hxx +++ b/sw/inc/swrect.hxx @@ -16,8 +16,7 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SW_INC_SWRECT_HXX -#define INCLUDED_SW_INC_SWRECT_HXX +#pragma once #include <ostream> @@ -338,6 +337,4 @@ inline std::basic_ostream<charT, traits> & operator <<( << "@(" << rectangle.Pos() << ")"; } -#endif // INCLUDED_SW_INC_SWRECT_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |