diff --git a/include/basic/vbahelper.hxx b/include/basic/vbahelper.hxx index 8d18b66b1d10..c493169041d3 100644 --- a/include/basic/vbahelper.hxx +++ b/include/basic/vbahelper.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_BASIC_VBAHELPER_HXX -#define INCLUDED_BASIC_VBAHELPER_HXX +#pragma once #include #include @@ -89,6 +88,4 @@ BASIC_DLLPUBLIC void registerCurrentDirectory( } // namespace basic::vba -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */