summaryrefslogtreecommitdiff
path: root/include/osl/conditn.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/osl/conditn.hxx')
-rw-r--r--include/osl/conditn.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/osl/conditn.hxx b/include/osl/conditn.hxx
index 449242273a7f..5ca0323c2aa8 100644
--- a/include/osl/conditn.hxx
+++ b/include/osl/conditn.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _OSL_CONDITN_HXX_
-#define _OSL_CONDITN_HXX_
+#ifndef INCLUDED_OSL_CONDITN_HXX
+#define INCLUDED_OSL_CONDITN_HXX
#ifdef __cplusplus
@@ -116,6 +116,6 @@ namespace osl
}
#endif /* __cplusplus */
-#endif /* _OSL_CONDITN_HXX_ */
+#endif // INCLUDED_OSL_CONDITN_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */