diff options
Diffstat (limited to 'sc/source/ui/vba/helperdecl.hxx')
-rw-r--r-- | sc/source/ui/vba/helperdecl.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/source/ui/vba/helperdecl.hxx b/sc/source/ui/vba/helperdecl.hxx index 9aedecc83347..b1163047ef2b 100644 --- a/sc/source/ui/vba/helperdecl.hxx +++ b/sc/source/ui/vba/helperdecl.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SC_SOURCE_UI_VBA_HELPERDECL_HXX -#define INCLUDED_SC_SOURCE_UI_VBA_HELPERDECL_HXX +#pragma once #include <comphelper/servicedecl.hxx> @@ -45,6 +44,4 @@ struct vba_service_class_ : public serviceimpl_base< detail::OwnServiceImpl<Impl } // namespace service_decl } // namespace comphelper -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |