diff options
Diffstat (limited to 'include/svx/svdoutl.hxx')
-rw-r--r-- | include/svx/svdoutl.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/svx/svdoutl.hxx b/include/svx/svdoutl.hxx index 767d8231862b..453d3b4ba3a7 100644 --- a/include/svx/svdoutl.hxx +++ b/include/svx/svdoutl.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SVX_SVDOUTL_HXX -#define INCLUDED_SVX_SVDOUTL_HXX +#pragma once #include <editeng/outliner.hxx> #include <svx/svxdllapi.h> @@ -48,6 +47,5 @@ public: bool hasEditViewCallbacks() const; }; -#endif // INCLUDED_SVX_SVDOUTL_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |