diff options
Diffstat (limited to 'include/vcl/imaprect.hxx')
-rw-r--r-- | include/vcl/imaprect.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/vcl/imaprect.hxx b/include/vcl/imaprect.hxx index 6637bb771935..9e1b99833d2c 100644 --- a/include/vcl/imaprect.hxx +++ b/include/vcl/imaprect.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_VCL_IMAPRECT_HXX -#define INCLUDED_VCL_IMAPRECT_HXX +#pragma once #include <vcl/dllapi.h> #include <vcl/imapobj.hxx> @@ -62,6 +61,4 @@ public: void WriteNCSA( SvStream& rOStm ) const; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |