diff options
Diffstat (limited to 'sc/inc/scdllapi.h')
-rw-r--r-- | sc/inc/scdllapi.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/inc/scdllapi.h b/sc/inc/scdllapi.h index a7b914ee77a9..b69a95e45496 100644 --- a/sc/inc/scdllapi.h +++ b/sc/inc/scdllapi.h @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SC_INC_SCDLLAPI_H -#define INCLUDED_SC_INC_SCDLLAPI_H +#pragma once #include <sal/types.h> @@ -28,6 +27,4 @@ #define SC_DLLPUBLIC SAL_DLLPUBLIC_IMPORT #endif -#endif // INCLUDED_SC_INC_SCDLLAPI_H - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |