diff options
Diffstat (limited to 'include/svtools/optionsdrawinglayer.hxx')
-rw-r--r-- | include/svtools/optionsdrawinglayer.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/svtools/optionsdrawinglayer.hxx b/include/svtools/optionsdrawinglayer.hxx index 762b2545e1af..139f8d56834d 100644 --- a/include/svtools/optionsdrawinglayer.hxx +++ b/include/svtools/optionsdrawinglayer.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SVTOOLS_OPTIONSDRAWINGLAYER_HXX -#define INCLUDED_SVTOOLS_OPTIONSDRAWINGLAYER_HXX +#pragma once #include <svtools/svtdllapi.h> #include <sal/types.h> @@ -133,6 +132,4 @@ class SVT_DLLPUBLIC SvtOptionsDrawinglayer std::shared_ptr<SvtOptionsDrawinglayer_Impl> m_pImpl; }; -#endif // #ifndef INCLUDED_SVTOOLS_OPTIONSDRAWINGLAYER_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |