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