diff options
Diffstat (limited to 'include/vbahelper/helperdecl.hxx')
-rw-r--r-- | include/vbahelper/helperdecl.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/include/vbahelper/helperdecl.hxx b/include/vbahelper/helperdecl.hxx index a8a3d75142e0..3f1c53418049 100644 --- a/include/vbahelper/helperdecl.hxx +++ b/include/vbahelper/helperdecl.hxx @@ -16,8 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef OOVBAAPI_SERV_DECL -#define OOVBAAPI_SERV_DECL + +#ifndef INCLUDED_VBAHELPER_HELPERDECL_HXX +#define INCLUDED_VBAHELPER_HELPERDECL_HXX + #include <comphelper/servicedecl.hxx> #include <ooo/vba/XHelperInterface.hpp> @@ -44,6 +46,7 @@ struct vba_service_class_ : public serviceimpl_base< detail::OwnServiceImpl<Impl } // namespace service_decl } // namespace comphelper + #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |