summaryrefslogtreecommitdiff
path: root/include/basic/basicdllapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/basic/basicdllapi.h')
-rw-r--r--include/basic/basicdllapi.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/basic/basicdllapi.h b/include/basic/basicdllapi.h
index 5c5c4647cd4c..ceee64bab211 100644
--- a/include/basic/basicdllapi.h
+++ b/include/basic/basicdllapi.h
@@ -6,8 +6,8 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef INCLUDED_BASICDLLAPI_H
-#define INCLUDED_BASICDLLAPI_H
+#ifndef INCLUDED_BASIC_BASICDLLAPI_H
+#define INCLUDED_BASIC_BASICDLLAPI_H
#include "sal/types.h"
@@ -18,6 +18,6 @@
#endif
#define BASIC_DLLPRIVATE SAL_DLLPRIVATE
-#endif /* INCLUDED_BASICDLLAPI_H */
+#endif // INCLUDED_BASIC_BASICDLLAPI_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */