diff options
Diffstat (limited to 'idl/inc/hash.hxx')
-rw-r--r-- | idl/inc/hash.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/idl/inc/hash.hxx b/idl/inc/hash.hxx index 86b2af448133..fd0a6f466375 100644 --- a/idl/inc/hash.hxx +++ b/idl/inc/hash.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_IDL_INC_HASH_HXX -#define INCLUDED_IDL_INC_HASH_HXX +#pragma once #include <rtl/string.hxx> #include <tools/solar.h> @@ -56,6 +55,4 @@ public: OString GetNearString( std::string_view rName ) const; }; -#endif // INCLUDED_IDL_INC_HASH_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |