diff options
Diffstat (limited to 'include/svx/svdovirt.hxx')
-rw-r--r-- | include/svx/svdovirt.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/svx/svdovirt.hxx b/include/svx/svdovirt.hxx index d4fdd821acf3..fa2f935f34e5 100644 --- a/include/svx/svdovirt.hxx +++ b/include/svx/svdovirt.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SVX_SVDOVIRT_HXX -#define INCLUDED_SVX_SVDOVIRT_HXX +#pragma once #include <svx/svdobj.hxx> #include <svx/svxdllapi.h> @@ -148,6 +147,4 @@ public: virtual Point GetOffset() const; }; -#endif // INCLUDED_SVX_SVDOVIRT_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |