diff options
Diffstat (limited to 'include/svx/svdocapt.hxx')
-rw-r--r-- | include/svx/svdocapt.hxx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/include/svx/svdocapt.hxx b/include/svx/svdocapt.hxx index 2805a147a5cf..28337b6631c4 100644 --- a/include/svx/svdocapt.hxx +++ b/include/svx/svdocapt.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SVX_SVDOCAPT_HXX -#define INCLUDED_SVX_SVDOCAPT_HXX +#pragma once #include <svx/svdorect.hxx> #include <svx/svxdllapi.h> @@ -152,7 +151,4 @@ public: ::basegfx::B2DPolygon getTailPolygon() const; }; - -#endif //_SVDOCAPT_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |