diff options
Diffstat (limited to 'include/svx/svdomedia.hxx')
-rw-r--r-- | include/svx/svdomedia.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/svx/svdomedia.hxx b/include/svx/svdomedia.hxx index bc80acfff76c..d80ec5a577b9 100644 --- a/include/svx/svdomedia.hxx +++ b/include/svx/svdomedia.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SVX_SVDOMEDIA_HXX -#define INCLUDED_SVX_SVDOMEDIA_HXX +#pragma once #include <memory> #include <svx/svdorect.hxx> @@ -81,6 +80,4 @@ private: std::unique_ptr<Impl> m_xImpl; }; -#endif // INCLUDED_SVX_SVDOMEDIA_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |