diff options
Diffstat (limited to 'embedserv/source')
-rw-r--r-- | embedserv/source/embed/guid.hxx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/embedserv/source/embed/guid.hxx b/embedserv/source/embed/guid.hxx index 2cbf28b5b93a..9e1d8006ebda 100644 --- a/embedserv/source/embed/guid.hxx +++ b/embedserv/source/embed/guid.hxx @@ -16,9 +16,7 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - -#ifndef INCLUDED_EMBEDSERV_SOURCE_EMBED_GUID_HXX -#define INCLUDED_EMBEDSERV_SOURCE_EMBED_GUID_HXX +#pragma once #include <sal/config.h> @@ -34,6 +32,4 @@ std::u16string_view getServiceNameFromGUID_Impl(GUID const*); wchar_t const* getStorageTypeFromGUID_Impl(GUID const* guid); -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |