diff options
Diffstat (limited to 'include/svx/svdoattr.hxx')
-rw-r--r-- | include/svx/svdoattr.hxx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/include/svx/svdoattr.hxx b/include/svx/svdoattr.hxx index 2505811d2948..3933caa3f3f5 100644 --- a/include/svx/svdoattr.hxx +++ b/include/svx/svdoattr.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SVX_SVDOATTR_HXX -#define INCLUDED_SVX_SVDOATTR_HXX +#pragma once #include <svx/svdobj.hxx> #include <svx/svxdllapi.h> @@ -64,7 +63,4 @@ public: virtual const tools::Rectangle& GetSnapRect() const override; }; - -#endif // INCLUDED_SVX_SVDOATTR_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |