diff options
Diffstat (limited to 'scripting/source/provider/ProviderCache.hxx')
-rw-r--r-- | scripting/source/provider/ProviderCache.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/scripting/source/provider/ProviderCache.hxx b/scripting/source/provider/ProviderCache.hxx index b2a35a58d172..5e00217875a2 100644 --- a/scripting/source/provider/ProviderCache.hxx +++ b/scripting/source/provider/ProviderCache.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SCRIPTING_SOURCE_PROVIDER_PROVIDERCACHE_HXX -#define INCLUDED_SCRIPTING_SOURCE_PROVIDER_PROVIDERCACHE_HXX +#pragma once #include <osl/mutex.hxx> #include <rtl/ustring.hxx> @@ -77,6 +76,5 @@ private: }; } // func_provider -#endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |