summaryrefslogtreecommitdiff
path: root/include/osl/profile.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/osl/profile.hxx')
-rw-r--r--include/osl/profile.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/osl/profile.hxx b/include/osl/profile.hxx
index 9197067555cf..3d7452174f00 100644
--- a/include/osl/profile.hxx
+++ b/include/osl/profile.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _OSL_PROFILE_HXX_
-#define _OSL_PROFILE_HXX_
+#ifndef INCLUDED_OSL_PROFILE_HXX
+#define INCLUDED_OSL_PROFILE_HXX
#include "profile.h"
#include <rtl/ustring.hxx>
@@ -190,7 +190,7 @@ namespace osl {
};
}
-#endif /* _OSL_PROFILE_HXX_ */
+#endif // INCLUDED_OSL_PROFILE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */