summaryrefslogtreecommitdiff
path: root/include/osl/file.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/osl/file.hxx')
-rw-r--r--include/osl/file.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/osl/file.hxx b/include/osl/file.hxx
index c62ef8dbe29f..bdb5bda44e3c 100644
--- a/include/osl/file.hxx
+++ b/include/osl/file.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _OSL_FILE_HXX_
-#define _OSL_FILE_HXX_
+#ifndef INCLUDED_OSL_FILE_HXX
+#define INCLUDED_OSL_FILE_HXX
#include "sal/config.h"
@@ -1974,6 +1974,6 @@ public:
} /* namespace osl */
-#endif /* _OSL_FILE_HXX_ */
+#endif // INCLUDED_OSL_FILE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */