summaryrefslogtreecommitdiff
path: root/include/unotools/unotoolsdllapi.h
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-23 19:16:30 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-10-23 23:22:30 +0200
commitf20eef009438883ebc205c9cce3e4bac87256f29 (patch)
tree32389f88c3f799bda3dae69c2b870041707f3492 /include/unotools/unotoolsdllapi.h
parent4e0670b763c19bf369db56d03dc5add669c21ac5 (diff)
fixincludeguards.sh: include/u*
Change-Id: I8a07ccb309490206a2edd36f2fe4d0e2c0982ea2
Diffstat (limited to 'include/unotools/unotoolsdllapi.h')
-rw-r--r--include/unotools/unotoolsdllapi.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/unotools/unotoolsdllapi.h b/include/unotools/unotoolsdllapi.h
index a08f54ce8a5a..5d7e76a3a3dd 100644
--- a/include/unotools/unotoolsdllapi.h
+++ b/include/unotools/unotoolsdllapi.h
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_UNOTOOLSDLLAPI_H
-#define INCLUDED_UNOTOOLSDLLAPI_H
+#ifndef INCLUDED_UNOTOOLS_UNOTOOLSDLLAPI_H
+#define INCLUDED_UNOTOOLS_UNOTOOLSDLLAPI_H
#include "sal/types.h"
@@ -29,6 +29,6 @@
#endif
#define UNOTOOLS_DLLPRIVATE SAL_DLLPRIVATE
-#endif /* INCLUDED_UNOTOOLSDLLAPI_H */
+#endif // INCLUDED_UNOTOOLS_UNOTOOLSDLLAPI_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */